cancel
Showing results for 
Search instead for 
Did you mean: 

Error While Testing the Bean

Former Member
0 Kudos

Hi All ,

Can anyone suggest me how to approach for the below error while testing the Bean in the Browser:

Application error occurred during the request procession.

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

Error compiling [/CalculatorLgWeb/CalculatorLg.jsp] in application [CalculatorLgWeb]. The ID of this error is

Exception id: [001125B854E90057000000AE000013CC0004147345E6B38A].

Thanks & Regards

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

NikiD
Employee
Employee
0 Kudos

Hello,

One approach could be going to the directory where the logs reside and look into the *.trc files for the Exception ID. The log message should contain detailed information about the cause of the problem.

Other way to go is to set the value of the DetailedErrorResponse property to "true". and repeat the request. In the response you should see the detailed error message. DetailedErrorResponse is a property of http service.

Best Regards

Nikolai