Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread sergio ruiz
Hey, Denis.. Thanks SO MUCH for all of your help over the past few days.. I think I have my PharmIDE all set up correctly now, and it’s doing just fine.. Thank you for all your work on this project.. i will evangelize for sure! On July 7, 2017 at 11:07:34 AM, Denis Kudriashov (dionisi...@gmai

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread sergio ruiz
Yes! i tried just sending over a regular save..  let me rebuilt it, and send the correct gig over.. thanks! On July 7, 2017 at 11:07:34 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: How you saved image?  Doing it from remote playground will lead to such problem because evaluation expect

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread Denis Kudriashov
2017-07-07 15:58 GMT+02:00 sergio ruiz : > Correct.. Ok. So server image was saved with running server, right? And actually it was saved with connected client. Error shows that after image was saved communication with client was continued. But when server restarts client is not connected to it a

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread sergio ruiz
Correct.. it looks like the root of the problem is:  OPTimedOutError On July 7, 2017 at 9:40:21 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: And the error which you show is on server side? peace, sergio photographer, journalist, visionary Public Key: http://bit.ly/29z9fG0 #BitMessag

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread Denis Kudriashov
2017-07-07 14:09 GMT+02:00 sergio ruiz : > It is a teapot app.. > > i start it by doing something like: > > ./pharo Pharo.image —no-quit & > > after a few minutes, it becomes unresponsive, and in the terminal, i get a > stack trace, and the pharo is no longer running.. > And the error which you s

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread sergio ruiz
It is a teapot app..  i start it by doing something like: ./pharo Pharo.image —no-quit & after a few minutes, it becomes unresponsive, and in the terminal, i get a stack trace, and the pharo is no longer running.. On July 7, 2017 at 4:48:53 AM, Denis Kudriashov (dionisi...@gmail.com) wrote:

Re: [Pharo-users] Cannot keep image running.

2017-07-07 Thread Denis Kudriashov
Hi 2017-07-07 4:17 GMT+02:00 sergio ruiz : > Hi, all.. > > I have install PharmIDE on this, and my project… and my project keeps > dying.. I am getting the following stack trace.. > any ideas? > What do you mean by keeps dying? Is it only about connecting by PharmIDE? Or your domain code have so

[Pharo-users] Cannot keep image running.

2017-07-06 Thread sergio ruiz
Hi, all.. I have install PharmIDE on this, and my project… and my project keeps dying.. I am getting the following stack trace.. any ideas?  OPTimedOutError [ self currentMilliseconds - startTime > aNumber ifTrue: [ OPTimedOutError signal ]. aBlock value ] in OPBasicPool(OPPool)>>waitUn