<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>This bit suggests you received a request for a bare url '/' and
      since you have a default name of 'seaside' a decision was made to
      treat '/' as if it were '/seaside'. Your dispatcher does not know
      how to handle this and an error results.<br>
    </p>
    <p><font face="Georgia">WADispatcher>>#handleFiltered:named:<br>
            self=a WADispatcher<br>
            aRequestContext=a WARequestContext url: '/'<br>
            aString='seaside'<br>
        WADispatcher>>#handleDefault:<br>
            self=a WADispatcher<br>
            aRequestContext=a WARequestContext url: '/'</font><br>
    </p>
    If you are NOT interested in handling bare urls like '/', then
    removing the default name would be a good idea by evaluating
    something like this:<br>
    <br>
    WAAdmin defaultDispatcher defaultName: nil<br>
    <br>
    If you ARE interested in handling bare urls, then the default name
    needs to match an existing handler. So, either change the default
    name to match an existing handler or add a handler to match the
    default name.<br>
    <br>
    <div class="moz-cite-prefix">On 10/11/17 9:33 AM, David Pennington
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:7a1772aeff8acae65347801650356ceb@totallyobjects.com">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div><font face="Georgia">Thanks for that but what does it mean?
          How would I resolve the issue?
          <div>
            <div><br>
            </div>
            David</div>
        </font></div>
      <div><font face="Georgia"><br>
        </font></div>
      <font face="Georgia">It looks as if your dispatcher has a default
        name 'seaside' but does not have a *handler* for that name.</font><br>
      <br style="color: rgb(0, 0, 0); font-family: Helvetica; font-size:
        12px; background-color: rgb(255, 255, 255);">
      <div class="moz-cite-prefix" style="color: rgb(0, 0, 0);
        font-family: Helvetica; font-size: 12px; background-color:
        rgb(255, 255, 255);">On 10/10/17 4:34 PM, David Pennington
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:f0c155d17b5d89d69c18b2cc36c151f2@totallyobjects.com"
        style="font-family: Helvetica; font-size: 12px;
        background-color: rgb(255, 255, 255);">Hi there. I am running a
        test system at the moment using VAST 8.6.3 and Seaside.
        <div>
          <div><br>
          </div>
          The traffic is infrequent and only when I am testing. I am
          running a development image on the server which I monitor
          regularly.
          <div>
            <div><br>
            </div>
            Quite often a debugger window opens as can be seen in the
            screen shot I have attached. This debugger trace has no
            connection with the code I am running and I cannot work out
            what is happening (I am a fairly new user of Seaside but a
            long, long term user of VAST).
            <div><br>
            </div>
            <div>
              <div>I also attach a stack trace.</div>
              <div><br>
              </div>
              I would be grateful if anyone can help me track down what
              is happening. I have deleted the whole Smalltalk
              installation Andre-installed everything (twice) but I
              can't stop this.
              <div>
                <div><br>
                </div>
                Thanks in advance (and if you need any more info please
                let me know).
                <div>David</div>
              </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" moz-do-not-send="true">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" moz-do-not-send="true">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
</pre>
      </blockquote>
      <div><br>
      </div>
      <br>
      <br>
      --------- Original Message ---------<br>
      <b>From:</b> <a class="moz-txt-link-rfc2396E" href="mailto:seaside@lists.squeakfoundation.org"><seaside@lists.squeakfoundation.org></a><br>
      <b>To:</b> <a class="moz-txt-link-rfc2396E" href="mailto:seaside@lists.squeakfoundation.org"><seaside@lists.squeakfoundation.org></a><br>
      <b>Subject:</b> seaside Digest, Vol 178, Issue 4<br>
      <b>Date:</b> 10/11/2017 13:00:12 (Wed)<br>
      <br>
      <pre style="white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;">Send seaside mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <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>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:seaside-request@lists.squeakfoundation.org">seaside-request@lists.squeakfoundation.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:seaside-owner@lists.squeakfoundation.org">seaside-owner@lists.squeakfoundation.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of seaside digest..."

</pre>
      <br>
      <br>
      <hr>
      <br>
      <pre style="white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;">Today's Topics:

   1. Re: Spurious activity on the Seaside/VisualAge Smalltalk
      server (Bob Arning)
   2. Re: Spurious activity on the Seaside/VisualAge Smalltalk
      server (Bob Arning)

</pre>
      <br>
      <br>
      <hr>
      <br>
      <pre style="white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;">_______________________________________________
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>
      <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>
    <br>
  </body>
</html>