I also do a WAServerAdaptor allSubInstancesDo: [ :each | each kill]. in addition to WARegistry clearAllHandlers. Then I do a Smalltalk garbageCollectMost, and that usually clears up any issues that I may have caused, usually during debugger sessions.<div>
<br><br><div class="gmail_quote">On Wed, Jan 13, 2010 at 10:27, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com">marianopeck@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;">
<br><br><div class="gmail_quote"><div class="im">On Wed, Jan 13, 2010 at 4:18 PM, Matthias Berth <span dir="ltr">&lt;<a href="mailto:matthias.berth@googlemail.com" target="_blank">matthias.berth@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
Hi,<br>
<br>
<br>
I have encountered some error in a seaside image that lead to a<br>
hanging request. Then I opened a process browser and terminated the<br>
process that was associated to the request. Everything seemed to go<br>
fine after that. However, now (after some more requests) the image is<br>
not responding to any HTTP requests anymore. Everything else (browsing<br>
code, inspecting) works OK. I have also tried other applications, e.g.<br>
/seaside/config - not working.<br>
<br>
I am using Pier, with some persistency that is subclassed from<br>
PRImagePersistency. The process I terminated was in some semaphore<br>
critical section (guess: when doing the persistency). I am working<br>
from Pharo core 1.0rc1.<br>
<br>
My guess is that there is some semaphore involved, and maybe some<br>
process that is needed for handling http requests is no longer there.<br>
<br>
Is there a way to &quot;reset&quot; everything so I get HTTP request handling<br>
back? I have tried NetNameResolver initializeNetwork without success.<br>
<br>
Is there anything that I can do to prevent situations like this in the<br>
future? Anyone have a list of &quot;do#s and don&#39;ts &quot; when using the<br>
process browser?<br>
<br></blockquote></div><div><br>I have no idea, but sometimes WARegistry clearAllHandlers.   help me.<br><br><br> </div><div class="im"><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">


Thanks a lot<br>
<br>
Matthias<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">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>
</blockquote></div></div><br>
<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>
<br></blockquote></div><br><br clear="all"><br>-- <br>-JT<br><br><br>
</div>