Error Keyword: DAE.LOGON_DENIED
Description: Invalid Login.
Remedy: Contact your system administrator.
Action: E
Severity: H
Help URL:
Detail:
javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule
Strange message since I don't use JBoss for this installation. While looking in xlclient.sh for the error I noticed it points to the wrong auth file:
-Djava.security.manager -Djava.security.auth.login.config=config/auth.conf
Change this line to:
-Djava.security.manager -Djava.security.auth.login.config=config/authwl.conf
(not authws.conf!!) After that it works.
Keine Kommentare:
Kommentar veröffentlichen