I'm having trouble stopping (and therefore restarting) webkit on my debian
box.
I'm running python2.2, and the release webware 0.7.
Here's what happens if I run the AppServer manually:
Shutdown Called Thu May 9 20:23:03 2002
ThreadedAppServer: Shutting Down
Shutting down the AppServer
Application is Shutting Down
Application has been succesfully shutdown.
AppServer has been shutdown
Unhandled exception in thread:
Traceback (most recent call last):
File "/usr/lib/python2.2/threading.py", line 423, in __bootstrap
self.__stop()
File "/usr/lib/python2.2/threading.py", line 432, in __stop
self.__block.notifyAll()
File "/usr/lib/python2.2/threading.py", line 242, in notifyAll
self.notify(len(self.__waiters))
File "/usr/lib/python2.2/threading.py", line 224, in notify
me = currentThread()
TypeError: 'NoneType' object is not callable
If I use the /etc/init.d/webkit stop command, it stop the AppServer itself,
but the python tasks that it launched don't exit. The error above does NOT
show up in /var/log/webkit, nor does any other message when I do the
'/etc/init.d/webkit stop'.
If I manually run "python Launch.py ThreadedAppServer.py stop" I get this:
Traceback (most recent call last):
File "Launch.py", line 24, in ?
main(sys.argv)
File "Launch.py", line 20, in main
WebKit.Launch.launchWebKit(args[1], appWorkPath, args[2:])
File "Launch.py", line 35, in launchWebKit
main(sys.argv)
File "./WebKit/ThreadedAppServer.py", line 682, in main
File "./WebKit/AppServer.py", line 305, in stop
OSError: [Errno 3] No such process
I'm not certain at all that they are related, but it seems probable.
Has anybody seen this?
Thanks.
_______________________________________________________________
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