cancel
Showing results for 
Search instead for 
Did you mean: 

Page not found error

Former Member
0 Kudos
98

Hallo,

I developed a BSP aplication. It worked fine, but one day it started to return Page not found error. Maybe I did some changes, but I'm unable to get it back. Only I can see HTTP 500 - Internal server error.

Has somebody an idea how to find out cause?

Best regards,

Josef

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I have one!

I used HttpWatch to get stream of HTTP 500:

HTTP/1.0 500 Internal Server Error

content-type: text/html; charset=iso-8859-1

content-length: 190

<html> <body> <H1> 500 SAP Internal Server Error </H1> <B> Error message: </B> Field symbol has not yet been assigned. ( <B> type of termination: </B> RABAX_STATE ) <BR /> </body> </html>

Then I found unassigned field symbol in my code.

This behavior seems very confusing to me. WAS should give direct readable descriptional error message with number of line where error occures.

Regards,

Josef

P.S. Thank you, Jain, I don't know about this option in IE

Message was edited by: Josef Motl

eddy_declercq
Active Contributor
0 Kudos

Josef,

If it's a 500 error, you will always find details in st22 where more detaols are always available. Eddy

Former Member
0 Kudos

Hi Joseph,

Firstly,

opne your browser, then in it open tools>Internet options>advanced.

Please uncheck the checkbox "show friendly HTTP error messages"

Then you will be able to see the cause of error and we can have a look at it.

Regards,

Siddhartha