When Deploying a JSP to OC4J - "OracleJSP: oracle.jsp.provider.JspCompileException": "Code Too Large For Try Statement Catch"
(Doc ID 404429.1)
Last updated on MARCH 28, 2022
Applies to:
Oracle Containers for J2EE - Version 10.1.2.0.2 and laterInformation in this document applies to any platform.
Symptoms
When deploying a web application that contains JSP pages to Oracle Application Server 10.1.2.0.2
the error below may occur for certain JSP pages.
This issue is not reproduced in Tomcat environment.
ERROR
500 Internal Server Error
OracleJSP: oracle.jsp.provider.JspCompileException:
Errors
compiling:<PATH>/application-deployments/<PATH>/persistence/_pages//_<JSP_NAME>.java
Line # Error 9076 code too large for try statement catch( Throwable e) {
ERROR
500 Internal Server Error
OracleJSP: oracle.jsp.provider.JspCompileException:
Errors
compiling:<PATH>/application-deployments/<PATH>/persistence/_pages//_<JSP_NAME>.java
Line # Error 9076 code too large for try statement catch( Throwable e) {
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |