Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-19 Thread Sven Van Caekenberghe
Weird indeed! This works as well. In one console: # ./pharo PharoKernel.image eval 'Socket newTCP listenOn: 8484; waitForConnectionFor: 60; receiveData' 'Hi there!! ' In another: # nc localhost 8484 Hi there!! Strange, strange, strange On 18 Feb 2014, at 15:23, Pavel Krivanek

Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-18 Thread Pavel Krivanek
They seem to be ok. I tried to look at the sockets during waiting in other thread and signal their semaphores but no change. Socket loopbackTest WORKS. -- Pavel 2014-02-17 11:18 GMT+01:00 Guillermo Polito guillermopol...@gmail.com: ExternalSemaphores table may be not well initialized? I can

Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-17 Thread Guillermo Polito
ExternalSemaphores table may be not well initialized? I can help having a look this afternoon :) On Mon, Feb 17, 2014 at 11:11 AM, Sven Van Caekenberghe s...@stfx.euwrote: Hi Pavel, I just tried on a machine of mine. I changed testNetwork.st to Transcript show: (ZnClient new

Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-17 Thread Guillermo Polito
On Mon, Feb 17, 2014 at 11:22 AM, Sven Van Caekenberghe s...@stfx.euwrote: On 17 Feb 2014, at 11:18, Guillermo Polito guillermopol...@gmail.com wrote: ExternalSemaphores table may be not well initialized? I can help having a look this afternoon :) Spoken like someone who has seen a fair

[Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-16 Thread Pavel Krivanek
Hi Sven, we can successfully load network packages to the bootstrapped image but when we try to test it using: ZnClient new get: 'http://zn.stfx.eu/zn/numbers.txt'. we get ConnectionClosed: Connection closed while waiting for data error after few seconds. Do you have some idea, what may be

Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-16 Thread Sven Van Caekenberghe
Hi Pavel, On 16 Feb 2014, at 22:23, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi Sven, we can successfully load network packages to the bootstrapped image but when we try to test it using: ZnClient new get: 'http://zn.stfx.eu/zn/numbers.txt'. we get ConnectionClosed: Connection