Actually I figured out what is happening and why the error is there. It was something along the lines that you described except user does not stop anything but for some reason images do not get served correctly. I am not sure why. I read somewhere on either this list or the struts list that for some unknown reasons in exactly the configuration that we have (ApacheSSL->Tomcat) the images do not get served correctly (between the mod_jk and coyote I guess), and I noticed that they get cut off or do not get to the client, when I get the info message. The broken pipe happens inconsistently, so I can not make much sence of it, but I suspect it has something to do with the sme problem
It is no bigy for now since the refresh or consequent requests do serve the images correctly and once it is there browser does cache it, but I would like to solve it one day, any ideas of where to start my complains or maybe it has been alread y solved and I am just wasting my breath here ... Thanks, Alex. > -----Original Message----- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2003 8:00 AM > To: Tomcat Users List > Subject: RE: Strange exceptions ... > > > > Howdy, > Most likely cause is user making a request to the server and then > closing their browser before the request is complete. As you can see, > these are INFO (not ERROR or even WARN) message. They can be removed by > modifying the logging configuration. > > Yoav Shapira > Millennium ChemInformatics > > > >-----Original Message----- > >From: Aleksandr Shneyderman [mailto:[EMAIL PROTECTED] > >Sent: Monday, October 06, 2003 7:46 PM > >To: Tomcat User List > >Subject: Strange exceptions ... > > > > > >We are getting some really strange exceptions like the ones below. > >can someone explain what they mean and how do I fix it? > >I am getting them in my logs and I am not sure if they are affecting > >the users, since they do not complain for some reason, but my gut > feeling > >is that there are problems, I just can not catch them > > > >We are using Apache SSL fornt and Tomcat 4.1.27 on the back, all on > solaris > >2.8 > >jvm sun 1.4.1 > > > >INFO: server has been restarted or reset this connection > >Oct 6, 2003 7:12:51 PM org.apache.jk.common.ChannelSocket > processConnection > >INFO: server has been restarted or reset this connection > >Oct 6, 2003 7:16:32 PM org.apache.jk.common.ChannelSocket > processConnection > >INFO: server has been restarted or reset this connection > >Oct 6, 2003 7:16:42 PM org.apache.jk.common.ChannelSocket > processConnection > >INFO: server has been restarted or reset this connection > >Oct 6, 2003 7:16:56 PM org.apache.jk.common.ChannelSocket > processConnection > >INFO: server has been restarted or reset this connection > >Oct 6, 2003 7:25:45 PM org.apache.jk.server.JkCoyoteHandler action > >SEVERE: Error in action code > >java.net.SocketException: Broken pipe > > at java.net.SocketOutputStream.socketWrite0(Native Method) > > at > >java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) > > at > java.net.SocketOutputStream.write(SocketOutputStream.java:136) > > at > org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:407) > > at > >org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:599) > > at > >org.apache.jk.server.JkCoyoteHandler.action(JkCoyoteHandler.java:385) > > at org.apache.coyote.Response.action(Response.java:222) > > at org.apache.coyote.Response.finish(Response.java:343) > > at > >org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:268) > > at > >org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:360) > > at > >org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:604) > > at > >org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java > :562 > >) > > at > >org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) > > at > >org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPoo > l.ja > >v > >a:619) > > at java.lang.Thread.run(Thread.java:536) > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > This e-mail, including any attachments, is a confidential > business communication, and may contain information that is > confidential, proprietary and/or privileged. This e-mail is > intended only for the individual(s) to whom it is addressed, and > may not be saved, copied, printed, disclosed or used by anyone > else. If you are not the(an) intended recipient, please > immediately delete this e-mail from your computer system and > notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]