I see similar messages in my Catalina.out. Since my app works just fine, I simple ignore them. I think it is either apache timeout setup or ssl setup.
Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -----Original Message----- From: Sven K�hler [mailto:[EMAIL PROTECTED] Sent: February 25, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: please explain errors in catalina.out and mod_kj's log hi, many people seem to have the follwing lines in their catalina.out: 25.02.2003 16:07:31 org.apache.jk.common.ChannelSocket processConnection INFO: server has been restarted or reset this connection 25.02.2003 16:07:33 org.apache.jk.common.ChannelSocket processConnection INFO: connection timeout reached i now set mod_jk's log-level to "error", and now i have those lines in mod_jk's log: see below i checked my tomcat-configuration. the timeout is at it's maximum (60sec) although i haven't tried using -1 yet. i wouldn't like a timeout of -1 (hopefully meaning INFINITY) because a dead connection would never be detected! i guess, tomcat is killing the connections (because of timeout) and mod_jk has to establish a new connection. mod_jk doesn't have something like a keep-alive option, so what am i supposed to do!? a snippet from my mod_jk.log: [Tue Feb 25 16:08:28 2003] [jk_ajp_common.c (1187)]: ERROR: Receiving from tomcat failed, recoverab le operation. err=0 [Tue Feb 25 16:08:29 2003] [jk_ajp_common.c (926)]: Error sending request body [Tue Feb 25 16:08:30 2003] [jk_ajp_common.c (681)]: ERROR: can't receive the response message from tomcat, network problems or tomcat is down. [Tue Feb 25 16:08:30 2003] [jk_ajp_common.c (1050)]: Error reading reply from tomcat. Tomcat is dow n or network problems. [Tue Feb 25 16:08:30 2003] [jk_ajp_common.c (1187)]: ERROR: Receiving from tomcat failed, recoverab le operation. err=0 [Tue Feb 25 16:08:31 2003] [jk_ajp_common.c (681)]: ERROR: can't receive the response message from tomcat, network problems or tomcat is down. [Tue Feb 25 16:08:31 2003] [jk_ajp_common.c (1050)]: Error reading reply from tomcat. Tomcat is dow n or network problems. [Tue Feb 25 16:08:31 2003] [jk_ajp_common.c (1187)]: ERROR: Receiving from tomcat failed, recoverab le operation. err=0 [Tue Feb 25 16:08:31 2003] [jk_ajp_common.c (681)]: ERROR: can't receive the response message from tomcat, network problems or tomcat is down. [Tue Feb 25 16:08:31 2003] [jk_ajp_common.c (1050)]: Error reading reply from tomcat. Tomcat is dow n or network problems. [Tue Feb 25 16:08:31 2003] [jk_ajp_common.c (1187)]: ERROR: Receiving from tomcat failed, recoverab le operation. err=0 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
