Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"503 Service Temporarily Unavailable" after +/-2 days running tomcat

Status
Not open for further replies.

pcsousa

Technical User
Jan 23, 2006
4
PT
Hello All.

I have a problem with tomcat/apache and I don't really know if the problem is originated by tomcat or by the user (I have only one user running a jsp site).

From 2 to 2 days (more or less) tomcat crashes and when we try to access to my customer site we see the message:

BO Quote:
=======================================================
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
--------------------------------------------------------------------------------

Apache/1.3.34 Server at Port 80
=======================================================
EO Quote:


Then I need to run /scripts/restartsrv_tomcat and service httpd restart in order to bring tomcat and jsp site online.

This is very bad for me and my customer as you can understand.

Do you know how to solv this issue or where can I find a tut to do it?

Any help appreciated.

Regards.

I forgot: every other sites allways running well, even when tomcat crashes showing that mesage (just for jsp site)
 
Last error was on 01-18-2006 (as follow) but last time the tomcat crashed was on 01-20-2006.

Here is catalina.err since day 18:

Jan 18, 2006 6:16:54 PM org.apache.tomcat.util.digester.Digester endElement
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tomcat.util.IntrospectionUtils.callMethod1(IntrospectionUtils.java:890)
at org.apache.tomcat.util.digester.SetNextRule.end(SetNextRule.java:192)
at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)
at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1057)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
at org.apache.catalina.startup.Catalina.load(Catalina.java:473)
at org.apache.catalina.startup.Catalina.start(Catalina.java:529)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:218)
Caused by: java.lang.IllegalArgumentException: addChild: Child name '' is not unique
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:749)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
... 29 more
Jan 18, 2006 6:16:54 PM org.apache.catalina.startup.Catalina load
WARNING: Catalina.start using conf/server.xml:
java.lang.IllegalArgumentException: addChild: Child name '' is not unique
at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2719)
at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2745)
at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1060)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
at org.apache.catalina.startup.Catalina.load(Catalina.java:473)
at org.apache.catalina.startup.Catalina.start(Catalina.java:529)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:218)
Jan 18, 2006 6:16:54 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 0 ms
jsvc.exec debug: Daemon started successfully
jsvc.exec debug: Waiting for a signal to be delivered
jsvc.exec error: Service did not exit cleanly
jsvc.exec debug: user changed to 'tomcat'
jsvc.exec debug: Using default JVM in /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: Attemtping to load library /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: JVM library /usr/local/jdk/jre/lib/i386/client/libjvm.so loaded
jsvc.exec debug: JVM library entry point found (0x00606680)
jsvc.exec debug: +-- DUMPING JAVA VM CREATION ARGUMENTS -----------------
jsvc.exec debug: | Version: 10002
jsvc.exec debug: | Ignore Unrecognized Arguments: False
jsvc.exec debug: | Extra options: 3
jsvc.exec debug: | "-Djava.class.path=./bootstrap.jar" (0x00000000)
jsvc.exec debug: | "-Djava.endorsed.dirs=../common/endorsed" (0x00000000)
jsvc.exec debug: | "-verbose" (0x00000000)
jsvc.exec debug: +-------------------------------------------------------
jsvc.exec debug: Java VM created successfully
jsvc.exec debug: Class org/apache/commons/daemon/support/DaemonLoader found
jsvc.exec debug: Native methods registered
jsvc.exec debug: Checking daemon
jsvc.exec debug: Daemon checked successfully
jsvc.exec debug: Daemon loaded successfully
Jan 18, 2006 6:27:56 PM org.apache.tomcat.util.digester.Digester endElement
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tomcat.util.IntrospectionUtils.callMethod1(IntrospectionUtils.java:890)
at org.apache.tomcat.util.digester.SetNextRule.end(SetNextRule.java:192)
at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)
at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1057)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
at org.apache.catalina.startup.Catalina.load(Catalina.java:473)
at org.apache.catalina.startup.Catalina.start(Catalina.java:529)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:218)
Caused by: java.lang.IllegalArgumentException: addChild: Child name '' is not unique
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:749)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
... 29 more
Jan 18, 2006 6:27:56 PM org.apache.catalina.startup.Catalina load
WARNING: Catalina.start using conf/server.xml:
java.lang.IllegalArgumentException: addChild: Child name '' is not unique
at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2719)
at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2745)
at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1060)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1561)
at org.apache.catalina.startup.Catalina.load(Catalina.java:473)
at org.apache.catalina.startup.Catalina.start(Catalina.java:529)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:218)
Jan 18, 2006 6:27:56 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 0 ms
jsvc.exec debug: Daemon started successfully
jsvc.exec debug: Waiting for a signal to be delivered
jsvc.exec error: Service did not exit cleanly
jsvc.exec debug: user changed to 'tomcat'
jsvc.exec debug: Using default JVM in /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: Attemtping to load library /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: JVM library /usr/local/jdk/jre/lib/i386/client/libjvm.so loaded
jsvc.exec debug: JVM library entry point found (0x00EF1680)
jsvc.exec debug: +-- DUMPING JAVA VM CREATION ARGUMENTS -----------------
jsvc.exec debug: | Version: 10002
jsvc.exec debug: | Ignore Unrecognized Arguments: False
jsvc.exec debug: | Extra options: 3
jsvc.exec debug: | "-Djava.class.path=./bootstrap.jar" (0x00000000)
jsvc.exec debug: | "-Djava.endorsed.dirs=../common/endorsed" (0x00000000)
jsvc.exec debug: | "-verbose" (0x00000000)
jsvc.exec debug: +-------------------------------------------------------
jsvc.exec debug: Java VM created successfully
jsvc.exec debug: Class org/apache/commons/daemon/support/DaemonLoader found
jsvc.exec debug: Native methods registered
jsvc.exec debug: Checking daemon
jsvc.exec debug: Daemon checked successfully
jsvc.exec debug: Daemon loaded successfully
jsvc.exec debug: Daemon started successfully
jsvc.exec debug: Waiting for a signal to be delivered
jsvc.exec error: Service did not exit cleanly
jsvc.exec debug: user changed to 'tomcat'
jsvc.exec debug: Using default JVM in /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: Attemtping to load library /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: JVM library /usr/local/jdk/jre/lib/i386/client/libjvm.so loaded
jsvc.exec debug: JVM library entry point found (0x00D8D680)
jsvc.exec debug: +-- DUMPING JAVA VM CREATION ARGUMENTS -----------------
jsvc.exec debug: | Version: 10002
jsvc.exec debug: | Ignore Unrecognized Arguments: False
jsvc.exec debug: | Extra options: 3
jsvc.exec debug: | "-Djava.class.path=./bootstrap.jar" (0x00000000)
jsvc.exec debug: | "-Djava.endorsed.dirs=../common/endorsed" (0x00000000)
jsvc.exec debug: | "-verbose" (0x00000000)
jsvc.exec debug: +-------------------------------------------------------
jsvc.exec debug: Java VM created successfully
jsvc.exec debug: Class org/apache/commons/daemon/support/DaemonLoader found
jsvc.exec debug: Native methods registered
jsvc.exec debug: Checking daemon
jsvc.exec debug: Daemon checked successfully
jsvc.exec debug: Daemon loaded successfully
jsvc.exec debug: Daemon started successfully
jsvc.exec debug: Waiting for a signal to be delivered
jsvc.exec error: Service did not exit cleanly
jsvc.exec debug: user changed to 'tomcat'
jsvc.exec debug: Using default JVM in /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: Attemtping to load library /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: JVM library /usr/local/jdk/jre/lib/i386/client/libjvm.so loaded
jsvc.exec debug: JVM library entry point found (0x00F8D680)
jsvc.exec debug: +-- DUMPING JAVA VM CREATION ARGUMENTS -----------------
jsvc.exec debug: | Version: 10002
jsvc.exec debug: | Ignore Unrecognized Arguments: False
jsvc.exec debug: | Extra options: 3
jsvc.exec debug: | "-Djava.class.path=./bootstrap.jar" (0x00000000)
jsvc.exec debug: | "-Djava.endorsed.dirs=../common/endorsed" (0x00000000)
jsvc.exec debug: | "-verbose" (0x00000000)
jsvc.exec debug: +-------------------------------------------------------
jsvc.exec debug: Java VM created successfully
jsvc.exec debug: Class org/apache/commons/daemon/support/DaemonLoader found
jsvc.exec debug: Native methods registered
jsvc.exec debug: Checking daemon
jsvc.exec debug: Daemon checked successfully
jsvc.exec debug: Daemon loaded successfully
jsvc.exec debug: Daemon started successfully
jsvc.exec debug: Waiting for a signal to be delivered
jsvc.exec error: Service did not exit cleanly
jsvc.exec debug: user changed to 'tomcat'
jsvc.exec debug: Using default JVM in /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: Attemtping to load library /usr/local/jdk/jre/lib/i386/client/libjvm.so
jsvc.exec debug: JVM library /usr/local/jdk/jre/lib/i386/client/libjvm.so loaded
jsvc.exec debug: JVM library entry point found (0x00FB3680)
jsvc.exec debug: +-- DUMPING JAVA VM CREATION ARGUMENTS -----------------
jsvc.exec debug: | Version: 10002
jsvc.exec debug: | Ignore Unrecognized Arguments: False
jsvc.exec debug: | Extra options: 3
jsvc.exec debug: | "-Djava.class.path=./bootstrap.jar" (0x00000000)
jsvc.exec debug: | "-Djava.endorsed.dirs=../common/endorsed" (0x00000000)
jsvc.exec debug: | "-verbose" (0x00000000)
jsvc.exec debug: +-------------------------------------------------------
jsvc.exec debug: Java VM created successfully
jsvc.exec debug: Class org/apache/commons/daemon/support/DaemonLoader found
jsvc.exec debug: Native methods registered
jsvc.exec debug: Checking daemon
jsvc.exec debug: Daemon checked successfully
jsvc.exec debug: Daemon loaded successfully
jsvc.exec debug: Daemon started successfully
jsvc.exec debug: Waiting for a signal to be delivered
jsvc.exec error: Service did not exit cleanly
 
Also at "817516 Jan 23 16:05 mod_jk.log" there are several exceptions on day 20.

Another question: is 817516 bytes for mod_jk.log a problem?

mod_jk.log:

[Wed Jan 18 18:29:25 2006] [info] jk_handler::mod_jk.c (1844): Service error=0 for worker=ajp13
[Fri Jan 20 09:44:44 2006] [info] ajp_process_callback::jk_ajp_common.c (1384): Connection aborted or network problems
[Fri Jan 20 09:44:44 2006] [info] ajp_service::jk_ajp_common.c (1731): Receiving from tomcat failed, because of client error without recovery in send loop 0
[Fri Jan 20 09:44:44 2006] [info] jk_handler::mod_jk.c (1837): Aborting connection for worker=ajp13
[Fri Jan 20 10:17:21 2006] [info] ajp_process_callback::jk_ajp_common.c (1384): Connection aborted or network problems
[Fri Jan 20 10:17:21 2006] [info] ajp_service::jk_ajp_common.c (1731): Receiving from tomcat failed, because of client error without recovery in send loop 0
[Fri Jan 20 10:17:21 2006] [info] jk_handler::mod_jk.c (1837): Aborting connection for worker=ajp13
[Fri Jan 20 22:11:02 2006] [info] ajp_send_request::jk_ajp_common.c (1178): Socket 11 is not connected any more (errno=-1)
[Fri Jan 20 22:11:02 2006] [info] ajp_send_request::jk_ajp_common.c (1202): Error sending request. Will try another pooled connection
[Fri Jan 20 22:11:02 2006] [info] ajp_send_request::jk_ajp_common.c (1225): All endpoints are disconnected or dead
[Fri Jan 20 22:11:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Jan 20 22:11:02 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 22:11:02 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 22:11:02 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 22:11:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Fri Jan 20 22:11:02 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 22:11:02 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 22:11:02 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 22:11:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=3
[Fri Jan 20 22:11:02 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=ajp13 failed
[Fri Jan 20 22:11:02 2006] [info] jk_handler::mod_jk.c (1844): Service error=0 for worker=ajp13
[Fri Jan 20 22:28:46 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 22:28:46 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 22:28:46 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 22:28:46 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Jan 20 22:28:46 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 22:28:46 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 22:28:46 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 22:28:46 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Fri Jan 20 22:28:46 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 22:28:46 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 22:28:46 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 22:28:46 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomc[Fri Jan 20 23:55:25 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:55:25 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:55:25 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:55:25 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Jan 20 23:55:25 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:55:25 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:55:25 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:55:25 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Fri Jan 20 23:55:25 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:55:25 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:55:25 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:55:25 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=3
[Fri Jan 20 23:55:25 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=ajp13 failed
[Fri Jan 20 23:55:25 2006] [info] jk_handler::mod_jk.c (1844): Service error=0 for worker=ajp13
[Wed Jan 18 18:29:51 2006] [info] ajp_process_callback::jk_ajp_common.c (1384): Connection aborted or network problems
[Wed Jan 18 18:29:51 2006] [info] ajp_service::jk_ajp_common.c (1731): Receiving from tomcat failed, because of client error without recovery in send loop 0
[Wed Jan 18 18:29:51 2006] [info] jk_handler::mod_jk.c (1837): Aborting connection for worker=ajp13
[Fri Jan 20 15:30:57 2006] [info] ajp_process_callback::jk_ajp_common.c (1384): Connection aborted or network problems
[Fri Jan 20 15:30:57 2006] [info] ajp_service::jk_ajp_common.c (1731): Receiving from tomcat failed, because of client error without recovery in send loop 0
[Fri Jan 20 15:30:57 2006] [info] jk_handler::mod_jk.c (1837): Aborting connection for worker=ajp13
[Fri Jan 20 21:58:12 2006] [info] ajp_send_request::jk_ajp_common.c (1178): Socket 12 is not connected any more (errno=-1)
[Fri Jan 20 21:58:12 2006] [info] ajp_send_request::jk_ajp_common.c (1202): Error sending request. Will try another pooled connection
[Fri Jan 20 21:58:12 2006] [info] ajp_send_request::jk_ajp_common.c (1225): All endpoints are disconnected or dead
[Fri Jan 20 21:58:12 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Jan 20 21:58:12 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 21:58:12 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 21:58:12 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 21:58:12 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Fri Jan 20 21:58:12 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 21:58:12 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 21:58:12 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 21:58:12 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=3
[Fri Jan 20 21:58:12 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=ajp13 failed
[Fri Jan 20 21:58:12 2006] [info] jk_handler::mod_jk.c (1844): Service error=0 for worker=ajp13
[Fri Jan 20 23:57:19 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:57:19 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:57:19 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:57:19 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Jan 20 23:57:19 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:57:19 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:57:19 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:57:19 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Fri Jan 20 23:57:19 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:57:19 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:57:19 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:57:19 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomc[Fri Jan 20 22:21:00 2006] [info] ajp_send_request::jk_ajp_common.c (1178): Socket 9 is not connected any more (errno=-1)
[Fri Jan 20 22:21:00 2006] [info] ajp_send_request::jk_ajp_common.c (1202): Error sending request. Will try another pooled connection
[Fri Jan 20 22:21:00 2006] [info] ajp_send_request::jk_ajp_common.c (1225): All endpoints are disconnected or dead
[Fri Jan 20 22:21:00 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Jan 20 22:21:00 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 22:21:00 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 22:21:00 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 22:21:00 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Fri Jan 20 22:21:00 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 22:21:00 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 22:21:00 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 22:21:00 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=3
[Fri Jan 20 22:21:00 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=ajp13 failed
[Fri Jan 20 22:21:00 2006] [info] jk_handler::mod_jk.c (1844): Service error=0 for worker=ajp13
[Fri Jan 20 23:11:02 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:11:02 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:11:02 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:11:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Jan 20 23:11:02 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:11:02 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:11:02 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:11:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Fri Jan 20 23:11:02 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 23:11:02 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 23:11:02 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 23:11:02 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=3
[Fri Jan 20 23:11:02 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=ajp13 failed
[Fri Jan 20 23:11:02 2006] [info] jk_handler::mod_jk.c (1844): Service error=0 for worker=ajp13
[Sat Jan 21 00:18:05 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Sat Jan 21 00:18:05 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Sat Jan 21 00:18:05 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Sat Jan 21 00:18:05 2006] [info] ajp_service::jk_ajp[Fri Jan 20 20:54:13 2006] [info] ajp_send_request::jk_ajp_common.c (1178): Socket 9 is not connected any more (errno=-1)
[Fri Jan 20 20:54:13 2006] [info] ajp_send_request::jk_ajp_common.c (1202): Error sending request. Will try another pooled connection
[Fri Jan 20 20:54:13 2006] [info] ajp_send_request::jk_ajp_common.c (1225): All endpoints are disconnected or dead
[Fri Jan 20 20:54:13 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Fri Jan 20 20:54:13 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 20:54:13 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 20:54:13 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 20:54:13 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Fri Jan 20 20:54:13 2006] [info] jk_open_socket::jk_connect.c (444): connect to 127.0.0.1:8009 failed with errno=111
[Fri Jan 20 20:54:13 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (127.0.0.1:8009) with (errno=111)
[Fri Jan 20 20:54:13 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Fri Jan 20 20:54:13 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=3
[Fri Jan 20 20:54:13 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started or is listening on the wrong port. worker=ajp13 failed
[Fri Jan 20 20:54:13 2006] [info] jk_handler::mod_jk.c (1844): Service error=0 for worker=ajp13

(...)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top