Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Jetty IO exceptions accessing help
Jetty IO exceptions accessing help [message #502598] Wed, 09 December 2009 00:48 Go to next message
Ben Vitale is currently offline Ben VitaleFriend
Messages: 247
Registered: July 2009
Senior Member
Frequently when accessing help in my product, the following appears in the log. It does not appear to cause any problems. Is there a known cause of this? A configuration issue of some kind?

Error

Mon Dec 07 10:08:33 CST 2009

Error processing help request com.company.product.help/html/company.css

org.mortbay.jetty.EofException
at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:787 )
at org.mortbay.jetty.HttpGenerator.complete(HttpGenerator.java: 674)
at org.mortbay.jetty.HttpConnection.commitResponse(HttpConnecti on.java:614)
......

Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host

at sun.nio.ch.SocketDispatcher.writev0(Native Method)

at sun.nio.ch.SocketDispatcher.writev(Unknown Source)
Re: Jetty IO exceptions accessing help [message #504830 is a reply to message #502598] Tue, 22 December 2009 21:11 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
I don't know exactly why this would happen, I'm guessing it could have something to do with timing and trying to flush a connection that has already timed out. If you are not seeing any adverse effect you can probably ignore it.

In Eclipse 3.5 we switched to using Jetty 6 and NIO (non blocking I/O). You probably would not see this message in Eclipse 3.4.
Previous Topic:Product Name on window/tab
Next Topic:contentExtension - replacing an element in a help document
Goto Forum:
  


Current Time: Thu Apr 25 06:24:44 GMT 2024

Powered by FUDForum. Page generated in 0.02390 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top