cancel
Showing results for 
Search instead for 
Did you mean: 

Error starting AXIS Adapter after deployment PI 7.31 SP8

Former Member
0 Kudos

Hi experts.


We're facing problems starting AXIS adapter service after deploying com.sap.aii.af.axisproviderlib.sda file. The deployment was successfull but we get the next error trying to start the service:


Error occurred on server 32362950 during startApp of sap.com/com.sap.aii.adapter.axis : com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception while [preparing start of application sap.com/com.sap.aii.adapter.axis].

        at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:406)

        at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:322)

        at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:430)

        at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhases(ParallelAdapter.java:486)

        at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhases(StartTransaction.java:679)

        at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1832)

        at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2482)

        at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationOnInstanceWait(DeployServiceImpl.java:2734)

        at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationOnInstanceAndWaitAuth(DeployServiceImpl.java:2883)

        at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:2435)

        at com.sap.engine.services.deploy.logging.DSChangeLog.startApplicationAndWait(DSChangeLog.java:112)

        at com.sap.engine.services.deploy.server.management.ApplicationInstanceDelegate$1.run(ApplicationInstanceDelegate.java:275)

        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:185)

        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)

Caused by: java.lang.NoClassDefFoundError: org/apache/axis/utils/JavaUtils : cannot initialize class because prior initialization attempt failed

        at com.sap.aii.adapter.axis.ra.Adapter.createHandler(Adapter.java:564)

        at com.sap.aii.adapter.axis.ra.Adapter.init(Adapter.java:354)


In the error is showing that JavaUtils class is not  found (NoClassDefFoundError: org/apache/axis/utils/JavaUtils) but this .jar is already included in Axis library.


Thanks a lot.


Kind regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

We used this url to get necessary .jar files. After the deployment we are not able to access this URL anymore ...

Have we missed anything?

Regards,

former_member184720
Active Contributor
0 Kudos

That is weird.. Was your deployment successfull??

what is the error that you are getting while accessing the URL?

Former Member
0 Kudos

Hi everbody.

The problem was solved deploying sda with SAP NETWEAVER DEVELOPER STUDIO.

Thanks everybody.

Best regards.

Christian.

Answers (2)

Answers (2)

Harish
Active Contributor
0 Kudos

Hi Christian,

Please check the SAP note 1039369

Regards,

Harish

former_member184720
Active Contributor
0 Kudos

Can you check if the all required jar have been deployed correctly using the below URL?

http://host:port/XIAxisAdapter/MessageServlet

Also please refer to the SAP Note 1039369 FAQ XI Axis Adapter

  • I am getting java.lang.NoClassDefFoundError.  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.