You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Krzysztof Sobkowiak (JIRA)" <ji...@apache.org> on 2013/01/15 18:18:13 UTC

[jira] [Created] (KARAF-2118) Can not login into karaf-webconsole on Karaf 2.3.0 and 2.2.10

Krzysztof Sobkowiak created KARAF-2118:
------------------------------------------

             Summary: Can not login into karaf-webconsole on Karaf 2.3.0 and 2.2.10
                 Key: KARAF-2118
                 URL: https://issues.apache.org/jira/browse/KARAF-2118
             Project: Karaf
          Issue Type: Bug
          Components: webconsole-core
            Reporter: Krzysztof Sobkowiak


I have checked out and built the latest karaf-webconsole sources. I can install it on Karaf 2.2.10 and 2.3.0, but login into console causes following exception:

 

java.lang.NoClassDefFoundError: org/apache/karaf/jaas/modules/RolePrincipal
at org.apache.karaf.webconsole.core.security.KarafJaasWebSession.isRole(KarafJaasWebSession.java:39)
at org.apache.karaf.webconsole.core.security.JaasWebSession.authenticate(JaasWebSession.java:66)
at org.apache.wicket.authroles.authentication.AuthenticatedWebSession.signIn(AuthenticatedWebSession.java:65)
at org.apache.wicket.authroles.authentication.panel.SignInPanel.signIn(SignInPanel.java:221)
at org.apache.wicket.authroles.authentication.panel.SignInPanel.access$100(SignInPanel.java:51)
at org.apache.wicket.authroles.authentication.panel.SignInPanel$SignInForm.onSubmit(SignInPanel.java:296)
at org.apache.wicket.markup.html.form.Form$9.component(Form.java:1246)
at org.apache.wicket.markup.html.form.Form$9.component(Form.java:1240)

 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira