You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ronald Vyhmeister <vy...@uapsoft.com.ar> on 2001/08/14 04:37:28 UTC

Tomcat dies... help!

Tomcat is having serious problems which only happen at night when the usage goes light... go figure.  here's the one consistent thing I know.  It gives this error and then dies...

[jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error - jk_tcp_socket_rec
vfull failed
[jk_ajp13_worker.c (621)]: Error reading request
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146
[jk_ajp13_worker.c (173)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 1
46
...

What is wrong?  What can I do to fix it?

Thanks!

Ron Vyhmeister

Re: Tomcat dies... help!

Posted by Barnabas Yohannes <yo...@hotmail.com>.
Ron & Sahar,
This is very simple error.  It should not cause any other problems.  What
this massages are telling you are simply your apache server was not up while
tomcat was tying to get a signal.

You need to read the error log at your apache server.  Of course, I am
assuming that you have an apache server.

----- Original Message -----
From: "Sahar Madani" <sa...@excitehome.net>
To: <to...@jakarta.apache.org>
Sent: Wednesday, August 15, 2001 8:01 PM
Subject: Re: Tomcat dies... help!


> Did anyone answer this one yet.
> I get this in one of my servers.  Both using jdk1.2.2
> tail mod_jk.log
> [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111
> [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
>
> Any ideas? thanks in advance.
>
> Ronald Vyhmeister wrote:
>
> > Tomcat is having serious problems which only happen at night when the
usage goes light... go figure.  here's the one consistent thing I know.  It
gives this error and then dies...
> >
> > [jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error -
jk_tcp_socket_rec
> > vfull failed
> > [jk_ajp13_worker.c (621)]: Error reading request
> > [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146
> > [jk_ajp13_worker.c (173)]: In jk_endpoint_t::connect_to_tomcat, failed
errno = 1
> > 46
> > ...
> >
> > What is wrong?  What can I do to fix it?
> >
> > Thanks!
> >
> > Ron Vyhmeister
>
> --
> Sahar Madani
>
>
>

RE: Tomcat dies... help!

Posted by Martin van den Bemt <ma...@isallineed.org>.
There are some bugs in ajp12 which can cause this. Since ajp12 is frozen and
not as fast as ajp13 it is best to use ajp13 or the old mod_jserv.

Mvgr,
martin

> -----Original Message-----
> From: Sahar Madani [mailto:sahar@excitehome.net]
> Sent: Thursday, August 16, 2001 3:01 AM
> To: tomcat-user@jakarta.apache.org
> Subject: Re: Tomcat dies... help!
>
>
> Did anyone answer this one yet.
> I get this in one of my servers.  Both using jdk1.2.2
> tail mod_jk.log
> [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111
> [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
>
> Any ideas? thanks in advance.
>


Re: Tomcat dies... help!

Posted by Sahar Madani <sa...@excitehome.net>.
Did anyone answer this one yet.
I get this in one of my servers.  Both using jdk1.2.2
tail mod_jk.log
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1

Any ideas? thanks in advance.

Ronald Vyhmeister wrote:

> Tomcat is having serious problems which only happen at night when the usage goes light... go figure.  here's the one consistent thing I know.  It gives this error and then dies...
>
> [jk_ajp13_worker.c (203)]: connection_tcp_get_message: Error - jk_tcp_socket_rec
> vfull failed
> [jk_ajp13_worker.c (621)]: Error reading request
> [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146
> [jk_ajp13_worker.c (173)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 1
> 46
> ...
>
> What is wrong?  What can I do to fix it?
>
> Thanks!
>
> Ron Vyhmeister

--
Sahar Madani