Expand my Community achievements bar.

ClientAbortException

Avatar

Level 1
Hello,



I have time consuming backend java-ejb-method that send data
to flex ui.

It seems that http connection is not available when method
gets it job done.

Can I somehow configure the connection so that it is alive



Stacktrace:

ClientAbortException: java.net.SocketException: Connection
reset

at
org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:327)

at
org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293)

at
org.apache.catalina.connector.Response.flushBuffer(Response.java:537)

at
org.apache.catalina.connector.ResponseFacade.flushBuffer(ResponseFacade.java:276)

at
flex.messaging.endpoints.AMFEndpoint.service(AMFEndpoint.java:128)

at
flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:424)

at
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
0 Replies