Mantis - Resin
Viewing Issue Advanced Details
2521 minor always 03-12-08 21:27 03-24-08 15:59
cytown  
ferg  
normal  
closed 3.1.5  
fixed  
none    
none 3.1.6  
0002521: java.io.InterruptedIOException: timeout fd=xx errno=11 again
this bug was reported before,
http://bugs.caucho.com/view.php?id=2239 [^]
said corrected in 3.1.5, but still have.

the following is in jvm_web.log

java.io.InterruptedIOException: timeout fd=65 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:387)
       at com.caucho.server.connection.AbstractHttpResponse.finish(AbstractHttpResponse.java

       at com.caucho.server.connection.AbstractHttpResponse.finish(AbstractHttpResponse.java

       at com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:190)
       at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:181)
       at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:266)
       at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:269)
       at com.caucho.server.port.TcpConnection.run(TcpConnection.java:603)
       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)


Notes
(0002846)
cytown   
03-12-08 21:32   
it will result to a load-balance failing over when this error occured.
(0002888)
ferg   
03-24-08 15:59   
updated send to use poll_write when the send times out, rather than resending the request.