You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Joelly <ch...@unycom.com> on 2003/08/20 15:42:55 UTC

apache2, mod_jk2, tomcat4.1.27: "server has been restarted or reset this connection"

Hello all!

i have setup apache2 with mod_jk2 and tomcat4.1.27 and all works fine,
but the following log messages is written to the mod_jk log file:

19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
INFO: server has been restarted or reset this connection
19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
INFO: server has been restarted or reset this connection
19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
INFO: server has been restarted or reset this connection
19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection

as i can see this log message is written on every request, so i can
change the log level or if there is a real problem would appreciate
solving the problem.

is this a real problem? and if yes, does anybody know whats the problem?
i have tried several things with WORKER.sockt_keepalive and
WORKER.socket_timeout, but things don't change...

thx,

Chris

Re: apache2, mod_jk2, tomcat4.1.27: "server has been restarted or reset this connection"

Posted by Chris Joelly <ch...@unycom.com>.
Hello!

i have this problem on a windows 2000 box ...

thx, Chris

Am Tue, Aug 26, 2003 at 01:34:47PM -0400, Eric J. Pinnell meinte:
> 
> I get this too.
> 
> You can add a connectionTimeout to the Connector (I use 120000) and you
> will no longer get a "reset" INFO message but a "connection timed out"
> INFO message.
> 
> I know that it is possible for the user to get a 400 or 500 error due to
> these resets.  I haven't ran a test with the timeout settings to find out.
> I have done it with the timeout set to 0 (the default).
> 
> Also what OS are you using?  We spoke about this before and it seemed to
> be unique to Solaris.  Linux didn't have the problem.
> 
> But no one has figured out an answer to it...  at least that I know of.
> 
> On Tue, 26 Aug 2003, Chris Joelly wrote:
> 
> > Am Wed, Aug 20, 2003 at 03:42:55PM +0200, Chris Joelly meinte:
> > >
> > > i have setup apache2 with mod_jk2 and tomcat4.1.27 and all works fine,
> > > but the following log messages is written to the mod_jk log file:
> > >
> > > 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> > > INFO: server has been restarted or reset this connection
> > > 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> > > INFO: server has been restarted or reset this connection
> > > 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> > > INFO: server has been restarted or reset this connection
> > > 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> > >
> > > as i can see this log message is written on every request, so i can
> > > change the log level or if there is a real problem would appreciate
> > > solving the problem.
> > >
> > > is this a real problem? and if yes, does anybody know whats the problem?
> > > i have tried several things with WORKER.sockt_keepalive and
> > > WORKER.socket_timeout, but things don't change...


Re: apache2, mod_jk2, tomcat4.1.27: "server has been restarted or reset this connection"

Posted by "Eric J. Pinnell" <er...@iCky.org>.
Hi,

I get this too.

You can add a connectionTimeout to the Connector (I use 120000) and you
will no longer get a "reset" INFO message but a "connection timed out"
INFO message.

I know that it is possible for the user to get a 400 or 500 error due to
these resets.  I haven't ran a test with the timeout settings to find out.
I have done it with the timeout set to 0 (the default).

Also what OS are you using?  We spoke about this before and it seemed to
be unique to Solaris.  Linux didn't have the problem.

But no one has figured out an answer to it...  at least that I know of.

-e

On Tue, 26 Aug 2003, Chris Joelly wrote:

> Hello again!
>
> anybody any idea about this behavior?
>
> thx, Chris
>
> Am Wed, Aug 20, 2003 at 03:42:55PM +0200, Chris Joelly meinte:
> >
> > i have setup apache2 with mod_jk2 and tomcat4.1.27 and all works fine,
> > but the following log messages is written to the mod_jk log file:
> >
> > 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> > INFO: server has been restarted or reset this connection
> > 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> > INFO: server has been restarted or reset this connection
> > 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> > INFO: server has been restarted or reset this connection
> > 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> >
> > as i can see this log message is written on every request, so i can
> > change the log level or if there is a real problem would appreciate
> > solving the problem.
> >
> > is this a real problem? and if yes, does anybody know whats the problem?
> > i have tried several things with WORKER.sockt_keepalive and
> > WORKER.socket_timeout, but things don't change...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>

Re: apache2, mod_jk2, tomcat4.1.27: "server has been restarted or reset this connection"

Posted by Chris Joelly <ch...@unycom.com>.
Hello again!

anybody any idea about this behavior?

thx, Chris

Am Wed, Aug 20, 2003 at 03:42:55PM +0200, Chris Joelly meinte:
> 
> i have setup apache2 with mod_jk2 and tomcat4.1.27 and all works fine,
> but the following log messages is written to the mod_jk log file:
> 
> 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> INFO: server has been restarted or reset this connection
> 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> INFO: server has been restarted or reset this connection
> 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> INFO: server has been restarted or reset this connection
> 19.08.2003 16:43:05 org.apache.jk.common.ChannelSocket processConnection
> 
> as i can see this log message is written on every request, so i can
> change the log level or if there is a real problem would appreciate
> solving the problem.
> 
> is this a real problem? and if yes, does anybody know whats the problem?
> i have tried several things with WORKER.sockt_keepalive and
> WORKER.socket_timeout, but things don't change...