cancel
Showing results for 
Search instead for 
Did you mean: 

Help on Error: Failed to call the Adapter Engine HTTP Response Code 500

former_member55105
Participant
0 Kudos

Hi All

I am doing a SOAP-RFC scenario. I did the configuration succesfully and it worked fine. But in a time gap of 2 days, when I re-tested the same scenario, it throws me an exception saying "Failed to call the Adapter Engine HTTP Response Code 500". FYI, I'm using XML Spy as a tool to test the scenario.

I didn't do any changes to the scenario.

Here is exception below which I am getting when I test with XML Spy ........ also I have pasted below the log which I see here in RWB .........

Please help me out .... how to resolve this?

-


<?xml version="1.0"?>

<!-- see the documentation -->

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<SOAP:Fault>

<faultcode>SOAP:Server</faultcode>

<faultstring>failed to call the adapter engine</faultstring>

<detail>

<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context>XIAdapter</context>

<code>DeliveryException</code>

<text><![CDATA[

com.sap.aii.af.mp.module.ModuleException

at com.sap.aii.af.mp.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:697)

at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl3.process(ModuleLocalLocalObjectImpl3.java:103)

at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:221)

at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0.process(ModuleProcessorLocalLocalObjectImpl0.java:103)

at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:543)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)

at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)

Caused by: com.sap.aii.messaging.srt.BubbleException: failed to call the adapter engine [null "null"]; nested exception caused by: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500.

at com.sap.aii.af.mp.soap.ejb.AFCallerApplication.perform(AFCallerApplication.java:122)

at com.sap.aii.messaging.srt.ApplicationBubble.onMessage(ApplicationBubble.java:29)

at com.sap.aii.messaging.srt.ExtensionBubble.onMessage(ExtensionBubble.java:56)

at com.sap.aii.af.mp.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:576)

... 20 more

Caused by: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500.

at com.sap.aii.af.ra.ms.impl.core.queue.CallConsumer.onMessage(CallConsumer.java:156)

at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:419)

at com.sap.engine.frame.core.thread.Task.run(Task.java:60)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)

]]></text>

</s:SystemError>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

-


LOG IN RUNTIME WORK BENCH BELOW

-


Audit Log for Message: 5dcf98b0-f570-11db-c2ff-000ffe1edd53

Time Stamp Status Thread ID Sequence No. Description

2007-04-28 15:38:09 Success SAPEngine_Application_Thread[impl:3]_22 1177754889831 SOAP: request message leaving the adapter (call)

2007-04-28 15:38:09 Success SAPEngine_Application_Thread[impl:3]_22 1177754889831 Application attempting to send an XI message synchronously using connection AFW.

2007-04-28 15:38:09 Success SAPEngine_Application_Thread[impl:3]_22 1177754889831 Trying to put the message into the call queue.

2007-04-28 15:38:09 Success SAPEngine_Application_Thread[impl:3]_22 1177754889831 Message successfully put into the queue.

2007-04-28 15:38:09 Success SAPEngine_System_Thread[impl:5]_15 1177754889846 The message was successfully retrieved from the call queue.

2007-04-28 15:38:09 Success SAPEngine_System_Thread[impl:5]_15 1177754889846 The message status set to DLNG.

2007-04-28 15:38:25 Error SAPEngine_System_Thread[impl:5]_15 1177754905205 Returning synchronous error notification to calling application: Received HTTP response code 500..

2007-04-28 15:38:25 Error SAPEngine_Application_Thread[impl:3]_22 1177754905205 Transmitting the message using connection http://ps3181:8000/sap/xi/engine?type=entry failed, due to: Received HTTP response code 500..

2007-04-28 15:38:25 Error SAPEngine_Application_Thread[impl:3]_22 1177754905205 The message status set to FAIL.

2007-04-28 15:38:25 Error SAPEngine_Application_Thread[impl:3]_22 1177754905221 Returning to application. Exception: Received HTTP response code 500.

-


Thanks in Advance,

Vijay

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member55105
Participant
0 Kudos

Hi guys,

Any help on this problem? Very urgent for me .... Your early responses are highly appreciated.

Thanks,

Vijay

Former Member
0 Kudos

Hi,

Is this the only scenario that is not working?

Try with other RFCs.

This error is probably because of incorrect logon parameters. Try with another username/password.

Also check if this user is locked/ password is changes/expired.

Regards,

Puloma.

former_member55105
Participant
0 Kudos

Puloma,

I have done around 3-4 SOAP-RFC scenarios, none of them are working. Any other ideas or options?

-Vijay

Former Member
0 Kudos

Hi,

See this link:

Regards,

Puloma.

Former Member
0 Kudos

hi vijay,

plz check whether adapter engine is up and running.

regards