You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Kevin Zhou (JIRA)" <ji...@apache.org> on 2010/05/24 12:22:24 UTC

[jira] Commented: (HARMONY-5823) [classlib][security] ExceptionInInitializerError when accessing KeyPairGenerator

    [ https://issues.apache.org/jira/browse/HARMONY-5823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870558#action_12870558 ] 

Kevin Zhou commented on HARMONY-5823:
-------------------------------------

I can not reproduce it on svn revision r947582,

Thanks

> [classlib][security] ExceptionInInitializerError when accessing KeyPairGenerator
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-5823
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5823
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M6
>         Environment: SLES 10 x86
>            Reporter: Andrey Pavlenko
>             Fix For: 5.0M6
>
>
> The following code causes ExceptionInInitializerError  under Linux x86.
> import java.security.KeyPairGenerator;
> import java.security.NoSuchAlgorithmException;
> public class Test {
>     public static void main(String[] args) throws NoSuchAlgorithmException {
>         System.setSecurityManager(new SecurityManager());
>         KeyPairGenerator.getInstance("RSA");
>     }
> }
> This issue is a regression, it causes failures of the security functional tests http://people.apache.org/~smishura/r653525/Linux_x86/func/junit/index.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.