Mantis - Baratine
Viewing Issue Advanced Details
5556 minor always 10-16-13 19:08 11-10-23 05:19
nam  
 
normal  
new 5.0  
open  
none    
none  
0005556: keepalive overflow and resin becomes unresponsive
(rep by J. Willis)

That fixed the previous problem. BTW, if you upgrade to this new version but have a Baratine application deployed that was compiled with the 0912 version we have, then Resin returns this error over and over again and it stops responding:

[2013-10-16 22:24:34,184] WARNING ConnectionTask: java.lang.IllegalStateException: JniSelectManager[max=3840] keepalive overflow 3840 max=3840
java.lang.IllegalStateException: JniSelectManager[max=3840] keepalive overflow 3840 max=3840
        at com.caucho.jni.JniSelectManager.enableKeepalive(JniSelectManager.java:312)
        at com.caucho.jni.JniSelectManager.startKeepalive(JniSelectManager.java:283)
        at com.caucho.network.listen.TcpConnection.processKeepalive(TcpConnection.java:1426)
        at com.caucho.network.listen.TcpConnection.handleRequests(TcpConnection.java:1250)
        at com.caucho.network.listen.TcpConnection.handleAcceptTaskImpl(TcpConnection.java:1016)
        at com.caucho.network.listen.TcpConnection.handleAcceptTask(TcpConnection.java:969)
        at com.caucho.network.listen.ConnectionState$16.run(ConnectionState.java:568)
        at com.caucho.network.listen.ConnectionTask.run(ConnectionTask.java:91)
        at com.caucho.env.actor.SpawnTaskQueue$SpawnWorker.run(SpawnTaskQueue.java:93)
        at com.caucho.env.thread2.ResinThread2.runTasks(ResinThread2.java:217)
        at com.caucho.env.thread2.ResinThread2.run(ResinThread2.java:158)
...

I had to delete all of the .war files and the exploded versions from my webapps directory that used the older version of Baratine to fix it. That took me a while to find.

There are no notes attached to this issue.