<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">David,<br>
      <br>
      <br>
      If I understand correctly, you run a development image, not a
      packaged headless image.<br>
      <br>
      First, to understand your situation: what happens if you resume
      the debugger? I can confirm that no Seaside requests are being
      handled as long as you have a debugger open. Once you resume or
      close the debugger, requests are being served again.<br>
      If that is not the case, I am not sure what you can do.<br>
      <br>
      So what you need to do then is keep the debugger from popping up
      (maybe based on some conditions like System>>#isRuntime).
      Seaside offers Error handler components to do exactly that.
      Seaside comes with several such handlers, some display an error
      page, some open a debugger. You can subclass them and implement
      your desired behaviour. <br>
      <br>
      As a starting point, look at Class WAHtmlErrorHandler.<br>
      <br>
      What's important is that you register the Error Handler in your
      Seaside Application when you start things up:<br>
      <br>
      <pre>app := (WAAdmin register: self asApplicationAt: somPath').</pre>
      <pre>app exceptionHandler: MyExceptionHandlerClass.</pre>
      <br>
      <br>
      HTH,<br>
      <br>
      Joachim<br>
      <br>
      <br>
      <br>
      <br>
      Am 24.11.17 um 11:51 schrieb David Pennington:<br>
    </div>
    <blockquote type="cite"
      cite="mid:40c52b7e2db8971e1c89e35dcdac5324@totallyobjects.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Hi everyone.
      <div>
        <div><br>
        </div>
        I have a server running VAST 9.0 and Seaside. I have two web
        sites using Seaside. I am not running an executable but using
        the VAST image as both sites are under pretty much constant
        development so it is easier this way.
        <div>
          <div><br>
          </div>
          However, whenever the debugger opens, the Seaside servers
          freeze. I then have to stop them and start them again. From
          then on everything is fine. There is no special error that
          causes the freeze. 
          <div>
            <div><br>
            </div>
            Can anyone suggest why these servers freeze at this point?
            As it is, I have to eep monitoring the sites to check that
            they are still running.
            <div>David</div>
          </div>
        </div>
      </div>
      <br>
      <hr>
      <pre>Message sent using Winmail Mail Server</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
</pre>
    </blockquote>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          <a class="moz-txt-link-freetext" href="mailto:jtuchel@objektfabrik.de">mailto:jtuchel@objektfabrik.de</a>
Fliederweg 1                         <a class="moz-txt-link-freetext" href="http://www.objektfabrik.de">http://www.objektfabrik.de</a>
D-71640 Ludwigsburg                  <a class="moz-txt-link-freetext" href="http://joachimtuchel.wordpress.com">http://joachimtuchel.wordpress.com</a>
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1

</pre>
  </body>
</html>