Mantis - Resin
Viewing Issue Advanced Details
5826 minor always 11-13-14 21:35 11-14-14 10:40
nam  
ferg  
high  
closed  
fixed  
none    
none 4.0.42  
0005826: java.lang.IllegalStateException: COMET_NKA cannot resume comet
(rep by S. Nobuaki)

I use Resin 4.0.40 and Atmosphere Framework.
The following exceptions have been frequently occur.

java.lang.IllegalStateException: COMET_NKA cannot resume comet
at com.caucho.network.listen.SocketLinkState.toCometResume(SocketLinkState.java:763)
at com.caucho.network.listen.TcpSocketLink.handleResumeTask(TcpSocketLink.java:1074)
at com.caucho.network.listen.CometResumeTask.doTask(CometResumeTask.java:47)
at com.caucho.network.listen.ConnectionTask.runThread(ConnectionTask.java:110)
at com.caucho.network.listen.ConnectionTask.run(ConnectionTask.java:93)
at com.caucho.network.listen.SocketLinkThreadLauncher.handleTasks(SocketLinkThreadLauncher.java:169)
at com.caucho.network.listen.TcpSocketResumeThread.run(TcpSocketResumeThread.java:62)
at com.caucho.env.thread2.ResinThread2.runTasks(ResinThread2.java:173)
at com.caucho.env.thread2.ResinThread2.run(ResinThread2.java:118)


Exception of Atmosphere didn't been output.
What is the cause of the exception?
Is it possible to resolve in setting?

Notes
(0006579)
ferg   
11-14-14 10:40   
Note: the changes in 4.0.42 are a cleanup of the comet-related state machine. Since we were unable to duplicate the specific issue, it make continue to be a problem.