Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error 500: Server caught unhandled exception from servlet [JSP 1.1 Processo

843835Nov 30 2001 — edited Nov 14 2003
Hi

I am working on one simple JSP.

The environment is Websphere Application Server 4.0, Sun 2.8 with iPlanet web server.

I am getting folllowing error:

"
Error 500: Server caught unhandled exception from servlet [JSP 1.1 Processor]: JSPG0059E: Unable to compile class for JSP/export/home1/aborse/WAS/temp/ecdev4/Aborse_Server/release.ear/release.war/jsp/ecms/ECMSViewContent_0005fecms_0005fevent_jsp_0.java:264: 'try' without 'catch' or 'finally'. if (doc.get(ECMSGlobalConstants.ECMS_ASSN_CON_FNAME)!=null) { ^ /export/home1/aborse/WAS/temp/ecdev4/Aborse_Server/release.ear/release.war/jsp/ecms/ECMSViewContent_0005fecms_0005fevent_jsp_0.java:455: Missing term. out.print(_jspx_html_data[30]); ^ /export/home1/aborse/WAS/temp/ecdev4/Aborse_Server/release.ear/release.war/jsp/ecms/ECMSViewContent_0005fecms_0005fevent_jsp_0.java:578: Type expected. } catch (Exception ex) { ^ 3 errors
"

I checked the entire jsp for mis typing as well as for different settings. But nothing is wrong. Also I am puzzled to see missing term error for out.print.

Please help...Thanks in advance.

Regards

Ankush
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2003
Added on Nov 30 2001
6 comments
300 views