We newly installed Solaris 10 with all default settings on our Sun Sparc
machine (sun4u sparc SUNW,UltraAX-i2 64-bit sparcv9 kernel modules).

The OS Version: SunOS hostname 5.10 Generic_147147-26 sun4u sparc
SUNW,UltraAX-i2.

The Java in the environment:
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
Java HotSpot(TM) Client VM (build 20.12-b01, mixed mode, sharing)

We downloaded the  apache-tomcat-7.0.37.tar.gz and just unpack it into /tmp.
Then we started the Tomcat server using ./startup.sh.
It was working ok after starting and we can see the Tomcat page on Web
Browser at the port 8080. 
But The Tomcat stopped internally itself after several hours (looks
randomly) without reason.

We couldn't find this issue in the FAQ Known issues. 
Is anyone aware about this issue? Can you please provide any clues?

Thanks, 
Jay 

PS. Here is the output from catalina.out:
##################################
Feb 19, 2014 12:14:37 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
/usr/jdk/instances/jdk1.6.0/jre/lib/sparc/client:/usr/jdk/instances/jdk1.6.0
/jre/lib/sparc:/usr/jdk/instances/jdk1.6.0/jre/../lib/sparc:/usr/jdk/package
s/lib/sparc:/lib:/usr/lib
Feb 19, 2014 12:14:40 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Feb 19, 2014 12:14:40 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Feb 19, 2014 12:14:40 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 4968 ms
Feb 19, 2014 12:14:40 PM org.apache.catalina.core.StandardService
startInternal
INFO: Starting service Catalina
Feb 19, 2014 12:14:40 PM org.apache.catalina.core.StandardEngine
startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.37
Feb 19, 2014 12:14:40 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory
/tmp/apache-tomcat-7.0.37/webapps/ROOT
Feb 19, 2014 12:14:42 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory
/tmp/apache-tomcat-7.0.37/webapps/docs
Feb 19, 2014 12:14:43 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory
/tmp/apache-tomcat-7.0.37/webapps/examples
Feb 19, 2014 12:14:44 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory
/tmp/apache-tomcat-7.0.37/webapps/host-manager
Feb 19, 2014 12:14:44 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory
/tmp/apache-tomcat-7.0.37/webapps/manager
Feb 19, 2014 12:14:45 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Feb 19, 2014 12:14:45 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Feb 19, 2014 12:14:45 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4826 ms
Feb 19, 2014 7:05:26 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Feb 19, 2014 7:05:26 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Feb 19, 2014 7:05:26 PM org.apache.catalina.core.StandardService
stopInternal
INFO: Stopping service Catalina
Feb 19, 2014 7:05:26 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
Feb 19, 2014 7:05:26 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["ajp-bio-8009"]
Feb 19, 2014 7:05:26 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
Feb 19, 2014 7:05:26 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["ajp-bio-8009"]
##################################



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to