Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003346 [Resin] minor sometimes 02-18-09 02:18 02-25-09 16:09
Reporter quartex View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.8 Product Version 3.1.6
  Product Build
Summary 0003346: Error InterruptedIOException
Description Sometimes on executing

    protected void forward(String szPage) throws Exception {
        RequestDispatcher req = request.getRequestDispatcher(szPage);
--> req.forward(request,response);
    }

resin report me

java.io.InterruptedIOException: timeout fd=67 errno=11

at com.caucho.vfs.JniSocketImpl.writeNative(Native Method)
    at com.caucho.vfs.JniSocketImpl.write(JniSocketImpl.java:288)
    at com.caucho.vfs.JniStream.write(JniStream.java:124)
    at com.caucho.vfs.WriteStream.flushBuffer(WriteStream.java:393)
    at com.caucho.server.connection.AbstractHttpResponse.finish(AbstractHttpResponse.java:2201)
    at com.caucho.server.connection.AbstractHttpResponse.close(AbstractHttpResponse.java:279)
    at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:286)
    at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:108)
    at it.dnshst.action.BaseAction.forward(BaseAction.java:122)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:114)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:91)
    at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
    at com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:194)
    at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
    at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:266)
    at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:270)
    at com.caucho.server.port.TcpConnection.run(TcpConnection.java:678)
    at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721)
    at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643)
    at java.lang.Thread.run(Thread.java:619)

Any hints ?
Thanks a lot for all
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0003842)
ferg
02-25-09 16:09

This should be fixed in 3.1.8. errno=11 is EAGAIN, which says Resin should retry sending the data. Basically, the low level socket write is failing for some reason, although this case should be different from a client disconnect (which would also throw an exception, but it would be a different exception.)
 

- Issue History
Date Modified Username Field Change
02-18-09 02:18 quartex New Issue
02-25-09 16:09 ferg Note Added: 0003842
02-25-09 16:09 ferg Assigned To  => ferg
02-25-09 16:09 ferg Status new => closed
02-25-09 16:09 ferg Resolution open => fixed
02-25-09 16:09 ferg Fixed in Version  => 3.1.8


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker