I know it is an impossible to debug thing for anyone not seeing it.  I just wanted to give a heads up and I thought that someone could tell me if there was a vm log somewhere to see or if there was a some switch for socket debugging I could turn on in my image so I could help catching it if happened again.<div>
I will just try to pay more attention at what I am doing in case it happens again I guess.</div><div><br><br><div class="gmail_quote">On Sun, Oct 11, 2009 at 3:39 PM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I use the same configuration with the 4.1.1beta2U VM.<br>
<br>
Lukas<br>
<br>
2009/10/11 Ramiro Diaz Trepat &lt;<a href="mailto:ramiro@diaztrepat.name">ramiro@diaztrepat.name</a>&gt;:<br>
<div><div></div><div class="h5">&gt; Correlation does not mean causality, I know.  But in my case this happened<br>
&gt; right after saving my image, although I had saved it many times before<br>
&gt; without issues.<br>
&gt; Cheers<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Oct 11, 2009 at 3:01 PM, Ramiro Diaz Trepat &lt;<a href="mailto:ramiro@diaztrepat.name">ramiro@diaztrepat.name</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Lukas,<br>
&gt;&gt; I am using the latest Pharo, and I have loaded Seaside with ScriptLoader<br>
&gt;&gt; loadSeaside30. I am using it on a Mac with Leopard.<br>
&gt;&gt; I have managed to reuse that port, with random tests and I do not believe<br>
&gt;&gt; there may be causality here, but I will tell you anyway what I did.<br>
&gt;&gt; When this happens, I removed the problematic adaptor from the Seaside<br>
&gt;&gt; Control Panel and created a new one (on the same port), then I tried closing<br>
&gt;&gt; the image and restarting and it did not fix the problem.  Although when I<br>
&gt;&gt; closed another non Seaside image I was running and then restarted the<br>
&gt;&gt; problematic image it worked.<br>
&gt;&gt; I wonder now if it is not a mac vm issue or socket issue.  Robert, are you<br>
&gt;&gt; also running on a mac?<br>
&gt;&gt; In spite I got the image working again, it is quite worring because we<br>
&gt;&gt; don&#39;t know the cause when an image stops answering requests (although the<br>
&gt;&gt; image itself was not hanged at all and kept working fine), and, most weird<br>
&gt;&gt; of all, there is no exception or trace of a fault happening.  This is really<br>
&gt;&gt; what is making me wonder if it is not a low level socket issue that never<br>
&gt;&gt; gets to the image for it to throw an exception or anything at all.<br>
&gt;&gt; Cheers<br>
&gt;&gt;<br>
&gt;&gt; r<br>
&gt;&gt;<br>
&gt;&gt; ps: I&#39;m cross posting to Pharo because I believe this is not a Seaside<br>
&gt;&gt; issue.<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Oct 11, 2009 at 12:13 PM, Robert Sirois &lt;<a href="mailto:watchlala@hotmail.com">watchlala@hotmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m using Pharo 1.0.10419, but I&#39;m not sure how to check the other two. I<br>
&gt;&gt;&gt; think I&#39;m still running 2.9 in the image I checked.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; RS<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &gt; Date: Sun, 11 Oct 2009 12:30:37 +0200<br>
&gt;&gt;&gt; &gt; Subject: Re: [Seaside] Komanche ?<br>
&gt;&gt;&gt; &gt; From: <a href="mailto:renggli@gmail.com">renggli@gmail.com</a><br>
&gt;&gt;&gt; &gt; To: <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I&#39;ve never seen this problem before.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; What version of Pharo? Kom? Seaside?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Lukas<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; 2009/10/11 Robert Sirois &lt;<a href="mailto:watchlala@hotmail.com">watchlala@hotmail.com</a>&gt;:<br>
&gt;&gt;&gt; &gt; &gt; I&#39;ve also had this problem for quite a while now and have not found<br>
&gt;&gt;&gt; &gt; &gt; any way to fix the problem either.<br>
&gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt;&gt; &gt; &gt; RS<br>
&gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt;&gt; &gt; &gt; Ramiro Diaz Trepat &lt;<a href="mailto:ramiro@diaztrepat.name">ramiro@diaztrepat.name</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt;&gt; &gt; &gt;&gt;Something really strange happened to me more than once now.In a<br>
&gt;&gt;&gt; &gt; &gt;&gt; simple dev<br>
&gt;&gt;&gt; &gt; &gt;&gt;image (Pharo + Seaside3 + Kom on a Mac) after saving the image at<br>
&gt;&gt;&gt; &gt; &gt;&gt; some<br>
&gt;&gt;&gt; &gt; &gt;&gt;point, Komanche stops answering anything at all, althought the port<br>
&gt;&gt;&gt; &gt; &gt;&gt; keeps<br>
&gt;&gt;&gt; &gt; &gt;&gt;listening (as listed on a terminal).<br>
&gt;&gt;&gt; &gt; &gt;&gt;No errors are displayed anywere but the port becomes unusable from<br>
&gt;&gt;&gt; &gt; &gt;&gt; that<br>
&gt;&gt;&gt; &gt; &gt;&gt;point on.<br>
&gt;&gt;&gt; &gt; &gt;&gt;If I wish to continue using the same image I have to add another<br>
&gt;&gt;&gt; &gt; &gt;&gt; adaptor in<br>
&gt;&gt;&gt; &gt; &gt;&gt;the Seaside Control Panel and start again.<br>
&gt;&gt;&gt; &gt; &gt;&gt;The &quot;dead&quot; ports never become usable again, not even stopping and<br>
&gt;&gt;&gt; &gt; &gt;&gt; removing<br>
&gt;&gt;&gt; &gt; &gt;&gt;the adaptor and adding a new one.<br>
&gt;&gt;&gt; &gt; &gt;&gt;I am not even sure that this is a Komanche issue, as I said no error<br>
&gt;&gt;&gt; &gt; &gt;&gt; of<br>
&gt;&gt;&gt; &gt; &gt;&gt;anykind is visible.<br>
&gt;&gt;&gt; &gt; &gt;&gt;Has anyone come across this before?<br>
&gt;&gt;&gt; &gt; &gt;&gt;_______________________________________________<br>
&gt;&gt;&gt; &gt; &gt;&gt;seaside mailing list<br>
&gt;&gt;&gt; &gt; &gt;&gt;<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt;&gt;&gt; &gt; &gt;&gt;<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt;&gt; &gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; &gt; seaside mailing list<br>
&gt;&gt;&gt; &gt; &gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt;&gt;&gt; &gt; &gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt;&gt; &gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt; &gt; Lukas Renggli<br>
&gt;&gt;&gt; &gt; <a href="http://www.lukas-renggli.ch" target="_blank">http://www.lukas-renggli.ch</a><br>
&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt; seaside mailing list<br>
&gt;&gt;&gt; &gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt;&gt;&gt; &gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ________________________________<br>
&gt;&gt;&gt; Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up<br>
&gt;&gt;&gt; now.<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; seaside mailing list<br>
&gt;&gt;&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt;&gt;&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">http://www.lukas-renggli.ch</a><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br></div>