Hi all, Is there a NT guru in the house :-) Zope 222 Sometimes Zserver goes Zombie, I login on the machine and I see a DrWatson Window. I close DrWatson window and the process automagically restarts, and everything ok. Whenever this happens two logs are written in EventLogger: -one is a Warning: Restarting Zope... -one is a Info: starting Zope... With a couple of seconds of distance in time between them. I can see something is puting ZServer zombie and I'm looking at debug to find the sucker method :-) but this DrWatson behaviour never seen by me before: could be Zope doing a Zombie Timeout and restarting himself? If yes why does he hangs and only by closing the DrWatson Window the python.exe process really restarts? Any comments, tips, Dr.Watson Guru? Best Regards, Júlio Dinis Silva _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com.
I have been running a Netscape WEB Server on an Alpha NT for 3-4 years and the Doctor Watson window being open has always denied access to the web server from a browser although other access is not stopped such as telnet and mapped disks. Finally, I set Doctor Watson not to pop up on alerts so I have to regularly access the Dr. Watson log file, but have not had web access denied since doing that. So, I don't think this is actually Zope related specifically but maybe WEB server in general. Thomas "Júlio Dinis Silva" wrote:
Hi all, Is there a NT guru in the house :-)
Zope 222
Sometimes Zserver goes Zombie, I login on the machine and I see a DrWatson Window. I close DrWatson window and the process automagically restarts, and everything ok.
Whenever this happens two logs are written in EventLogger: -one is a Warning: Restarting Zope... -one is a Info: starting Zope... With a couple of seconds of distance in time between them.
I can see something is puting ZServer zombie and I'm looking at debug to find the sucker method :-) but this DrWatson behaviour never seen by me before: could be Zope doing a Zombie Timeout and restarting himself? If yes why does he hangs and only by closing the DrWatson Window the python.exe process really restarts?
Any comments, tips, Dr.Watson Guru? Best Regards, Júlio Dinis Silva _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at http://profiles.msn.com.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- -------------------------------------------------------------------- Rock and Rule Zope Rocks -- http://www.zope.org Python Rules -- http://www.python.org -------------------------------------------------------------------- Thomas McMillan Grant Bennett Appalachian State University Computer Consultant III University Library bennettt@am.appstate.edu http://www.library.appstate.edu/webmaster/ Voice: 828 262 6587 FAX: 828 262 3001 Windows 95 is a 32-bit extension to a 16-bit patch for an 8-bit operating system that was originally coded for a 4-bit microprocessor. - Chris Dunphy Boot Magazine
On Fri, 10 Nov 2000 17:54:37 WET, "Júlio Dinis Silva" <juliodinis@hotmail.com> wrote:
Hi all, Is there a NT guru in the house :-)
Last time you asked exactly the same question I pointed you to Microsoft's Knowledge Base articles Q188296 and Q103861. In what way do these not help? Have you tried deleting the AeDebug/Debugger registry key, and setting AeDebug/Auto to 1 to inhibit this dialog for your whole system? Have you tried SetErrorMode(SEM_NOGPFAULTERRORBOX) (in the win32 python extensions) to inhibit this dialog for this one process? Toby Dickenson tdickenson@geminidataloggers.com
participants (3)
-
J�lio Dinis Silva -
TMGB -
Toby Dickenson