You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2008/11/19 15:44:44 UTC

[jira] Resolved: (DIRSERVER-1279) kerberos test failing on IBM JDK

     [ https://issues.apache.org/jira/browse/DIRSERVER-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSERVER-1279.
------------------------------------------

    Resolution: Fixed

It has been fixed in the ads-mina2.0 branch, which will be merged with trunk as soon as MINA-2.0.0-M4 will be released (in one week)

> kerberos test failing on IBM JDK
> --------------------------------
>
>                 Key: DIRSERVER-1279
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1279
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: kerberos, ldap
>    Affects Versions: 1.5.4
>         Environment: AIX 5.2
> IBM JDK 1.5.0
>            Reporter: Jonathan Anstey
>            Assignee: Emmanuel Lecharny
>             Fix For: 1.5.5
>
>         Attachments: DIRSERVER-1279.patch
>
>
> The following kerberos test fails on the IBM JDK.
> -------------------------------------------------------------------------------
> Test set: org.apache.directory.server.kerberos.kdc.SaslGssapiBindITest
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 15.396 sec <<< FAILURE!
> testSaslGssapiBind(org.apache.directory.server.kerberos.kdc.SaslGssapiBindITest)  Time elapsed: 15.268 sec  <<< ERROR!
> java.lang.RuntimeException: Failed to create KeyManagerFactory
>         at org.apache.directory.server.ldap.handlers.extended.StartTlsHandler.setLdapServer(StartTlsHandler.java:164)
>         at org.apache.directory.server.ldap.LdapService.startLDAP0(LdapService.java:417)
>         at org.apache.directory.server.ldap.LdapService.start(LdapService.java:323)
>         at org.apache.directory.server.unit.AbstractServerTest.setUp(AbstractServerTest.java:275)
>         at org.apache.directory.server.kerberos.kdc.SaslGssapiBindITest.setUp(SaslGssapiBindITest.java:84)
>         at junit.framework.TestCase.runBare(TestCase.java:132)
>         at junit.framework.TestResult$1.protect(TestResult.java:110)
>         at junit.framework.TestResult.runProtected(TestResult.java:128)
>         at junit.framework.TestResult.run(TestResult.java:113)
>         at junit.framework.TestCase.run(TestCase.java:124)
>         at junit.framework.TestSuite.runTest(TestSuite.java:232)
>         at junit.framework.TestSuite.run(TestSuite.java:227)
>         at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
>         at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:618)
>         at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>         at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
> Caused by: java.security.NoSuchAlgorithmException: SunX509 KeyManagerFactory not available
>         at sun.security.jca.GetInstance.getInstance(GetInstance.java:158)
>         at javax.net.ssl.KeyManagerFactory.getInstance(KeyManagerFactory.java:20)
>         at org.apache.directory.server.ldap.handlers.extended.StartTlsHandler.setLdapServer(StartTlsHandler.java:160)
>         ... 22 more

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