Anonymous | Login | Signup for a new account | 12-17-2024 11:00 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0005159 | [Resin] | minor | always | 07-26-12 18:11 | 07-27-12 15:02 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.30 | Product Version | 4.0.29 | ||||
Product Build | |||||||||
Summary | 0005159: async dispatch writing to response and keepalive | ||||||||
Description |
(rep by Adrian Sutton) We're receiving an unexpected exception when using an asyncContext to handle a request. The exception is: java.lang.IllegalStateException: TcpSocketLink[id=http://*:9092-1995,http://*:9092,COMET_SUSPEND_NKA] [^] killKeepalive called from invalid thread. expected: null actual: Thread[pool-18-thread-1,5,main] at com.caucho.network.listen.TcpSocketLink.killKeepalive(TcpSocketLink.java:1400) at com.caucho.server.http.AbstractHttpRequest.killKeepalive(AbstractHttpRequest.java:1639) at com.caucho.server.http.HttpResponse.writeHeadersInt(HttpResponse.java:435) at com.caucho.server.http.AbstractHttpResponse.writeHeaders(AbstractHttpResponse.java:837) at com.caucho.server.http.ResponseStream.writeHeaders(ResponseStream.java:294) at com.caucho.server.http.HttpResponseStream.writeHeaders(HttpResponseStream.java:86) at com.caucho.server.http.ToByteResponseStream.flushByteBuffer(ToByteResponseStream.java:554) at com.caucho.server.http.ToByteResponseStream.write(ToByteResponseStream.java:336) at com.caucho.server.http.ServletOutputStreamImpl.write(ServletOutputStreamImpl.java:70) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124) |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |