cancel
Showing results for 
Search instead for 
Did you mean: 

AXIS receiver adapter error

Former Member
0 Kudos

Hi all,

   We are configuring BPM to Axis adapter scenario. We are on SAP PI 7.31. But whenever we are triggering the message, we are getting an error:

      Catching java.lang.NoClassDefFoundError: com/sap/aii/adapter/xi/ms/XIMessage.

   I tried calling PI from SOAP UI. But it givevs the same error. In XPI adapter also, we get the same error:

com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.ejb.TransactionRolledbackLocalException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/sap/aii/adapter/xi/ms/XIMessage; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/sap/aii/adapter/xi/ms/XIMessage; nested exception is: javax.ejb.EJBTransactionRolledbackException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/sap/aii/adapter/xi/ms/XIMessage; nested exception is: javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/sap/aii/adapter/xi/ms/XIMessage

   Are we missing anything? This is WS-Addressing with SOAP 1.2. So I also have given the 'prop' and 'addr' parameters as follows:

     prop - key.00 - addressing.namespace.URI

     prop - value.00 - http://www.w3.org/2005/08/addressing

     addr - handler.type - java.org.apache.axis.message.addressing.handler.AddressingHandler

When I try to check XPI trace while pinging the channel, I get following error:

Catching org.apache.axis.ConfigurationException: handler.type is not set.

Is this normal for Axis adapter?

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

Are you aware of this note 1039369 FAQ XI Axis Adapter?

Check:

3. Where can I place some additional Axis handler in my sender channel configuration?

8. I am getting java.lang.NoClassDefFoundError.

Regards

Mark