cancel
Showing results for 
Search instead for 
Did you mean: 

Useful error messages

andr_siegling
Participant
0 Kudos

Hello,

i am developing a Java Server Page with access to an Session Bean. My Problem is, that the error messages in the web browser which I get are not very helpful.

Is there a logfile, that is written, where I can find more information or the whole errorstack?

Example error:

500 Internal Server Error

SAP J2EE Engine/7.00

Application error occurred during the request procession.

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

Error compiling of alias of J2EE application .

Exception id:

Thanks for help,

André

Accepted Solutions (0)

Answers (1)

Answers (1)

Vlado
Advisor
Advisor
0 Kudos

Hi André,

Indeed, you can find the detailed error info in the /usr/sap//log/defaultTrace.n.trc file. Just look for the exception id given in the browser.

Best regards,

Vladimir

andr_siegling
Participant
0 Kudos

Thanks, i found it this morning using the LogViewer - thanks for your answer.

André