cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP response contains status code 503

Former Member
0 Kudos

Hi All,

Im working on File to JDBC scenario using MsAccess.My file is been picked by XI from the sender folder (im using NFS at the sender side), but it is not inserting the data in the table which i have created on the server.

When i do SXI_MONI , i'm getting a error in call adapter "HTTP response contains status code 503 with the description Service Unavailable Error while sending by HTTP (error code: 503, error text: Service Unavailable)".

Plz do help me to solve it.

Thanks,

Suma

Accepted Solutions (0)

Answers (4)

Answers (4)

nisarkhan_n
Active Contributor
0 Kudos

Restart the JDBC serveice in the visual admin or if you can restart the j2ee server....this is because of serivce not been able to process due to overloading.....

Former Member
0 Kudos

Hi,

503 Service unavailable

this is because of 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.

you can go for the possible solution as mentioned below:

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

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

2. 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.

3. Refer SAP Note 803145,807000,791655

4. In Visual Admin, check if all the required services are running and start them, else restart the Java Stack in the XI server.

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi /people/vinoth.murugaiyan/blog/2007/08/06/how-to-the-change-the-application-stopped-message

http://help.sap.com/saphelp_nw04/helpdata/en/64/351941edd5ef23e10000000a155106/frameset.htm

thanq

krishna

Former Member
0 Kudos

Hi,

Refer these SAP notes;803145,807000,791655

It might be mainly due to server over loading.

Also check whether the J2EE server is accessible.

Regards,

Nithiyanandam

prateek
Active Contributor
0 Kudos

See this

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

Regards,

Prateek