You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Yifan (Eric) Jiang" <e....@auckland.ac.nz> on 2007/06/01 00:19:07 UTC

Tomcat pausing by some strange error

Hi all,

 

I've installed Tomcat 5.5.23 on a RedHat AS 4. Tomcat is communicating
Apache by mod_jk.

It just stop running last night and I have to run it again today's
morning.

 

I've found some messages from Tomcat log file, catalina.out.

 

31/05/2007 20:22:40 org.apache.coyote.http11.Http11BaseProtocol pause

INFO: Pausing Coyote HTTP/1.1 on http-8080

31/05/2007 20:22:40 org.apache.catalina.connector.Connector pause

SEVERE: Protocol handler pause failed

java.net.UnknownHostException: osiris1.auckland.ac.nz:
osiris1.auckland.ac.nz

        at java.net.InetAddress.getLocalHost(InetAddress.java:1308)

        at
org.apache.jk.common.ChannelSocket.unLockSocket(ChannelSocket.java:490)

        at
org.apache.jk.common.ChannelSocket.pause(ChannelSocket.java:289)

        at org.apache.jk.server.JkMain.pause(JkMain.java:681)

        at
org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:163)

        at
org.apache.catalina.connector.Connector.pause(Connector.java:1032)

        at
org.apache.catalina.core.StandardService.stop(StandardService.java:489)

        at
org.apache.catalina.core.StandardServer.stop(StandardServer.java:734)

        at org.apache.catalina.startup.Catalina.stop(Catalina.java:602)

        at
org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.j
ava:645)

31/05/2007 20:22:41 org.apache.catalina.core.StandardService stop

INFO: Stopping service Catalina

31/05/2007 20:22:42 org.apache.coyote.http11.Http11BaseProtocol destroy

INFO: Stopping Coyote HTTP/1.1 on http-8080

31/05/2007 20:22:42 org.apache.catalina.core.AprLifecycleListener
lifecycleEvent

INFO: Failed shutdown of Apache Portable Runtime

 

When I start up the tomcat and shutdown again this morning, I have found
Tomcat failed to shutdown of Apache Portable Run Time:

 

1/06/2007 09:43:06 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.5.0

_11/jre/lib/i386/client:/usr/java/jdk1.5.0_11/jre/lib/i386:/usr/java/jdk
1.5.0_11/jre/../lib/i386

1/06/2007 09:43:06 org.apache.coyote.http11.Http11BaseProtocol init

INFO: Initializing Coyote HTTP/1.1 on http-8080

1/06/2007 09:43:06 org.apache.catalina.startup.Catalina load

INFO: Initialization processed in 1365 ms

1/06/2007 09:43:07 org.apache.catalina.core.StandardService start

INFO: Starting service Catalina

1/06/2007 09:43:07 org.apache.catalina.core.StandardEngine start

INFO: Starting Servlet Engine: Apache Tomcat/5.5.23

1/06/2007 09:43:07 org.apache.catalina.core.StandardHost start

INFO: XML validation disabled

1/06/2007 09:43:08 org.apache.catalina.startup.HostConfig deployWAR

INFO: Deploying web application archive shibboleth-idp.war

log4j:WARN No appenders could be found for logger
(org.apache.commons.digester.Digester.sax).

log4j:WARN Please initialize the log4j system properly.

1/06/2007 09:43:09 org.apache.coyote.http11.Http11BaseProtocol start

INFO: Starting Coyote HTTP/1.1 on http-8080

1/06/2007 09:43:10 org.apache.jk.common.ChannelSocket init

INFO: JK: ajp13 listening on /0.0.0.0:8009

1/06/2007 09:43:10 org.apache.jk.server.JkMain start

INFO: Jk running ID=0 time=0/42  config=null

1/06/2007 09:43:10 org.apache.catalina.storeconfig.StoreLoader load

INFO: Find registry server-registry.xml at classpath resource

1/06/2007 09:43:10 org.apache.catalina.startup.Catalina start

INFO: Server startup in 3257 ms

1/06/2007 09:59:18 org.apache.coyote.http11.Http11BaseProtocol pause

INFO: Pausing Coyote HTTP/1.1 on http-8080

1/06/2007 09:59:19 org.apache.catalina.core.StandardService stop

INFO: Stopping service Catalina

1/06/2007 09:59:19 org.apache.coyote.http11.Http11BaseProtocol destroy

INFO: Stopping Coyote HTTP/1.1 on http-8080

1/06/2007 09:59:19 org.apache.catalina.core.AprLifecycleListener
lifecycleEvent

INFO: Failed shutdown of Apache Portable Runtime

 

Any one knows what is wrong?

 

Thanks in advance.

 

Eric