Searched defs:checkConfigProperties (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java199 checkConfigProperties();
392 private static void checkConfigProperties() { method in class:AMSetupServlet
409 System.out.println("checkConfigProperties :" + e);
411 Debug.getInstance(SetupConstants.DEBUG_NAME).error("AMSetupServlet.checkConfigProperties", e);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java207 checkConfigProperties();
306 private static void checkConfigProperties() { method in class:AMSetupServlet
321 System.out.println("checkConfigProperties :" + e);
323 Debug.getInstance(SetupConstants.DEBUG_NAME).error("AMSetupServlet.checkConfigProperties", e);

Completed in 37 milliseconds