Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 311616 - [Webapp] Error processing help request org.mortbay.jetty.EofException
Summary: [Webapp] Error processing help request org.mortbay.jetty.EofException
Status: CLOSED DUPLICATE of bug 317619
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: platform-ua-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-04 15:49 EDT by Doug Chesney CLA
Modified: 2011-02-03 13:29 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Chesney CLA 2010-05-04 15:49:25 EDT
Build Identifier: M20100211-1343

Error processing help request com.company.help/topics/css/webworks.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(HttpConnection.java:614) 
at org.mortbay.jetty.HttpConnection$Output.close(HttpConnection.java:932) 
at org.eclipse.help.internal.webapp.servlet.EclipseConnector.transfer(EclipseConnector.java:170) 
at org.eclipse.help.internal.webapp.servlet.ContentServlet.doGet(ContentServlet.java:42) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) 
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) 
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90) 
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) 
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) 
at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:318) 
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502) 
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:380) 
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) 
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) 
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) 
at org.mortbay.jetty.Server.handle(Server.java:324) 
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535) 
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865) 
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:540) 
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213) 
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) 
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) 
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) 
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) 
at sun.nio.ch.IOUtil.write(Unknown Source) 
at sun.nio.ch.SocketChannelImpl.write0(Unknown Source) 
at sun.nio.ch.SocketChannelImpl.write(Unknown Source) 
at java.nio.channels.SocketChannel.write(Unknown Source) 
at org.mortbay.io.nio.ChannelEndPoint.flush(ChannelEndPoint.java:232) 
at org.mortbay.io.nio.SelectChannelEndPoint.flush(SelectChannelEndPoint.java:211) 
at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:710) 
... 26 more 


Reproducible: Sometimes

Steps to Reproduce:
1. Search Help for a topic that loads CSS
2. In Search Results click on the topic
3. Click on another topic (while the original topic is loading)

Also refer to: http://www.eclipse.org/forums/index.php?&t=msg&goto=502598
Comment 1 Chris Goldthorpe CLA 2010-05-04 17:10:33 EDT
Do you know if the css gets loaded correctly? Also which browser were you using?  I recall that at one point there was an exception like this which got written to the log but it only showed up on one of Firefox and IE - I can't remember which it was.
Comment 2 Chris Goldthorpe CLA 2011-02-03 13:29:17 EST
I'm pretty sure that this is the same problem as Bug 317619. Closing as duplicate.

*** This bug has been marked as a duplicate of bug 317619 ***