> In the settings you put in httpd.conf, you should have added a
> 'LogLevel' directive. If you did not, then you can! The line
> I have is:
>
> JkLogLevel error
>
> Change the 'error' to debug and restart Apache.
This worked well, and yielded some errors:
**********
[Tue Aug 26 16:25:19 2003] [jk_connect.c (203)]: jk_open_socket, connect()
failed errno = 111
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (626)]: Error connecting to
tomcat. Tomcat is probably not started or is listenning on the wrong port.
Failed errno = 111
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (874)]: Error connecting to the
Tomcat process.
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (1190)]: sending request to
tomcat failed in send loop. err=0
[Tue Aug 26 16:25:19 2003] [jk_connect.c (203)]: jk_open_socket, connect()
failed errno = 111
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (626)]: Error connecting to
tomcat. Tomcat is probably not started or is listenning on the wrong port.
Failed errno = 111
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (874)]: Error connecting to the
Tomcat process.
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (1190)]: sending request to
tomcat failed in send loop. err=1
[Tue Aug 26 16:25:19 2003] [jk_connect.c (203)]: jk_open_socket, connect()
failed errno = 111
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (626)]: Error connecting to
tomcat. Tomcat is probably not started or is listenning on the wrong port.
Failed errno = 111
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (874)]: Error connecting to the
Tomcat process.
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (1190)]: sending request to
tomcat failed in send loop. err=2
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (1198)]: Error connecting to
tomcat. Tomcat is probably not started or is listenning on the wrong port.
Failed errno = 111
[Tue Aug 26 16:25:19 2003] [jk_ajp_common.c (970)]: ERROR sending data to
client. Connection aborted or network problems
[Tue Aug 26 16:25:50 2003] [jk_ajp_common.c (970)]: ERROR sending data to
client. Connection aborted or network problems
[Tue Aug 26 16:26:04 2003] [jk_ajp_common.c (970)]: ERROR sending data to
client. Connection aborted or network problems
[Tue Aug 26 16:26:15 2003] [jk_ajp_common.c (970)]: ERROR sending data to
client. Connection aborted or network problems
[Tue Aug 26 16:26:22 2003] [jk_ajp_common.c (970)]: ERROR sending data to
client. Connection aborted or network problems
**********
All of these errors appeared at the same time I was trying to view a JSP on
a site that had "lost touch." I was doing a tail -f and the log file had
been quiet until I tried to view this JSP -- then all these popped-up at
about the same time.
Immidiately I opened a telnet session to this particular Tomcat instance's
AJP 1.3 port, and verified it was responding. Also, *all* of the Tomcat
instances are on the same host as the Web server, so all the workers are
traveling over 127.0.0.1.
Any ideas?
Thanks!
-Fred
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]