Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002239 [Resin] minor always 12-12-07 09:27 12-17-07 15:35
Reporter sam View Status public  
Assigned To ferg
Priority urgent Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.1.5 Product Version 3.1.4
  Product Build
Summary 0002239: java.io.InterruptedIOException: timeout fd=26 errno=11 on backend servers
Description (rep by B Cleave)

errno 11 is EAGAIN

Linux crusader 2.6.15-1.2054_FC5smp 0000001 SMP Tue Mar 14 16:05:46 EST 2006 i686 i686 i386 GNU/Linux

java.io.InterruptedIOException: timeout fd=26 errno=11
 at com.caucho.vfs.JniStream.writeNative(Native Method)
 at com.caucho.vfs.JniStream.write(JniStream.java:160)
 at com.caucho.vfs.WriteStream.write(WriteStream.java:307)
 at com.caucho.server.hmux.HmuxRequest$ServletFilter.write(HmuxRequest.java:1507)
 at com.caucho.vfs.WriteStream.write(WriteStream.java:307)
 at com.caucho.server.connection.ResponseStream.writeNext(ResponseStream.java:444)
 at com.caucho.server.connection.ToByteResponseStream.flushByteBuffer(ToByteResponseStream.java:520)

It looks like the low level send() unix call is returning an unexpected
value (EAGAIN). It should only return that if the O_NONBLOCK is set on
the socket connection and Resin is not setting that so is not expecting
that to ever be the return value.

Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
12-12-07 09:27 sam New Issue
12-17-07 15:35 ferg Assigned To  => ferg
12-17-07 15:35 ferg Status new => closed
12-17-07 15:35 ferg Resolution open => fixed
12-17-07 15:35 ferg Fixed in Version  => 3.1.5


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