Hello David,

Saturday, May 04, 2002, 19:24:16, you wrote:
HDD> I've trimmed the quoted parts down a lot--I hope that's OK in our list's
HDD> etiquette.

HDD> I've done the next two suggested troubleshooting steps (put a write after
HDD> WriteFancyTraceback in ExceptionHandler, print timestamp on console before
HDD> and after line 526 in ThreadedAppserver, remembering to flush stdout after
HDD> each print).

HDD> 1. The write in ExceptionHandler shows up on the page immediately.

HDD> 2. Here's the log snarfed from the console window:

HDD>         ...
HDD>         Loading plug-in: WebUtils at /usr/local/Webware/WebUtils

HDD>         Listening on ('127.0.0.1', 9034)
HDD>         Creating 1 threads.
HDD>         Ready

HDD>             1  2002-05-04 12:11:00  /ADC/Examples/CountVisits
HDD>         before transaction:  Sat May  4 12:11:00 2002
HDD>         after transaction:  Sat May  4 12:11:00 2002
HDD>             1  0.06 secs            /ADC/Examples/CountVisits

HDD>             2  2002-05-04 12:11:03  /ADC/Examples/Error
HDD>         before transaction:  Sat May  4 12:11:03 2002
HDD>         [Sat May  4 12:11:03 2002] [error] WebKit: Error while executing
HDD> script 
HDD>       /usr/local/Webware/WebKit/Examples/Error.py
HDD>         Traceback (most recent call last):
HDD>           File "./WebKit/Application.py", line 388, in dispatchRequest
HDD>           File "./WebKit/Application.py", line 536, in handleGoodURL
HDD>           File "./WebKit/Application.py", line 712, in respond
HDD>           File "./WebKit/Transaction.py", line 105, in respond
HDD>           File "./WebKit/HTTPServlet.py", line 38, in respond
HDD>           File "./WebKit/Page.py", line 34, in respondToGet
HDD>           File "./WebKit/Page.py", line 67, in _respond
HDD>           File "./WebKit/Page.py", line 129, in writeHTML
HDD>           File "./WebKit/Examples/Error.py", line 8, in writeBody
HDD>         ImportError: No module named UnknownModule
HDD>         after transaction:  Sat May  4 12:11:04 2002
HDD>             2  1.41 secs            /ADC/Examples/Error

HDD> And here the page gets 'stuck'--all the text has been downloaded (the extra
HDD> write, and even the </body></html> are there), but the globe keeps on
HDD> spinning...

HDD> I appreciate all the advice--I hope the information I'm providing is helping
HDD> to figure this out.  I wouldn't know where to start without help from people
HDD> who know Webware's insides well.

I believe all this stuff has to do with Connection: Keep-Alive someone
on  the  way  of  a  page  doesn't  handle  it  well.  Try prohibiting
keep-alives in apache and see what happens. I hope this will help.

-- 
Serge Shchetinin a.k.a. maluke.
4.May.2002


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to