cancel
Showing results for 
Search instead for 
Did you mean: 

MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException

Former Member
0 Kudos

Hi,

Get error when calling inbound enterprise service, into ERP system.

Using inbound enterprise service.

Scenario: Sender Soap to Receiver Soap HTTP  XI 3.0

System PI 7.3EXT.

I have created a G type connection taking the path prefix as “/XISOAPAdapter/MessageServlet?ximessage=true” and used the same in SXMB_ADM

I have also done:     http://scn.sap.com/thread/3184803

                                   1. Open nwa > Configuration > Infrastructure > Java System Properties

                                   2. Selectt Services tab and Filter for 'XPI Adapter: XI'

                                   3. In the properties tab search for 'xiadapter.version.minor'

                                   4. Change the value to 0

SOAP error:

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

   <SOAP:Body>

      <SOAP:Fault>

         <faultcode>SOAP:Server</faultcode>

         <faultstring>Server Error</faultstring>

         <detail>

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

               <context>XIAdapter</context>

               <code>ADAPTER.JAVA_EXCEPTION</code>

               <text>com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: HTTP Response Received. Status Code = 500 [null "null"]

    at com.sap.aii.adapter.soap.web.SOAPHandler.processSOAPtoXMB(SOAPHandler.java:663)

    at com.sap.aii.adapter.soap.web.MessageServlet.doPost(MessageServlet.java:470)


Thanks!

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi, I'm currently having the same problem. Did you ever get past this error?

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Chris,

Apply this note - 1691713  XI runtime: Error header mustUnderstand not set, on the XI (if dual stack) and the backend proxy system.

Post back if this does not solve the error.

Regards

Mark

Former Member
0 Kudos

Hi Mark,

I implemented this note in my PI system. The issue still exists.

I tried implementing this note in my ECC system but its already exists as we just upgraded our ECC system to the latest patch level.

Can you please let me know.

Regards,

Hari Kishan

kenny_scott
Contributor
0 Kudos

Hi Chris,

maybe error messages on the Receiver system will help identify the problem.

Regards

Kenny

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Chris,

This solution should work (or has for other similar errors). Did you try to update the caches or make a dummy change in the scenario and this will have the same affect?

Regards

Mark

Former Member
0 Kudos

Hello Mark,

Yes cache refresh has been done, and also dummy change.

Any other idea?

Can it be a problem with Target URL in Receiver adapter to ERP? (how to check, works in browser)

Any other settings?

Thanks