I'm getting some severe errors in my catalina-2007-xx-xx.log on startup and
shutdown, and I was wondering if someone could help me chase these down.

Startup:
Dec 10, 2007 2:25:21 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/usr/java/jdk1.6.0_10/jre/lib/i386/client:/usr/java/jdk1.6.0_10/jre/lib/i386:/usr/java/jdk1.6.0_10/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
Dec 10, 2007 2:25:21 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8090
Dec 10, 2007 2:25:21 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 655 ms
Dec 10, 2007 2:25:21 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Dec 10, 2007 2:25:21 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.25
Dec 10, 2007 2:25:21 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Dec 10, 2007 2:25:24 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Dec 10, 2007 2:25:24 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/jira] startup failed due to previous errors
Dec 10, 2007 2:25:25 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8090
Dec 10, 2007 2:25:25 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Dec 10, 2007 2:25:25 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/182  config=null
Dec 10, 2007 2:25:26 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Dec 10, 2007 2:25:26 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4940 ms




Shutdown:
Dec 10, 2007 2:31:26 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8090
Dec 10, 2007 2:31:27 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Dec 10, 2007 2:31:27 PM org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8090
Dec 10, 2007 2:31:27 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime


ps ax | grep tomcat shows:
27704 pts/0    Sl     0:07 /usr/java/jdk1.6.0_10//bin/java
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=/usr/local/apache-tomcat-5.5.25/conf/logging.properties
-Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true
-Djava.endorsed.dirs=/usr/local/apache-tomcat-5.5.25/common/endorsed
-classpath
:/usr/local/apache-tomcat-5.5.25/bin/bootstrap.jar:/usr/local/apache-tomcat-5.5.25/bin/commons-logging-api.jar
-Dcatalina.base=/usr/local/apache-tomcat-5.5.25
-Dcatalina.home=/usr/local/apache-tomcat-5.5.25
-Djava.io.tmpdir=/usr/local/apache-tomcat-5.5.25/temp
org.apache.catalina.startup.Bootstrap start

and I have to kill it manually.

-- 
View this message in context: 
http://www.nabble.com/Severe-errors-in-catalina-log-tp14260986p14260986.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to