opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Rest2LdapHttpApplication.java
@@ -179,7 +179,7 @@ final URL configUrl = getClass().getResource("/config.json"); this.configDirectory = configUrl != null ? new File(configUrl.toURI()).getParentFile() : null; } catch (final URISyntaxException e) { throw new IllegalStateException(e); throw new IllegalStateException(""+getClass().getResource("/config.json"),e); } this.schema = Schema.getDefaultSchema(); }