[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tomcat-dev
Subject:    DO NOT REPLY [Bug 31998] New:  -
From:       bugzilla () apache ! org
Date:       2004-10-31 23:33:44
Message-ID: 20041031233344.7678.qmail () nagoya ! betaversion ! org
[Download RAW message or body]

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31998>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31998

Tomcat Service Shutting down automatically

           Summary: Tomcat Service Shutting down automatically
           Product: Tomcat 5
           Version: 5.0.28
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: KELLAND_Michael@canon.com.au


Hi,

We are running Tomcat 5.0.28 on Win2K server.
We have an application deployed which communicates back to an Oracle 9i 
database also running on Win2K on a different server, same network same subnet.

Every day with out fail the Tomcat service stops between 16:06 and 16:15 hours.
After restarting the service will run again until the same time the following 
day.
I have changed the time on the server to see if the local time had anything to 
do with it, and tried starting the service at a different time of day, eg 
started the service at 15:00 hours and found that it still shut down at 16:09.

I have also tried installing Tomcat 5.0.28 on another server running Win2003 on 
the same network and subnet and found that it also shut down between 16:09 and 
16:15 each day.

I have tried changing the port Tomcat runs on from 6080 to 8060.
I have also in the past tried versions 5.0.25, 5.0.26 and 5.0.27.

We are also running Tomcat 3.2.1 on another server here on Win2K same network, 
same subnet, and it runs fine with out a hitch.

Below are the contents of the log files.
Please let me know if I need to include any other info.
Any assistance would be greatly appreciated.

Thank You,
Michael.


[stdout.log]
28/10/2004 23:18:01 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-6080
28/10/2004 23:18:01 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1359 ms
28/10/2004 23:18:01 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
28/10/2004 23:18:02 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
28/10/2004 23:18:02 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
28/10/2004 23:18:02 org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx ) 
28/10/2004 23:18:02 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\Program Files\Apache 
Software Foundation\Tomcat 5.0\conf\Catalina\localhost\admin.xml
28/10/2004 23:18:03 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
28/10/2004 23:18:03 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', 
returnNull=true
28/10/2004 23:18:03 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', 
returnNull=true
28/10/2004 23:18:05 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\Program Files\Apache 
Software Foundation\Tomcat 5.0\conf\Catalina\localhost\manager.xml
28/10/2004 23:18:05 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\Program Files\Apache 
Software Foundation\Tomcat 5.0\conf\Catalina\localhost\ROOT.xml
28/10/2004 23:18:05 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /pveco2-war from URL 
file:C:/Program Files/Apache Software Foundation/Tomcat 5.0/webapps/pveco2-war
28/10/2004 23:18:05 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
28/10/2004 23:18:05 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/63  config=C:\Program Files\Apache Software 
Foundation\Tomcat 5.0\conf\jk2.properties
28/10/2004 23:18:05 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-6080
28/10/2004 23:18:06 org.apache.catalina.startup.Catalina start
INFO: Server startup in 4157 ms
29/10/2004 16:13:49 org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-6080
29/10/2004 16:13:50 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
29/10/2004 16:13:50 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /admin
29/10/2004 16:13:50 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,path=/admin,host=localhost
29/10/2004 16:13:50 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /pveco2-war
29/10/2004 16:13:50 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path 
29/10/2004 16:13:50 org.apache.catalina.core.StandardHostDeployer remove
INFO: Removing web application at context path /manager
29/10/2004 16:13:50 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger,host=localhost
29/10/2004 16:13:50 org.apache.catalina.logger.LoggerBase stop
INFO: unregistering logger Catalina:type=Logger
29/10/2004 16:13:50 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-6080

[jakarta_service_20041028.log]
[2004-10-28 01:20:45] [1045 prunsrv.c] [debug] Procrun log initialized
[2004-10-28 01:20:45] [info] Running Service...
[2004-10-28 01:20:45] [901  prunsrv.c] [debug] Inside ServiceMain...
[2004-10-28 01:20:45] [info] Starting service...
[2004-10-28 01:20:45] [405  javajni.c] [debug] Jvm Option[0] -
Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 5.0
[2004-10-28 01:20:45] [405  javajni.c] [debug] Jvm Option[1] -
Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 5.0
\common\endorsed
[2004-10-28 01:20:45] [405  javajni.c] [debug] Jvm Option[2] -
Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 5.0
[2004-10-28 01:20:45] [405  javajni.c] [debug] Jvm Option[3] -Xrs
[2004-10-28 01:20:45] [405  javajni.c] [debug] Jvm Option[4] -
Djava.class.path=C:\Program Files\Apache Software Foundation\Tomcat 5.0
\bin\bootstrap.jar
[2004-10-28 01:20:45] [405  javajni.c] [debug] Jvm Option[5] vfprintf
[2004-10-28 01:20:45] [491  javajni.c] [debug] argv[0] = start
[2004-10-28 01:20:46] [785  prunsrv.c] [debug] Java started 
org/apache/catalina/startup/Bootstrap
[2004-10-28 01:20:47] [info] Service started.
[2004-10-28 01:20:47] [975  prunsrv.c] [debug] Waitning worker to finish...
[2004-10-28 23:13:40] [528  javajni.c] [debug] Java Worker thread finished
[2004-10-28 23:13:40] [977  prunsrv.c] [debug] Worker finished.
[2004-10-28 23:13:41] [info] Run service finished.
[2004-10-28 23:13:41] [info] Procrun finished.
[2004-10-28 23:17:58] [1045 prunsrv.c] [debug] Procrun log initialized
[2004-10-28 23:17:58] [info] Running Service...
[2004-10-28 23:17:58] [901  prunsrv.c] [debug] Inside ServiceMain...
[2004-10-28 23:17:59] [info] Starting service...
[2004-10-28 23:17:59] [405  javajni.c] [debug] Jvm Option[0] -
Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 5.0
[2004-10-28 23:17:59] [405  javajni.c] [debug] Jvm Option[1] -
Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 5.0
\common\endorsed
[2004-10-28 23:17:59] [405  javajni.c] [debug] Jvm Option[2] -
Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 5.0
[2004-10-28 23:17:59] [405  javajni.c] [debug] Jvm Option[3] -Xrs
[2004-10-28 23:17:59] [405  javajni.c] [debug] Jvm Option[4] -
Djava.class.path=C:\Program Files\Apache Software Foundation\Tomcat 5.0
\bin\bootstrap.jar
[2004-10-28 23:17:59] [405  javajni.c] [debug] Jvm Option[5] vfprintf
[2004-10-28 23:17:59] [491  javajni.c] [debug] argv[0] = start
[2004-10-28 23:18:00] [785  prunsrv.c] [debug] Java started 
org/apache/catalina/startup/Bootstrap
[2004-10-28 23:18:01] [info] Service started.
[2004-10-28 23:18:01] [975  prunsrv.c] [debug] Waitning worker to finish...
[2004-10-29 16:13:50] [528  javajni.c] [debug] Java Worker thread finished
[2004-10-29 16:13:51] [977  prunsrv.c] [debug] Worker finished.
[2004-10-29 16:13:51] [info] Run service finished.
[2004-10-29 16:13:51] [info] Procrun finished.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic