HTTP Status 500 - java.lang.IllegalStateException: Cannot call sendError() after the response has been committed


type Exception report

message java.lang.IllegalStateException: Cannot call sendError() after the response has been committed

description The server encountered an internal error that prevented it from fulfilling this request.

exception

java.lang.RuntimeException: java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
	com.bj58.wf.mvc.MvcFilter.doFilter(MvcFilter.java:88)

root cause

java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
	org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:467)
	com.bj58.wf.mvc.MvcFilter.doFilter(MvcFilter.java:79)

note The full stack trace of the root cause is available in the Apache Tomcat/7.0.42 logs.


Apache Tomcat/7.0.42