cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_RES_STATUS_CODE_NOT_OK,503 error

Former Member
0 Kudos

Hi All,

I am new to XI.

I have a requirement to place mesage into MQ Series.

While running I find below error.

Can anyone help me on this?

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

*<!-- Call Adapter*

-->

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>

<SAP:P1>503</SAP:P1>

<SAP:P2>Service Unavailable</SAP:P2>

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText> The requested application, AFW, is currently unavailable.

Details: No details available

</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP response contains status code 503 with the description Service Unavailable Error while sending by HTTP (error code: 503, error text: Service Unavailable)</SAP:Stack>

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

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member183906
Active Contributor
0 Kudos

Hii,

Error: The error message 503 Service unavailable Application stopped! is displayed.

Description:The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.

Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded. Some servers may wish to simply refuse the connection.

Possible Tips: Because of J2EE application com.sap.aii.af.ms.app not active

• Try to (re)start the application using the Visual Administrator Choose Server --> Services --> Deploy --> View on Application or restart the J2EE engine

• The problem is that not all J2EE services can be started by the J2EE. i.e Start the Visual Administrator and select Server->Services->Deploy in the tree on the left. On the right-hand side, choose the Runtime tab page. You see a tree in the right window with all applications if you select the APPLICATION radio button. Check if they are running, otherwise choose Start. Usually the J2EE engine starts all services automatically.

• Refer SAP Note 803145,807000,791655

Rgds

Former Member
0 Kudos

HTTP_RES_STATUS_CODE_NOT_OK,503 error

The server failed to fulfill an apparently valid request.

Response status codes beginning with the digit "5" indicate cases in which the server is aware that it has errored or is incapable of performing the request. Except when responding to a HEAD request, the server should include an entity containing an explanation of the error situation, and whether it is a temporary or permanent condition. User agents should display any included entity to the user. These response codes are applicable to any request method.

dharamveer_gaur2
Active Contributor
0 Kudos

use thread with similar problem

Please can you look at note: 803145

Edited by: Dharamveer Gaur on Sep 18, 2008 5:42 AM

Former Member
0 Kudos

Hi,

This error occurs due to the temporary unavailability of the server.Try to restart the message from transaction sxmb_moni after some time.

Thanks and Regards,

Induja

Former Member
0 Kudos

hi,

see point 8 in this blog:

regards.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Might be due to dispatcher is not able to pass message to IE, Try Restart J2EE & also check the Receiver Adapter ( MQ ) One is green in Component Montoring.

Cheers

Agasthuri Doss