That is probably the reason so going to try and fix the way the check is done.
Thank you.
-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 29 de Janeiro de 2008 16:56
To: Tomcat Users List
Subject: Re: Socket Exception
If it happens that often and you
If it happens that often and you don't have a high traffic site, it
might be a monitor script, that does only check if it can do a TCP
connect and drop the connection before a full HTTP request-response
cycle has finished.
Regards,
Rainer
Peter Crowther wrote:
From: Nuno Manuel Martins [mai
> From: Nuno Manuel Martins [mailto:[EMAIL PROTECTED]
> Ah... nothing else can be the cause of this?
Anything that can cause a socket connection to fail or close before Tomcat's
finished writing to it. But the most common cause is the user agent.
> Asking because these aren't normal users for s
8 16:31
To: 'Tomcat Users List'
Subject: RE: Socket Exception
> From: Nuno Manuel Martins [mailto:[EMAIL PROTECTED]
> org.apache.tomcat.util.net.TcpWorkerThread runIt
> SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Connection reset
[...]
> Anyone on the list knows wha
> From: Nuno Manuel Martins [mailto:[EMAIL PROTECTED]
> org.apache.tomcat.util.net.TcpWorkerThread runIt
> SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Connection reset
[...]
> Anyone on the list knows what this is, what might be causing
> it and how do I fix it?
The usual cause is that t
Hello list,
I have an old version of tomcat (I know it is discontinued so if no help
available though luck) 5.0.28 running on RedHat EL 4 and there is an error
constantly showing up in the logs:
Jan 29, 2008 3:55:18 PM org.apache.tomcat.util.net.TcpWorkerThread runIt
SEVERE: Remote Host /xxx.xxx
I'm using tomcat 4.1.29, and seeing socket exceptions. I have a struts
action chain where a controller action distributes requests to child
actions. At the action return of the forward, the socket exception occurs.
Any ideas? Thanks.
Bruce D. Pease
Java Developer
CruiseOne/Cruises, Inc
Hello
Browsing the internet and searching this mailinglist, I found several
posts from people having the same problem, but nowhere an explanation to
it. Besides the hope to find any answers, I'd like to add some
informations from my side.
As other users, from time to time I find following entries