cancel
Showing results for 
Search instead for 
Did you mean: 

500 internal server error

Former Member
0 Kudos

Hi Friends,

If i try to open default Business system(come with installationshows as system name) in SLD ( Integration Builder Homepage>SLD-->Business system), i am getting the error like 500 internal server error

The initial exception that caused the request to fail, was:

java.lang.NullPointerException

at com.sap.sld.api.std.xi.SLD_BusinessSystem.needsXIIntegrationServerFix(SLD_BusinessSystem.java:707)

at com.sap.sld.wd.businesssystem.BusinessSystem.supplyDetails(BusinessSystem.java:930)

at com.sap.sld.wd.businesssystem.wdp.InternalBusinessSystem.supplyDetails(InternalBusinessSystem.java:518)

at com.sap.sld.wd.businesssystem.wdp.IPublicBusinessSystem$IDetailsNode.doSupplyElements(IPublicBusinessSystem.java:2336)

at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:406)

... 39 more

Best Regards,saran

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi SARAN,

HTTP 500 is a SUCCESSFULL test for the RFC connection (SM59)INTEGRATION_DIRECTORY_HMI between Integration bulilder and Runtime.

If you test the comnnection using transaction SM59, an HTTTP return code 500 (internal server error) indicates that everything is okey.

You are getting the correct message. We thought we had the same problem, but as it turns out, it is NOT an error.

Regards,

Jyoti

Former Member
0 Kudos

Hi SARAN,

HTTP 500 is a SUCCESSFULL test for the RFC connection (SM59)INTEGRATION_DIRECTORY_HMI between Integration bulilder and Runtime.

If you test the comnnection using transaction SM59, an HTTTP return code 500 (internal server error) indicates that everything is okey.

You are getting the correct message. We thought we had the same problem, but as it turns out, it is NOT an error.

Regards,

Jyoti

Former Member
0 Kudos

Hi Sharan

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

you have to restart J2EE engine

steps to restart J2EE engine

1) run transaction SMICM

2) then in the tab administration => J2EE instance(local) =>send soft shutdown with restart

by this java engine will restart and will be up in 5-10 minutes and your problem will be solved

Thanks

sandeep sharma

PS ; if helpful kindly reward points

Message was edited by:

sandeep sharma

GabrielSagaya
Active Contributor
0 Kudos

please verify in Technical system too

<b>Registering a new technical system in SLD</b>

/people/michal.krawczyk2/blog/2005/03/10/registering-a-new-technical-system-in-sld--abap-based

aashish_sinha
Active Contributor
0 Kudos

Hi,

try This.

http:/<host>:<j2ee_port>/rep/start/index.jsp -> Administration -> Java Web Start -> Java Web Start Administration ->

1. Re-initialization (then try logging)

2. Delete lock (then try logging)

3. Re-initialization and force-signing (then try logging)

Check out the role validity at SU01 and set it to future date.

Hope this will help you.

regards

Aashish Sinha

PS : reward points if helpful

Former Member
0 Kudos

HI,

Have a look into SAP Notes – 804124, 807000

Also refer the weblog:

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

Thnx

Chirag Gohil