cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP response contains status code 503 with the description

Former Member
0 Kudos

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP response contains status code 503 with the description

Service Unavailable Error when sending by HTTP (error code: 503, error

text: Service Unavailable)</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

Please advice. Initially we thought the J2EE services were unavailable . But now even when the services are running we still have the same issue when there is a http call from an external application to XI . The message get posted but there is an error on the response back to the external application.

Even the contract which was supposed to be created in ERP from the external application did not get created.

Please advice.

Thanks,

Nivedita

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nivedita,

503 means Service Unavailable

just check whether you cn ping the HTTP server host and port is open.

if not then consult the vedor and make both open first.

Also if you want to restart the java engine

then run T-code SMICM

Then go to administration then JAVA restart soft.

it will help you.

Regards,

Sumit Gupta

Former Member
0 Kudos

HI,

Refer the point no 8 of the web log it states that restart the J2EE server.

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Thnx

Chirag