Every time I get a 500 error on the webserver which goes to the axis
error500.jsp I then get an IllegalStateException. Do I have to set
something up that I don't know about?
 
Here's what appears in my webserver's error log.
 
[18/Apr/2007:15:30:39] failure (21241): for host xx.xx.xx.xx trying to
POST /webservices2_0/services/DocHarborServices, ser
vice-j2ee reports: ErrorDispatcherValve[https-a0000101-saptest_80]:
Exception Processing ErrorPage[errorCode=500, location=/a
xis2-web/Error/error500.jsp]
java.lang.IllegalStateException: WEB3025: Cannot reset after response
has been committed
        at
org.apache.catalina.connector.ResponseBase.reset(ResponseBase.java:874)
        at
org.apache.catalina.connector.HttpResponseBase.reset(HttpResponseBase.ja
va:796)
        at
org.apache.catalina.connector.HttpResponseBase.reset(HttpResponseBase.ja
va:372)
        at
org.apache.catalina.valves.ErrorDispatcherValve.custom(ErrorDispatcherVa
lve.java:433)
        at
org.apache.catalina.valves.ErrorDispatcherValve.status(ErrorDispatcherVa
lve.java:346)
        at
org.apache.catalina.valves.ErrorDispatcherValve.postInvoke(ErrorDispatch
erValve.java:197)
        at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:5
16)
        at
com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcesso
r.java:161)
        at
com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)

Reply via email to