-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
[INFO] Running org.wildfly.extension.elytron.LdapTestCase
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 s <<< FAILURE! - in org.wildfly.extension.elytron.LdapTestCase
[ERROR] org.wildfly.extension.elytron.LdapTestCase Time elapsed: 0.001 s <<< ERROR!
java.lang.NoClassDefFoundError: sun.security.x509.GeneralNameInterface
at org.apache.directory.server.ldap.LdapServer.start(LdapServer.java:421)
at org.wildfly.extension.elytron.LdapService$Builder.start(LdapService.java:212)
at org.wildfly.extension.elytron.TestEnvironment.startLdapService(TestEnvironment.java:163)
at org.wildfly.extension.elytron.LdapTestCase.startLdapService(LdapTestCase.java:151)
Caused by: java.lang.ClassNotFoundException: sun.security.x509.GeneralNameInterface
at java.net.URLClassLoader.findClass(URLClassLoader.java:610)
at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:942)
at java.lang.ClassLoader.loadClass(ClassLoader.java:887)
at java.lang.ClassLoader.loadClass(ClassLoader.java:870)
... 4 more
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] LdapTestCase.startLdapService:151 ยป NoClassDefFound sun.security.x509.GeneralN...
[INFO]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
- is caused by
-
WFCORE-5255 Migrate all tests to use org.apache.directory.api version 2.0.0
- Resolved
- is related to
-
WFCORE-5169 Migrate all tests to use version AM26 of Apache DS
- Resolved
-
ELY-2128 Upgrade Apache DS to version AM26
- Resolved
-
WFCORE-5433 Migrate all tests to use version AM27 of Apache DS
- Closed