I get this error too, and only on Windows. I think (and I'm not sure) this
error happens when the browser finds the image in its cache and aborts the
request to the server. If this is true, then the fact that an exception is
being generated is troublesome, because that makes me worry about
performance (exception handling is time-consuming).

Rit

-----Original Message-----
From: Chris Ward [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 19, 2001 10:18 AM
To: Tomcat-User
Subject: errors displaying graphics


I am getting a strange error from the tomcat window (Win2000). It looks like
this :

2001-02-19 08:40:03 - Ctx(  ): IOException in: R(  + /images/rbanner.gif +
null)
 Connection aborted by peer: socket write error
2001-02-19 08:40:03 - Ctx(  ): IOException in: R(  + /images/464_pict2.gif +
nul
l) Connection aborted by peer: socket write error
2001-02-19 08:40:04 - Ctx(  ): IOException in: R(  + /IBSMenu1.class + null)
Con
nection aborted by peer: socket write error
2001-02-19 08:49:33 - Ctx(  ): IOException in: R(  + /images/lbanner.gif +
null)
 Connection aborted by peer: socket write error
2001-02-19 08:49:33 - Ctx(  ): IOException in: R(  + /images/rbanner.gif +
null)
 Connection aborted by peer: socket write error
2001-02-19 08:50:38 - Ctx(  ): IOException in: R(  + /images/lbanner.gif +
null)
 Connection aborted by peer: socket write error
2001-02-19 08:50:38 - Ctx(  ): IOException in: R(  + /images/rbanner.gif +
null)
 Connection aborted by peer: socket write error

The images are all there, and they display, and the class for the applet
works, but I keep getting theses error messages. The page that displays
these images is an HTML page at the base of my context. The class is called
from most JSP pages in /JSP. Does anyone know what causes these error
messages?

Chris

----------------------------------
Chris Ward - Developer
@ integral business solutions
tel: 651.631.3144
fax: 651.631.2544
email: [EMAIL PROTECTED]
web: www.go-integral.com


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

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

Reply via email to