You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Maxim Solodovnik (Jira)" <ji...@apache.org> on 2022/05/05 03:56:00 UTC

[jira] [Created] (DIR-341) Error under java17

Maxim Solodovnik created DIR-341:
------------------------------------

             Summary: Error under java17
                 Key: DIR-341
                 URL: https://issues.apache.org/jira/browse/DIR-341
             Project: Directory
          Issue Type: Improvement
            Reporter: Maxim Solodovnik
            Assignee: Emmanuel Lécharny


Everything works as expected under java 8/11
but I'm trying latest LTS right now :)

and got following error:

{code}
[ERROR]   TestLdap » IllegalAccess class
org.apache.directory.server.core.security.CertificateUtil (in unnamed module @0x4de8b406) cannot access class sun.security.x509.X500Name (in module java.base) because module java.base does not export sun.security.x509 to unnamed module @0x4de8b406
{code}

CertificateUtil is located in apacheds-core-2.0.0.AM26

As workaround these 2 opens can be added:
{code}
--add-opens=java.base/sun.security.util=ALL-UNNAMED
--add-opens=java.base/sun.security.x509=ALL-UNNAMED
{code}




--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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