RE: IOException, that reset by peer thing.

2002-01-15 Thread Mike Curwen

There is a way to stop it, but just wondered why it happens in the first
place.

http://www.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=56&t=000
142

-Original Message-
From: Brandon Cruz [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 1:25 PM
To: Tomcat Users List
Subject: RE: IOException, that reset by peer thing.


It also happens if your browser has things cached, especially images.  It
does not matter, and from my understanding, there is no way to stop this
output.

-Original Message-
From: Huy Tran [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 12:37 PM
To: Tomcat Users List
Subject: Re: IOException, that reset by peer thing.


 From my experience, that happens when user connect to you and then
close it.  Especially, when they are using a browser, requesting a page
from your Tomcat, but then decide to move on to another site or page.

Hope it helps.

Mike Curwen wrote:

>Hi,
>
>This has probably been covered before, but thought I'd risk a 'stfw' and
ask
>anyways. ;)
>
>What is the cause (and solution?) for this fairly frequent and non-fatal
>error?
>
>IOException in R(/myfolder+/jsp/somepage.jsp+null) Connection reset by
peer:
>socket write error.
>
>p.s. - I have done a google search, and there were a few references to
>WinSock errors (ie: it isn't tomcat).  But I'm not sure I 100% buy that.
>
>Thanks everyone.
>
>MikeC
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: IOException, that reset by peer thing.

2002-01-15 Thread Brandon Cruz

It also happens if your browser has things cached, especially images.  It
does not matter, and from my understanding, there is no way to stop this
output.

-Original Message-
From: Huy Tran [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 12:37 PM
To: Tomcat Users List
Subject: Re: IOException, that reset by peer thing.


 From my experience, that happens when user connect to you and then
close it.  Especially, when they are using a browser, requesting a page
from your Tomcat, but then decide to move on to another site or page.

Hope it helps.

Mike Curwen wrote:

>Hi,
>
>This has probably been covered before, but thought I'd risk a 'stfw' and
ask
>anyways. ;)
>
>What is the cause (and solution?) for this fairly frequent and non-fatal
>error?
>
>IOException in R(/myfolder+/jsp/somepage.jsp+null) Connection reset by
peer:
>socket write error.
>
>p.s. - I have done a google search, and there were a few references to
>WinSock errors (ie: it isn't tomcat).  But I'm not sure I 100% buy that.
>
>Thanks everyone.
>
>MikeC
>
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>
>




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: IOException, that reset by peer thing.

2002-01-15 Thread Mike Curwen

Thanks for the info.

But has no one else noticed this error happens a *LOT* with Tomcat 3.x ?

And *I'm* the only user of my own development server, and I certainly didn't
click stop or browse to another site.  It happens very frequently with image
requests, and ocassionaly with page requests.

One site blamed IE browser, but I've noticed the same with Netscape.
Another person blamed winSock libraries in windows, but I doubt it.

It seems to have disappeared with later releases of Tomcat, and I thought
someone on here might know of "oh yes, that was a glitch fixed with release
x.y.z".



-Original Message-
From: Huy Tran [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 15, 2002 12:37 PM
To: Tomcat Users List
Subject: Re: IOException, that reset by peer thing.


 From my experience, that happens when user connect to you and then
close it.  Especially, when they are using a browser, requesting a page
from your Tomcat, but then decide to move on to another site or page.

Hope it helps.

Mike Curwen wrote:

>Hi,
>
>This has probably been covered before, but thought I'd risk a 'stfw' and
ask
>anyways. ;)
>
>What is the cause (and solution?) for this fairly frequent and non-fatal
>error?
>
>IOException in R(/myfolder+/jsp/somepage.jsp+null) Connection reset by
peer:
>socket write error.
>
>p.s. - I have done a google search, and there were a few references to
>WinSock errors (ie: it isn't tomcat).  But I'm not sure I 100% buy that.
>
>Thanks everyone.
>
>MikeC
>
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>
>




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: IOException, that reset by peer thing.

2002-01-15 Thread Huy Tran

 From my experience, that happens when user connect to you and then 
close it.  Especially, when they are using a browser, requesting a page 
from your Tomcat, but then decide to move on to another site or page.

Hope it helps.

Mike Curwen wrote:

>Hi,
>
>This has probably been covered before, but thought I'd risk a 'stfw' and ask
>anyways. ;)
>
>What is the cause (and solution?) for this fairly frequent and non-fatal
>error?
>
>IOException in R(/myfolder+/jsp/somepage.jsp+null) Connection reset by peer:
>socket write error.
>
>p.s. - I have done a google search, and there were a few references to
>WinSock errors (ie: it isn't tomcat).  But I'm not sure I 100% buy that.
>
>Thanks everyone.
>
>MikeC
>
>
>--
>To unsubscribe:   
>For additional commands: 
>Troubles with the list: 
>




--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: IOException, that reset by peer thing.

2002-01-15 Thread Tom Drake

That message means the the 'other' end of the connection
was closed. This could happen if you press the 'stop'
button on your browser.


- Original Message -
From: "Mike Curwen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 15, 2002 7:21 AM
Subject: IOException, that reset by peer thing.


| Hi,
|
| This has probably been covered before, but thought I'd risk a 'stfw' and
ask
| anyways. ;)
|
| What is the cause (and solution?) for this fairly frequent and non-fatal
| error?
|
| IOException in R(/myfolder+/jsp/somepage.jsp+null) Connection reset by
peer:
| socket write error.
|
| p.s. - I have done a google search, and there were a few references to
| WinSock errors (ie: it isn't tomcat).  But I'm not sure I 100% buy that.
|
| Thanks everyone.
|
| MikeC
|
|
| --
| To unsubscribe:   
| For additional commands: 
| Troubles with the list: 
|
|
|


--
To unsubscribe:   
For additional commands: 
Troubles with the list: