Yan, I installed Tomcat using a user account which has administrator rights on this machine. Also, I should point out that this is happening with a 'virgin' installation of Tomcat -- I have not modified any config files or deployed any webapps.
The crash results in a windows dialog box which is titled 'tomcat.exe - Application Error'. The instruction at '0x77f5b2ab' referenced memory at '0x61726b83'. The memory could not be "read". Click on OK to terminate the program. Click on CANCEL to debug the program. I'm not sure how to respond to your question about catalina.out. I am relatively new to Tomcat and do not see a file with this name anywhere on my hard drive. Where does this file normally reside? In the logs directory, there are three files: localhost_log.2004-04-14.txt which contains a few messages relating to the startup and shutdown of web contexts, stderr.log (empty), and stdout.log which contains the following messages at the end of the file: Apr 14, 2004 1:35:02 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Apr 14, 2004 1:35:02 PM org.apache.catalina.core.StandardHostDeployer remove INFO: Removing web application at context path /admin Apr 14, 2004 1:35:02 PM org.apache.catalina.logger.LoggerBase stop INFO: unregistering logger Catalina:type=Logger,path=/admin,host=localhost Apr 14, 2004 1:35:03 PM org.apache.catalina.core.StandardHostDeployer remove INFO: Removing web application at context path /webdav Apr 14, 2004 1:35:03 PM org.apache.catalina.core.StandardHostDeployer remove INFO: Removing web application at context path /servlets-examples Apr 14, 2004 1:35:03 PM org.apache.catalina.core.StandardHostDeployer remove INFO: Removing web application at context path /jsp-examples Apr 14, 2004 1:35:03 PM org.apache.catalina.core.StandardHostDeployer remove INFO: Removing web application at context path /balancer Apr 14, 2004 1:35:03 PM org.apache.catalina.core.StandardHostDeployer remove INFO: Removing web application at context path /tomcat-docs Apr 14, 2004 1:35:03 PM org.apache.catalina.core.StandardHostDeployer remove INFO: Removing web application at context path Apr 14, 2004 1:35:03 PM org.apache.catalina.core.StandardHostDeployer remove INFO: Removing web application at context path /manager Apr 14, 2004 1:35:03 PM org.apache.catalina.logger.LoggerBase stop INFO: unregistering logger Catalina:type=Logger,host=localhost Apr 14, 2004 1:35:03 PM org.apache.catalina.logger.LoggerBase stop INFO: unregistering logger Catalina:type=Logger Apr 14, 2004 1:35:03 PM org.apache.coyote.http11.Http11Protocol destroy INFO: Stoping http11 protocol on 8080 Catalina:type=ThreadPool,name=http8080 Thanks, Sean -----Original Message----- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 1:21 PM To: 'Tomcat Users List' Subject: RE: Tomcat Service Crashing at Windows Shutdown Do you get any error log in catalina.out? Or any Windows error? You said you see this everytime when you shut down your computer, maybe you installed Tomcat under admin and use it as regular user... -Yan -----Original Message----- From: Sean Rohead [mailto:[EMAIL PROTECTED] Sent: April 14, 2004 10:13 To: [EMAIL PROTECTED] Subject: Tomcat Service Crashing at Windows Shutdown I am running the latest version of Tomcat (5.0.19) and have it installed as a service on Windows XP. I am running JDK 1.4.2_03. Every time I shut down my computer, I get a crash in tomcat.exe. I have uninstalled and reinstalled several times. It also crashes if I stop the service using the service manager. Is anyone else seeing this? Is there a fix? Thanks, Sean --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
