cancel
Showing results for 
Search instead for 
Did you mean: 

Receiving HTTP 500 Internal Server Error - Unknown Error - Error_message_state

former_member245319
Participant
0 Kudos

Good day,

Getting the following error when attempting to open an HTTP connection. Been going through logs and and SICF, cant seem to find the cause for it.

Any advise or guidance you could provide will be appreciated very much.  TX

Error while processing your query


What has happened?

The URL call http://SERVERNAME.DOMAIN.net:8000/sap/bc/nwbc was terminated because of an error.

Note
  • The following error occurred in system SID : Unknown Error
  • The error occurred on application server SERVERNAME_SID_00 and in work process 1 .
  • The termination type was: ERROR_MESSAGE_STATE
  • The ABAP call stack was:
    Method: PREPARE_OTR_DOCUMENT of program CL_HTTP_SERVER_NET============CP
    Method: AUTHENTICATION of program CL_HTTP_SERVER_NET============CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP

What can I do?

  • If the termination type is RABAX_STATE, you will find more information on the cause of termination in system SID in transaction ST22.
  • If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server SERVERNAME_SID_00 in transaction SM21.
  • If the termination type is ERROR_MESSAGE_STATE, you can search for further information in the trace file for the work process 1 in transaction ST11 on the application server. SERVERNAME_SID_00 . You may also need to analyze the trace files of other work processes.
  • If you do not yet have a user ID, contact your system adminmistrator.

Error Code: ICF-IE-http -c: 000 -u: SAPSYS -l: E -s: SID -i: SERVERNAME_SID_00 -w: 1 -d: 20130225 -t: 211314 -v: ERROR_MESSAGE_STATE -e: Unknown Error -X: 005056BA4F0A1EE29FEFECDDC3548B64_005056BA4F0A1EE29FEFECDDBE728B64_1 -x: 667F7FE21AEEF1A9AB64005056BA4F0A


HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

Regards,

Johann

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member25156
Active Participant
0 Kudos

Hello Johann -

Firstly, are you attempting this on a local machine, or server. Has this ever worked before? What version is your SAP System?

1. Can you access any services on your Web Application Server?

Try connecting to http://hostname.domain.net:/sap/bc/gui/sap/its/webgui

to see if at least your WAS is accepting requests.

2. Also, go to SICF, and ensure the services are active

3. You can also go to transaction code SMICM to ensure your services are running

4. You can also go to transaction code SMICM --> Goto --> Services to see if your http(s) services are started

It also looks like from your error message that you can take a look in /usr/sap/<SID>/DVEBMGSnn/work in file dev_w1 for the cause of this issue.

Let us know if you still cannot resolve this.

regards,

cris_hansen
Advisor
Advisor
0 Kudos

Dear Johann,

As far as I can see, this issue is not related to the ITS.

Anyway, please check for security error messages in the developer work process traces (dev_wXX trace files, via ST11). Most likely you have performed a system copy and you will find errors related to the secure store (SECSTORE). Please follow SAP note 816861 in this case.

I hope this helps.

Regards,

Cris