cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC Scenerio: HTTP 500: Internal Server Error

former_member182418
Participant
0 Kudos

Hi Experts,

I am facing HTTP 500:Internal server Error. We have SOAP to RFC Scenerio. Interface is working fine, suddenly we are facing this error in Interface. On XI server side - ABAP and JAVA stack are on same Service Pack(SP 13). There is no change done in WSDL and RFC Structure and Mapping side.

Please suggest to resolve this Issue.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Where you got this error.. In Moni or in adapter monitoring??..

It might be some internaal problem.. Refresh Cache ( CAP Cache and SXI_Cache) and let me know your findings??..

thanks

Subbu

former_member182418
Participant
0 Kudos

Hi Subbu,

I have found this error in adapter monitoring??.. Please find my finding of XI server related to this below:--

*Error categaory - XI_J2EE_MESSAGING_SYSTEM

Error Code - CALL_ CONSUMER _ERROR

Error :Returning synchornous error notification to calling application:com.sap.aii.af.ra.ms.api.RecoverableException: RecievedHTTP Response code 500:internal Server Error.*

I have refresh the cache already, but problem still exists.

Please suggest how to resolve this error.

Former Member
0 Kudos

If you have not come across this blog, could be helpful

HTTP Errors in XI

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414800)ID0338691150DB10832464144861398164End...

Former Member
0 Kudos

Might be for the set of specific inputs RFC may be throwing some exception or R3 may be too slow.

Please log in R3 and in SE37 excecute the RFC independently for the sepcific inputs... if that is workigng fine, then it might be problem in else where.

Are you sure of your testing..meaning the testing what you are doing is fine...??..!!..

Thanks,

Subbu

Former Member
0 Kudos

Finally...Cross Check below points.

Since you are saying everythign is corerct... Please check...below points.

1) Activate the communication channels once again.. ( Jsut change some thing in the description of the communication channels and active) to make sure they are working fine. It not wrong in jsut doing activation once again...

2) Check and activate if necessary all your ID objects once again..

3) Check your business system entris in SLD also.. ( Jsut cross check)

Please post your findings now..

Thanks,

Subbu

former_member182418
Participant
0 Kudos

HI,

Problem is resolved now. There is issue in Java instance in XI Server. Now interface is working.

Thanks!

Ravi Prakash Raika

Answers (3)

Answers (3)

former_member182418
Participant
0 Kudos

Problem is Resolved. Thers is issue in Java Stack.

former_member200962
Active Contributor
0 Kudos
There is no change done in WSDL and RFC Structure and Mapping side.

Check for the RFC in the end system...SAP...also check if there is any issue with the end system

Former Member
0 Kudos

Did you check was there any changes done on the RFC at receiver side ?

also try executing the RFC explicitly as this is exposed as webservice right ?

HTH

Rajesh

former_member182418
Participant
0 Kudos

Hi Rajesh,

There is no change has been done in RFC. Even i have tested RFC , it is working fine.