You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Francom, Kodie" <KF...@nact.com> on 2002/10/08 16:25:52 UTC

Does anyone know why I am getting these mod_jk error messages or what they mean????

We are using Tomcat 4.1, Sun JDK 1.4, Linux 7.2 and Apache 1.3.


[Thu Sep 26 18:13:26 2002]  [jk_ajp13_worker.c (845)]: In
jk_endpoint_t::service, get_reply failed in send loop 1
[Thu Sep 26 18:13:26 2002]  [jk_ajp13_worker.c (845)]: In
jk_endpoint_t::service, get_reply failed in send loop 1
[Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (228)]:
connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
[Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
[Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (845)]: In
jk_endpoint_t::service, get_reply failed in send loop 0
[Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (228)]:
connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
[Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
[Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (845)]: In
jk_endpoint_t::service, get_reply failed in send loop 2
[Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (228)]:
connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
[Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
[Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (845)]: In
jk_endpoint_t::service, get_reply failed in send loop 0
[Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (228)]:
connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
[Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
[Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (845)]: In
jk_endpoint_t::service, get_reply failed in send loop 2
[Thu Sep 26 18:13:57 2002]  [jk_ajp13_worker.c (228)]:
connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Does anyone know why I am getting these mod_jk error messages or what they mean????

Posted by Tom Sherrod <to...@unx.sas.com>.
I just fought through these errors this morning.
I found that tomcat didn't have the processes.  I tripled the
maxProcessor settings for the connector and
the mod_jk errors stopped.

After lots of lucky guessing, I finally looked in the catalina_log file
for the tomcat server and found it full of:

2002-10-08 09:57:27 Ajp13Connector[1209] No processor available, rejecting
this connection

Check all logs for clues...

Tom

On Tue, 8 Oct 2002, Ricky Leung wrote:

> I have found that I could generate this error when the site is slow and I go
> view a page and then clicked stop on the browser.  What happens is that the
> user gave up looking at the page and ajp could no longer send it out.  This
> usually happens when jsps are compiling...
>
>
> > -----Original Message-----
> > From: Francom, Kodie [mailto:KFrancom@nact.com]
> > Sent: Tuesday, October 08, 2002 10:26 AM
> > To: 'Tomcat Users List'
> > Subject: Does anyone know why I am getting these mod_jk error messages
> > or what they mean????
> >
> >
> > We are using Tomcat 4.1, Sun JDK 1.4, Linux 7.2 and Apache 1.3.
> >
> >
> > [Thu Sep 26 18:13:26 2002]  [jk_ajp13_worker.c (845)]: In
> > jk_endpoint_t::service, get_reply failed in send loop 1
> > [Thu Sep 26 18:13:26 2002]  [jk_ajp13_worker.c (845)]: In
> > jk_endpoint_t::service, get_reply failed in send loop 1
> > [Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (228)]:
> > connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> > [Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
> > [Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (845)]: In
> > jk_endpoint_t::service, get_reply failed in send loop 0
> > [Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (228)]:
> > connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> > [Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
> > [Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (845)]: In
> > jk_endpoint_t::service, get_reply failed in send loop 2
> > [Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (228)]:
> > connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> > [Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
> > [Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (845)]: In
> > jk_endpoint_t::service, get_reply failed in send loop 0
> > [Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (228)]:
> > connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> > [Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
> > [Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (845)]: In
> > jk_endpoint_t::service, get_reply failed in send loop 2
> > [Thu Sep 26 18:13:57 2002]  [jk_ajp13_worker.c (228)]:
> > connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Does anyone know why I am getting these mod_jk error messages or what they mean????

Posted by Ricky Leung <ri...@booksense.com>.
I have found that I could generate this error when the site is slow and I go
view a page and then clicked stop on the browser.  What happens is that the
user gave up looking at the page and ajp could no longer send it out.  This
usually happens when jsps are compiling...


> -----Original Message-----
> From: Francom, Kodie [mailto:KFrancom@nact.com]
> Sent: Tuesday, October 08, 2002 10:26 AM
> To: 'Tomcat Users List'
> Subject: Does anyone know why I am getting these mod_jk error messages
> or what they mean????
>
>
> We are using Tomcat 4.1, Sun JDK 1.4, Linux 7.2 and Apache 1.3.
>
>
> [Thu Sep 26 18:13:26 2002]  [jk_ajp13_worker.c (845)]: In
> jk_endpoint_t::service, get_reply failed in send loop 1
> [Thu Sep 26 18:13:26 2002]  [jk_ajp13_worker.c (845)]: In
> jk_endpoint_t::service, get_reply failed in send loop 1
> [Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (228)]:
> connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> [Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
> [Thu Sep 26 18:13:46 2002]  [jk_ajp13_worker.c (845)]: In
> jk_endpoint_t::service, get_reply failed in send loop 0
> [Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (228)]:
> connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> [Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
> [Thu Sep 26 18:13:48 2002]  [jk_ajp13_worker.c (845)]: In
> jk_endpoint_t::service, get_reply failed in send loop 2
> [Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (228)]:
> connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> [Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
> [Thu Sep 26 18:13:51 2002]  [jk_ajp13_worker.c (845)]: In
> jk_endpoint_t::service, get_reply failed in send loop 0
> [Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (228)]:
> connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
> [Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (712)]: Error reading reply
> [Thu Sep 26 18:13:53 2002]  [jk_ajp13_worker.c (845)]: In
> jk_endpoint_t::service, get_reply failed in send loop 2
> [Thu Sep 26 18:13:57 2002]  [jk_ajp13_worker.c (228)]:
> connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>