Page 1 of 1

ErrorPage[exceptionType=java.lang.Exception, location=/error.jsp

PostPosted:Wed Feb 07, 2018 2:14 am
by kxhuang080
Hello,

OpenKM catalina.log has some error,as below:
Code: Select all
2018-02-06 16:16:45,686 [http-bio-0.0.0.0-8080-exec-5642] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost]- Exception Processing ErrorPage[exceptionType=java.lang.Exception, location=/error.jsp]
org.apache.jasper.JasperException: java.lang.IllegalStateException: getOutputStream() has already been called for this response
--
 at org.apache.jsp.error_jsp._jspService(error_jsp.java:182)

---
How to solve this problem? my openkm version : 6.3.0

Re: ErrorPage[exceptionType=java.lang.Exception, location=/error.jsp

PostPosted:Fri Feb 09, 2018 5:59 pm
by jllort
This error is shown in the log or into the application ( I think you can consider as a warning )

Re: ErrorPage[exceptionType=java.lang.Exception, location=/error.jsp

PostPosted:Mon Mar 05, 2018 5:40 am
by kxhuang080
jllort wrote: Fri Feb 09, 2018 5:59 pm This error is shown in the log or into the application ( I think you can consider as a warning )
Noted,thanks! :D