cancel
Showing results for 
Search instead for 
Did you mean: 

503 Service Unavailable!

Former Member
0 Kudos

Hi,

Whenever I start Integration builder through URL,

I am getting this error.

503 Service Unavailable.

The requested application is currently stopped.

And also I couldn't open Integration builder from ABAP stack either through navigation or SXMB_IFR.

Please let me know the solution,

Regards,

Bala Raja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Bala

error code 503 stands for Service Unavailable

This code indicates the server is temporarily unable to process the client's request. A server that becomes overloaded may use this code to let the client know that it can retry the request later.

for more details on error code follow the link

http://www.web-cache.com/Writings/http-status-codes.html

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

http://www.helpwithpcs.com/courses/html/html_http_status_codes.htm

regards

Sandeep

PS if helpful kindly reward points

Answers (6)

Answers (6)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

to solve it go to visual administrator>Deploy>Aplications. stop and start the

com.sap/com.sap.xi... app

com.sap/com.sap.xi... repository

com.sap/com.sap.xi... directory

com.sap/com.sap.xi... rwb

and try again

Thanks

Rodrigo

Former Member
0 Kudos

Hi

Java stack won't be up completely.

Using jcmon check whether it has been started completely.

chk whether j2ee index pg opens

http://<host>:<port>/index.html

rgds

Arun

Former Member
0 Kudos

Hi,

That is the server problem, check the XI server is running or not.

Reward points if it is helpfull.

Thanks,

Satish.

Former Member
0 Kudos

Hi

A HTTP Response 503 in the Adapter Framework can be caused by the following:

The J2EE server might be overburdened and cannot accept the call. The 'Receive'servlet is not called. You will find further details on the HTTP status code definitions under "http://www.w3.org". Check the accessibility of the server by calling: http://<hostname>:<port>/MessagingSystem/receive/AFW/XI.

The Listener Beans of the affected connection (AFW, Marketplace, BC,see above) were not registered or the log-specific Event Handler was not found.

To debug this go to SAP Notes: 803145

regards

krishna

Former Member
0 Kudos

Hi

It mite be because of Inactive Services in ICF –Go to SICF transaction and activate the services.

Refer SAP Note -517484

Thanks

aashish_sinha
Active Contributor
0 Kudos

Hi,

Please make sure that the address and logon data of the Integration Builder is correctly specified in the Exchange Profile (http://<IntegrationServer>:<port>/exchangeProfile/index.html).

Regards

Aashish Sinha

PS : reward points if helpful