V
Vladimir
Another problem running our Web Application on Websphere Application
Server 5.1.
Our Web Application is using Apache Struts/Tiles framework.
Everything works fine on Tomcat, Resin, and JRun.
We tried to deploy the application on Websphere5.1 and ALMOST
everything works OK except one JSP, which could NOT be compiled by
Websphere when called first time.
Here is the error message:
ServletException in:/assessmentinstance.jsp]
Unable to compile class for JSP an error occurred at line: 556 in the
JSP file: /assessmentinstance.jsp
Generated servlet error:
C:\APPS\WebSphere\AppServer\temp\hqpwsn95\server1\tsa\tsa.war\_assessmentinstance.java:9236:
code too large for try statement try { ^
C:\APPS\WebSphere\AppServer\temp\hqpwsn95\server1\tsa\tsa.war\_assessmentinstance.java:9551:
code too large for try statement } catch (Throwable t) { ^
C:\APPS\WebSphere\AppServer\temp\hqpwsn95\server1\tsa\tsa.war\_assessmentinstance.java:676:
code too large for try statement try { ^ 3 errors '
Same JSP compiles and works absolutely normally on other web
containers.
The .JSP file is ONLY 26 KB and is not the largest in the application.
It does NOT have any non-standard Apache tags.
So, I was wondering if anyone else experienced something similar and
found the answer.
Any information would be greatly appreciated.
Regards,
(e-mail address removed)
Server 5.1.
Our Web Application is using Apache Struts/Tiles framework.
Everything works fine on Tomcat, Resin, and JRun.
We tried to deploy the application on Websphere5.1 and ALMOST
everything works OK except one JSP, which could NOT be compiled by
Websphere when called first time.
Here is the error message:
ServletException in:/assessmentinstance.jsp]
Unable to compile class for JSP an error occurred at line: 556 in the
JSP file: /assessmentinstance.jsp
Generated servlet error:
C:\APPS\WebSphere\AppServer\temp\hqpwsn95\server1\tsa\tsa.war\_assessmentinstance.java:9236:
code too large for try statement try { ^
C:\APPS\WebSphere\AppServer\temp\hqpwsn95\server1\tsa\tsa.war\_assessmentinstance.java:9551:
code too large for try statement } catch (Throwable t) { ^
C:\APPS\WebSphere\AppServer\temp\hqpwsn95\server1\tsa\tsa.war\_assessmentinstance.java:676:
code too large for try statement try { ^ 3 errors '
Same JSP compiles and works absolutely normally on other web
containers.
The .JSP file is ONLY 26 KB and is not the largest in the application.
It does NOT have any non-standard Apache tags.
So, I was wondering if anyone else experienced something similar and
found the answer.
Any information would be greatly appreciated.
Regards,
(e-mail address removed)