You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by kumarasamyr <ku...@gmail.com> on 2012/03/01 01:27:29 UTC

java.security.NoSuchAlgorithmException: Cannot find any provider supporting DESede/CBC/ISO10126Padding

Having WSS4JInInterceptor and WSS4JOutInterceptor for Signature and Encrypt.

getting the following exception when running the client.

Original Exception is, *java.security.NoSuchAlgorithmException: Cannot find
any provider supporting DESede/CBC/ISO10126Padding 
*


org.apache.cxf.binding.soap.SoapFault: Security processing failed.
	at
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor$WSS4JOutInterceptorInternal.handleMessage(WSS4JOutInterceptor.java:275)
	at
org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor$WSS4JOutInterceptorInternal.handleMessage(WSS4JOutInterceptor.java:136)
	at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
	at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:533)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:463)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:366)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:319)
	at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:88)
	at org.apache.cx

--
View this message in context: http://cxf.547215.n5.nabble.com/java-security-NoSuchAlgorithmException-Cannot-find-any-provider-supporting-DESede-CBC-ISO10126Padding-tp5526460p5526460.html
Sent from the cxf-user mailing list archive at Nabble.com.