RE: Connection reset by peer

2001-12-11 Thread GOMEZ Henri

May I recommand you to switch to Tomcat 3.3, for strict
2.2/1.1 RI, which fixes quantities of problems like this ?

The RI for 2.2/1.1 is Tomcat 3.3 today, just take a look
at java.sun.com :)

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: Muhammad Ali Siddiqui [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 10, 2001 9:02 PM
To: Tomcat Developers List; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Connection reset by peer


Hello,

I had the same problem with tomcat in windows environment. Its 
just that
when ever your connection between Tomcat and its client (mostly a web
browser) breaks (may be due to pressing stop button in the 
browser or due to
any other reason) it throws exception. And the exception stack 
trace was
printed on the console. So nothing to worry about this.

I am not too sure, but I guess your tomcat didn't hang due to 
this reason.
There must be some other problem with your environment as well.

Regards,
Ali.
- Original Message -
From: Renato [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, December 10, 2001 5:26 PM
Subject: Connection reset by peer


 Hi all,

 I was looking through tomcat's log ( tomcat 3.2.4 + mod_jk 
under Red Hat
 7.2 + Sun JVM 1.3.1_01 ) and I saw a lot of messages like this:

 java.net.SocketException: Connection reset by peer: 
Connection reset by
peer
 at java.net.SocketInputStream.socketRead(Native Method)
 at java.net.SocketInputStream.read(SocketInputStream.java:86)
 at 
org.apache.tomcat.service.connector.TcpConnector.receiveFully
 (TcpConnector.java:150)
 at org.apache.tomcat.service.connector.TcpConnector.receive
 (TcpConnector.java:121)
 at

org.apache.tomcat.service.connector.Ajp13ConnectionHandler.proc
essConnection
 (Ajp13ConnectionHandler.ja
 va:146)
 at org.apache.tomcat.service.TcpWorkerThread.runIt
 (PoolTcpEndpoint.java:416)
 at org.apache.tomcat.util.ThreadPool$ControlRunnable.run
 (ThreadPool.java:501)
 at java.lang.Thread.run(Thread.java:484)

 After a while Tomcat starts failing to respond till it hangs 
completely.

 I've seen Sun's JVM release and already set up the 'work around'
parameters
 for Linux.

 Any other hint ?

 Thanks
 Renato.

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Connection reset by peer

2001-12-10 Thread Muhammad Ali Siddiqui

Hello,

I had the same problem with tomcat in windows environment. Its just that
when ever your connection between Tomcat and its client (mostly a web
browser) breaks (may be due to pressing stop button in the browser or due to
any other reason) it throws exception. And the exception stack trace was
printed on the console. So nothing to worry about this.

I am not too sure, but I guess your tomcat didn't hang due to this reason.
There must be some other problem with your environment as well.

Regards,
Ali.
- Original Message -
From: Renato [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, December 10, 2001 5:26 PM
Subject: Connection reset by peer


 Hi all,

 I was looking through tomcat's log ( tomcat 3.2.4 + mod_jk under Red Hat
 7.2 + Sun JVM 1.3.1_01 ) and I saw a lot of messages like this:

 java.net.SocketException: Connection reset by peer: Connection reset by
peer
 at java.net.SocketInputStream.socketRead(Native Method)
 at java.net.SocketInputStream.read(SocketInputStream.java:86)
 at org.apache.tomcat.service.connector.TcpConnector.receiveFully
 (TcpConnector.java:150)
 at org.apache.tomcat.service.connector.TcpConnector.receive
 (TcpConnector.java:121)
 at

org.apache.tomcat.service.connector.Ajp13ConnectionHandler.processConnection
 (Ajp13ConnectionHandler.ja
 va:146)
 at org.apache.tomcat.service.TcpWorkerThread.runIt
 (PoolTcpEndpoint.java:416)
 at org.apache.tomcat.util.ThreadPool$ControlRunnable.run
 (ThreadPool.java:501)
 at java.lang.Thread.run(Thread.java:484)

 After a while Tomcat starts failing to respond till it hangs completely.

 I've seen Sun's JVM release and already set up the 'work around'
parameters
 for Linux.

 Any other hint ?

 Thanks
 Renato.

 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Connection reset by peer

2001-12-10 Thread Renato

It looks that this error however is happening at the connector pool level. 
I see other 'connection reset by peer' errors but they have different 
stacks. This one looks more critical. It might also a bug in the JVM.


 Hello,
 
 I had the same problem with tomcat in windows environment. Its just that
 when ever your connection between Tomcat and its client (mostly a web
 browser) breaks (may be due to pressing stop button in the browser or due 
to
 any other reason) it throws exception. And the exception stack trace was
 printed on the console. So nothing to worry about this.
 
 I am not too sure, but I guess your tomcat didn't hang due to this reason.
 There must be some other problem with your environment as well.
 
 Regards,
 Ali.
 - Original Message -
 From: Renato [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, December 10, 2001 5:26 PM
 Subject: Connection reset by peer
 
 
  Hi all,
 
  I was looking through tomcat's log ( tomcat 3.2.4 + mod_jk under Red Hat
  7.2 + Sun JVM 1.3.1_01 ) and I saw a lot of messages like this:
 
  java.net.SocketException: Connection reset by peer: Connection reset by
 peer
  at java.net.SocketInputStream.socketRead(Native Method)
  at java.net.SocketInputStream.read(SocketInputStream.java:86)
  at org.apache.tomcat.service.connector.TcpConnector.receiveFully
  (TcpConnector.java:150)
  at org.apache.tomcat.service.connector.TcpConnector.receive
  (TcpConnector.java:121)
  at
 
 
org.apache.tomcat.service.connector.Ajp13ConnectionHandler.processConnection
  (Ajp13ConnectionHandler.ja
  va:146)
  at org.apache.tomcat.service.TcpWorkerThread.runIt
  (PoolTcpEndpoint.java:416)
  at org.apache.tomcat.util.ThreadPool$ControlRunnable.run
  (ThreadPool.java:501)
  at java.lang.Thread.run(Thread.java:484)
 
  After a while Tomcat starts failing to respond till it hangs completely.
 
  I've seen Sun's JVM release and already set up the 'work around'
 parameters
  for Linux.
 
  Any other hint ?
 
  Thanks
  Renato.
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   mailto:tomcat-dev-
[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:tomcat-dev-
[EMAIL PROTECTED]
 
 
 
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]