You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2010/12/21 12:09:03 UTC

[jira] Commented: (RAMPART-13) Rampart doesn't run with international character-sets

    [ https://issues.apache.org/jira/browse/RAMPART-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973567#action_12973567 ] 

Samisa Abeysinghe commented on RAMPART-13:
------------------------------------------

Does Rampart support i18n?

> 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org