cancel
Showing results for 
Search instead for 
Did you mean: 

Axis adapter handler error in Communication channel

Former Member
0 Kudos

I am using SOAP receiver with Axis message protocol. I did the configurations and after that I am getting this error in Com channel. I am using wssec in adapter module. I have attached screen shot

I have installed the axis components and I get missing components zero when I type this url http://host:port/XIAxisAdapter/MessageServlet

  • Apache WSS4J
    Warning: optional component missing --- looking for org.apache.ws.security.WSSConfig in com.sap.aii.af.axisproviderlib/wss4j.jar; see http://ws.apache.org/wss4j/

This is missing in my configuration.

Error occurred while trying to load com.sap.aii.adapter.axis.ra.handlers.security.WSDoAllSender

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

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

at com.sap.aii.adapter.axis.ra.AdapterManager$1.run(AdapterManager.java:176)

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)





Accepted Solutions (1)

Accepted Solutions (1)

mate_moricz
Advisor
Advisor
0 Kudos

Dear Midhun,

1.Deploy the verified version of the wss4j (1.5.4, 1.5.5, 1.5.6, 1.5.7).

2.The wss4j also requires the xmlsec-1.4.2.jar, but note if you deploy the wss4j-1.5.4.jar than the opensaml-1.0.1.jar also needs to be deployed. The older wss4j libraries do not require opensaml.

Best regards,

Mate

Former Member
0 Kudos

Hi Mate

// Deploy the verified version of the wss4j (1.5.4, 1.5.5, 1.5.6, 1.5.7) //

If I deploy the version 1.5.5 or 1.5.6 or 1.57, then do I have to deploy opensaml-1.0.1.jar?

Please note that I have to deploy the wsdl4j jar also. Can you please suggest the verison of the jar that I need to use and whether they are compatible with above mentioned versions?

Regards

Answers (2)

Answers (2)

former_member186851
Active Contributor
0 Kudos

Midhun this seems to be another post om same topic.

Did you check the note which I shared in the previous discussion.

Former Member
0 Kudos

Hi Midhun,

You can have a look at the thread below:

Basis had installed higher version of some of the axis adapter components

https://scn.sap.com/thread/3281831

Cheers

Faith