|
this is the problem the error msg that appears
Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.IllegalStateException: Cannot create a session after the response has been committed
org.apache.catalina.connector.Request.doGetSession(Request.java:2402)
org.apache.catalina.connector.Request.getSession(Request.java:2119)
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833)
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:844)
org.wipo.pct.natcollections.controller.CaptchaFilter.doFilter(CaptchaFilter.java:196)
org.wipo.pct.natcollections.controller.IPBlock.doFilter(IPBlock.java:143)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.24 logs.
|