cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP:XIServer/UNKNOWN/ADAPTER.JAVA_EXCEPTION

SanjayChavan
Explorer
0 Kudos

Hi All,

I am getting the following error in Receiver SOAP adapter. Can anybody suggest wt could be the resone.

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIServer/UNKNOWN/ADAPTER.JAVA_EXCEPTION - com.sap.aii.af.mp.module.ModuleException: either no channelID specified or no channel found for the specified party, service, and channel name, MessageServlet(Version $Id: //tc/xi/NW04S_18_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#1 $) at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:427) 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:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) 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:104) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Accepted Solutions (1)

Accepted Solutions (1)

SanjayChavan
Explorer
0 Kudos

Hi..

Abhishek: Channel is visible into SXI_CACHE & RWB.

Configuration is also corect in RA.

We have created dummy channel & saved & activated ,still same error.

Pratik: Done full cache refresh & restarted both JAVA & ABAP stack. Still same error

Former Member
0 Kudos

Hi Sanjay,

Your error is coming from the very beginning at the sender side at its servlet entry.

You need to just check your URL and make sure you are using the correct query parameters to identify your SENDER CHANNEL.

This has nothing to do with your receiver agreement nor receiver channel. So, don't waste your time there.

And if you don't like the idea of inducing diarrhea, you should stay away from CPA full cache refresh.

Regards, Yza

Former Member
0 Kudos

Dear Sanjay,

I am also facing same error and unable to receive the message from legacy system. Please provide the solution with which you managed to resolve your error.

Thanks a lot

Chanakya

Former Member
0 Kudos

Hi Chanakya..

You need to just check your URL ..the names of communication channel & business system are case sensitive.

you can also check by opening the URL in internet explorer. If you are not getting any error then URL is fine.

- Rashmi

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Reactivate the receiver channel and agreement. Then perform full CPACache refresh. This should help finding your channel.

Regards,

Prateek

former_member200962
Active Contributor
0 Kudos
either no channelID specified or no channel found for the specified party, service, and channel name,

Is the channel properly created and present in ID, visible in RWB and SXI_CACHE?

Also are you refrering the proper channel in Receiver Agreement?

Do a dummy change to the channel...save...activate...refresh cache and then check.

Regards,

Abhishek.