cancel
Showing results for 
Search instead for 
Did you mean: 

How to view the detaile exception information of JSP compilation

former_member343107
Participant
0 Kudos

Hi All,

I wrote a JSP and deployed it to WebAS. But when accessing it the following error message is thrown:

Application error occurred during the request procession.

Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:

Error compiling [/CalculatorJSP.jsp] of alias [SimpleCalcultor] of J2EE application [sap.com/SimpleEAR].

Exception id: [001143315F020061000036B800000B0C0004358A7088634A]

It seems that the compilation from JSP to servlet failed. But how can I view the detailed information of the error thrown during compilation?

Thanks + Best Regards

Jerome

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jerome,

The server log files are located at

:\usr\sap\<sid>\<id>\cluster\server0\log

You may check for the error based on the time, or by search of the exception id (001143315F020061000036B800000B0C0004358A7088634A) which is uniqe

HTH

Peter

former_member343107
Participant
0 Kudos

Thanks a lot Peter!

Best Regards

Jerome

Answers (0)