0

I have two LDAP servers. First is Active Directory and second is openLDAP. I need setup between these servers. Is here anybody, who know, how to do it?

I tried to use this link for tutorial, but I found problem. When I started migration with the command, i got response this:

Error: java.util.MissingResourceException: Can't find bundle for base name javax.xml.bind.Messages, locale en_US

java.util.MissingResourceException: Can't find bundle for base name javax.xml.bind.Messages, locale en_US at java.base/java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:2055) at java.base/java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1689)

Dave
  • 13
  • 2

1 Answers1

0

lsc works only with jdk8, By installing openjdk-8-jdk should fix the issue.

Narayana R
  • 16
  • 1