Advertisement
Guest User

Untitled

a guest
Apr 28th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. 2011-06-10 13:08:59,910 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="default/ServletEndpoint/1-default/car?j2eeType=J2EEApplication,name=default/ServletEndpoint/1-default/car"
  2. javax.security.auth.login.LoginException: unable to find LoginModule class: org.apache.karaf.jaas.boot.ProxyLoginModule
  3. at javax.security.auth.login.LoginContext.invoke(LoginContext.java:808)
  4. at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
  5. at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
  6. at java.security.AccessController.doPrivileged(Native Method)
  7. at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
  8. at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
  9. at org.apache.geronimo.security.ContextManager.login(ContextManager.java:98)
  10. at org.apache.geronimo.security.credentialstore.SimpleCredentialStoreImpl.getSubject(SimpleCredentialStoreImpl.java:100)
  11. at org.apache.geronimo.client.AppClientContainer.(AppClientContainer.java:94)
  12. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  13. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  14. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  15. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  16. at org.apache.xbean.recipe.ReflectionUtil$ConstructorFactory.create(ReflectionUtil.java:958)
  17. at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:276)
  18. at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
  19. at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
  20. at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:947)
  21. at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:271)
  22. at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105)
  23. at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:127)
  24. at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:574)
  25. at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:394)
  26. at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:477)
  27. at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:268)
  28. at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:703)
  29. at org.apache.geronimo.system.main.CommandLine.loadConfigurations(CommandLine.java:189)
  30. at org.apache.geronimo.system.main.CommandLine.invokeMainGBean(CommandLine.java:90)
  31. at org.apache.geronimo.system.main.ClientCommandLine.startClient(ClientCommandLine.java:83)
  32. at org.apache.geronimo.system.main.ClientCommandLine.execute(ClientCommandLine.java:65)
  33. at org.apache.geronimo.system.main.EmbeddedClientCommandLine.execute(EmbeddedClientCommandLine.java:47)
  34. at org.apache.geronimo.system.osgi.BootActivator$1.execute(BootActivator.java:117)
  35. at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:65)
  36. at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
  37. at org.apache.geronimo.cli.client.ClientCLI.main(ClientCLI.java:32)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement