com.sun.identity.authentication.spi.AuthLoginException: Failed to create new Authentication Context: Naming Service is not available.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 807573, 1 year ago
via Oracle Community by 807573, 9 months ago
via oracle.com by Unknown author, 2 years ago
via Oracle Community by 807573, 1 year ago
via Stack Overflow by Kamyar
, 9 months agovia Oracle Community by 807573, 1 year ago
com.sun.identity.authentication.spi.AuthLoginException: Failed to create new Authentication Context: Naming Service is not available.
at com.sun.identity.authentication.AuthContext.login(AuthContext.java:516)
at com.sun.identity.authentication.AuthContext.login(AuthContext.java:356)
at com.iplanet.am.admin.cli.Authenticator.getAuthContext(Authenticator.java:231)
at com.iplanet.am.admin.cli.Authenticator.sessionBasedLoginInternal(Authenticator.java:130)
at com.iplanet.am.admin.cli.Authenticator.sessionBasedLogin(Authenticator.java:119)
at com.iplanet.am.admin.cli.Main.processSessionRequest(Main.java:780)
at com.iplanet.am.admin.cli.Main.runCommand(Main.java:733)
at com.iplanet.am.admin.cli.Main.main(Main.java:1141)