cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver AXIS adapter error

Former Member
0 Kudos

Hello All,

I am getting below error message in my Receiver AXIS channel:

MP: exception caught with cause javax.ejb.EJBException: nested exception is: java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/apache/axis/description/OperationDesc : cannot initialize class because prior initialization attempt failed

Verified the Axis Adapter Message Servlet Status which is OK.

Can you please give any inputs on this

Regards,

Naresh

Accepted Solutions (0)

Answers (3)

Answers (3)

apu_das2
Active Contributor
0 Kudos

Hi Naresh,

Did you deployed all required jar files for axis adapter. Can you access below url and check whether the status is ok or not. If its not then your axis adapter deployment has some problem-

http://hostport/XIAxisAdapter/MessageServlet

Thanks,

Apu

former_member182412
Active Contributor
0 Kudos

Hi Naresh,

Check markus answer in below thread.

Receiver Axis adapter - org/apache/axis/descrip... | SCN


I faced the same error on my Axis communication channel. As it indicates a missing class the solution for me was to add the WSDL4J.jar file (available under http://sourceforge.net/projects/wsdl4j/?source=dlp) to the com.sap.aii.af.axisproviderlib.sda.

Regards,

Praveen.

former_member186851
Active Contributor
0 Kudos