[
https://issues.apache.org/jira/browse/RAMPART-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas moved AXIS2-681 to RAMPART-13:
-----------------------------------------------
Component/s: (was: modules)
Assignee: (was: Ruchith Udayanga Fernando)
Affects Version/s: (was: 1.0)
(was: 0.95)
Key: RAMPART-13 (was: AXIS2-681)
Project: Rampart (was: Axis 2.0 (Axis2))
> Rampart doesn't run with international character-sets
> -----------------------------------------------------
>
> Key: RAMPART-13
> URL: https://issues.apache.org/jira/browse/RAMPART-13
> Project: Rampart
> Issue Type: Bug
> Environment: WinXP Pro, JDK 1.4.2_02, Tomcat 5.5, Ant 1.6.5
> Reporter: Ali Sadik Kumlali
> Priority: Minor
>
> If character-set is different from the EN, security related processes throw
> the following error:
> ----------------------------------------------
> [java] org.apache.axis2.AxisFault: WSHandler: Encryption: error during
> mess
> age processingorg.apache.ws.security.WSSecurityException: An unsupported
> signatu
> re or encryption algorithm was used; nested exception is:
> [java] org.apache.xml.security.encryption.XMLEncryptionException:
> Canno
> t find any provider supporting AES/CBC/ISO10126Padding
> [java] Original Exception was java.security.NoSuchAlgorithmException:
> Canno
> t find any provider supporting AES/CBC/ISO10126Padding; nested exception is:
> [java] org.apache.ws.security.WSSecurityException: WSHandler:
> Encryptio
> n: error during message processingorg.apache.ws.security.WSSecurityException:
> An
> unsupported signature or encryption algorithm was used; nested exception is:
> [java] org.apache.xml.security.encryption.XMLEncryptionException:
> Canno
> t find any provider supporting AES/CBC/ISO10126Padding
> [java] Original Exception was java.security.NoSuchAlgorithmException:
> Canno
> t find any provider supporting AES/CBC/ISO10126Padding
> [java] at
> org.apache.axis2.security.WSDoAllSender.processMessage(WSDoAl
> lSender.java:255)
> [java] at
> org.apache.axis2.security.handler.WSDoAllHandler.invoke(WSDoA
> llHandler.java:82)
> [java] at org.apache.axis2.engine.Phase.invoke(Phase.java:381)
> [java] at
> org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:473
> )
> [java] at
> org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:572)
> [java] at
> org.apache.axis2.description.OutInAxisOperationClient.send(Ou
> tInAxisOperation.java:328)
> [java] at
> org.apache.axis2.description.OutInAxisOperationClient.execute
> (OutInAxisOperation.java:279)
> [java] at
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClie
> nt.java:457)
> [java] at
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClie
> nt.java:399)
> [java] at sample.security.Client.main(Client.java:58)
> [java] Caused by: org.apache.ws.security.WSSecurityException: WSHandler:
> En
> cryption: error during message
> processingorg.apache.ws.security.WSSecurityExcept
> ion: An unsupported signature or encryption algorithm was used; nested
> exception
> is:
> [java] org.apache.xml.security.encryption.XMLEncryptionException:
> Canno
> t find any provider supporting AES/CBC/ISO10126Padding
> [java] Original Exception was java.security.NoSuchAlgorithmException:
> Canno
> t find any provider supporting AES/CBC/ISO10126Padding
> [java] at
> org.apache.ws.security.action.EncryptionAction.execute(Encryp
> tionAction.java:64)
> [java] at
> org.apache.ws.security.handler.WSHandler.doSenderAction(WSHan
> dler.java:191)
> [java] at
> org.apache.axis2.security.WSDoAllSender.processMessage(WSDoAl
> lSender.java:181)
> [java] ... 9 more
> ------------------------------
> When I add following line to the ant script, everything went ok:
> <jvmarg value="-Duser.language=EN"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.