Our development team has been occasionally seeing the following error
(listed below) thrown from Orion. This happens when our application running
under Orion throws an error and attempts to forward to our custom error JSP
page. 

The error happens sporadically and cannot be recreated consistently, but
tends to bring the server down (i.e. accepts no more connections/requests).
Also, the browser never gets a response back from the server. This has also
been reported by some other users in the orion-interest archives.

Any ideas as to what could cause this problem?


Root cause is; java.lang.IllegalArgumentException: Attempted to write longer
than Content-Length (5316 + 3607 / 5316) 
at com.evermind.server.http.ez.write(JAX) 
at com.evermind.server.http.EvermindJSPWriter.r2(JAX) 
at com.evermind.server.http.EvermindJSPWriter.flush(JAX) 
at com.evermind.server.http.EvermindJSPWriter.close(JAX) 
at
__jspPage12_JSP_include_error_std_jsp._jspService(__jspPage12_JSP_include_er
ror_std_jsp.java:102) 
at com.orionserver.http.OrionHttpJspPage.service(JAX) 
at com.evermind.server.http.HttpApplication.w5(JAX) 
at com.evermind.server.http.JSPServlet.service(JAX) 
at com.evermind.server.http.d1.si(JAX) 
at com.evermind.server.http.d1.forward(JAX) 
at com.tta.checkpoint.servlet.CPBaseServlet.forward(CPBaseServlet.java:262) 
at
com.tta.checkpoint.servlet.CPBaseServlet.forwardError(CPBaseServlet.java:232
) 
at com.tta.checkpoint.servlet.CPBaseServlet.service(CPBaseServlet.java:116) 
at javax.servlet.http.HttpServlet.service(HttpServlet.java) 
at com.evermind.server.http.d1.si(JAX) 
at com.evermind.server.http.d1.forward(JAX) 
at com.evermind.server.http.ed.sp(JAX) 
at com.evermind.server.http.ed.so(JAX) 
at com.evermind.util.f.run(JAX) 

Thanks,
Jaideep Roy

Reply via email to