cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP 500 Internal server error

Former Member
0 Kudos

Hi All,

I am getting an error message in SXMB_MONI as HTTP server code 500 reason Internal server error. explanation: Internal Server Error for a particular message, all other messages are getting processed successfully. Even I am not able to restart the message.

Please let me know the possible solutions.

Thanks,

Shivanand.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It happens, when your message is not in proper format or when you process huge payload.

If the reciever is a HTTP adapter, check the content type is inline with your requirement or not.

Regards,

Lakshman V.

Answers (5)

Answers (5)

Former Member
0 Kudos

From this error message, you can only guess, it can mean many things. Often the content-type is the problem. But you need to check with the receiver system, what is going on there.

Are the other successful messages sent to this receiver system (then you would have a good reference message for compare) or to another system ?

CSY

Former Member
0 Kudos

As Baskar suggested compare the message payload with  successfully processed message payload .

Compare each values , if its processed in the expected format. Especially , if there is an any  Date/Time format or invalid character being sent in the payload message.

Thanks,

Former Member
0 Kudos

Hi All,

Following is the error we are getting.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>  - <!--

 Call Adapter 
-->

- <SAP:Error SOAP:mustUnderstand="" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>

<SAP:P1>500</SAP:P1>

<SAP:P2>Internal Server Error</SAP:P2>

<SAP:P3>Internal Server Error</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Internal Server Error</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

baskar_gopalakrishnan2
Active Contributor
0 Kudos

The above error details are so generic and would not help to identify the cause of the error. Please check my reply and see whether you could able to find any data issue...

iaki_vila
Active Contributor
0 Kudos

Hi Shivanand,

Are you using SOAP receiver adapter?

If the ansewer is yes:

This error could happen by several causes, because you are using a incorrect value in one tag, the endpoint application has any error, etc.

Try to use soapui or xmlspy in order to obtain a better exception description.

Regards

Former Member
0 Kudos

Hi Inaki,

Thanks for the reply, We are using HTTP receiver adapter.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

HTTP 500 could be due to internal application logic error in the target system.  Make sure you send the values accordingly for each field as expected by the target system. Since this happens only for particular messages and not for all the messages, the problem is most likely invalid data issue you are passing. Compare successfully processed payload message with this error message and check all the fields and see you deviate in any field values in terms of length size, data type constraints etc.

Former Member
0 Kudos

You'll need to explain your scenario a little bit better, but you can get this error when you call a web service sitting in a legacy system and through and exception internally.