Skip to content

Instantly share code, notes, and snippets.

@gashcrumb
Created January 27, 2012 16:46
Show Gist options
  • Select an option

  • Save gashcrumb/1689711 to your computer and use it in GitHub Desktop.

Select an option

Save gashcrumb/1689711 to your computer and use it in GitHub Desktop.
FuseFabric:karaf@FuseManagementConsole> display-exception
javax.security.auth.login.LoginException: java.lang.IllegalArgumentException: Unsupported encryption parameter: name
at org.apache.karaf.jaas.modules.encryption.BasicEncryption.<init>(BasicEncryption.java:44)
at org.fusesource.fabric.jaas.BasicEncryptionSupport.getEncryption(BasicEncryptionSupport.java:47)
at org.fusesource.fabric.jaas.ZookeeperLoginModule.checkPassword(ZookeeperLoginModule.java:178)
at org.fusesource.fabric.jaas.ZookeeperLoginModule.login(ZookeeperLoginModule.java:117)
at org.apache.karaf.jaas.boot.ProxyLoginModule.login(ProxyLoginModule.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
at org.fusesource.fon.webui.system.Authenticator.authenticate(Authenticator.scala:61)
at org.fusesource.fon.webui.system.SystemResource.login(SystemResource.scala:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.jav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment