cancel
Showing results for 
Search instead for 
Did you mean: 

Sender SOAP Axis Adapter error: NoClassDefFoundError: org/apache/axis/description/OperationDesc

Former Member
0 Kudos

Hello,

I 'm trying to use sender soap axis framwrok on sap PI 7.3.1 SP 7  (dual stack). The following error occured:

Error during processing local bean: localejbs/AF_Adapters/axis/HandlerBean; nested exception is:

          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

I checked this :

http://host:port/XIAxisAdapter/MessageServlet

required and optional components  are  ok.

Thanks in Advance

Nurhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this was resolved with 1776204 sap note

Nurhan

Answers (2)

Answers (2)

former_member194612
Active Participant
0 Kudos

Hi Nurhan,

Could you pelase check below..It seems your error related to Modules

Adding modules in Axis SOAP Adapter:

http://help.sap.com/saphelp_nwpi71/helpdata/en/45/a4a36de28552f7e10000000a1553f7/content.htm

Configuring the Receiver Axis SOAP Adapter:

http://help.sap.com/saphelp_nwpi71/helpdata/en/45/a3c48c87cd0039e10000000a11466f/content.htm

Please reply for any queries.

Thanks,

Satish

former_member184789
Active Contributor
0 Kudos

Hi,

As per AXIS FAQ, for this error:

If you are getting this error for some particular java class, it indicates that this java class is not found in the class path but it is directly or indirectly referenced by another java class which is used. Typically, this problem will occur when a jar file containing this particular java class is not included in aii_af_axisprovider.sda. This problem may also occur, when certain properties are incorrectly set to change the required classes dynamically.