aslak

Arquillian - JBoss Embedded 6 - Exception

Jul 27th, 2010
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.83 KB | None | 0 0
  1. Caused by: org.jboss.arquillian.spi.LifecycleException: Could not start container
  2.         at org.jboss.arquillian.container.jbossas.embedded_6.JBossASEmbeddedContainer.start(JBossASEmbeddedContainer.java:66)
  3.         at org.jboss.arquillian.impl.handler.ContainerStarter.callback(ContainerStarter.java:52)
  4.         at org.jboss.arquillian.impl.handler.ContainerStarter.callback(ContainerStarter.java:41)
  5.         at org.jboss.arquillian.impl.event.MapEventManager.fire(MapEventManager.java:63)
  6.         ... 23 more
  7. Caused by: java.lang.Exception: Encountered exception in server startup
  8.         at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:325)
  9.         at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257)
  10.         at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381)
  11.         at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413)
  12.         at java.lang.Thread.run(Thread.java:636)
  13. Caused by: java.lang.IllegalStateException: Incompletely deployed:
  14.  
  15. DEPLOYMENTS IN ERROR:
  16.   Deployment "JMXKernel" is in error due to: javax.management.NotCompliantMBeanException: Cannot register MBean: jboss.system:type=ServerInfo
  17.  
  18. DEPLOYMENTS MISSING DEPENDENCIES:
  19.   Deployment "JMXStartStopAdvice" is missing the following dependencies:
  20.     Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
  21.   Deployment "AspectManagerJMXRegistrar" is missing the following dependencies:
  22.     Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
  23.   Deployment "ServiceDeployer" is missing the following dependencies:
  24.     Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
  25.   Deployment "JMXCreateDestroyAdvice" is missing the following dependencies:
  26.     Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
  27.   Deployment "ServiceMetaDataICF" is missing the following dependencies:
  28.     Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
  29.     Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
  30.   Deployment "JMXRegistrationAdvice" is missing the following dependencies:
  31.     Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
  32.  
  33.         at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:278)
  34.         at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
  35.         at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:314)
  36.         ... 4 more
Add Comment
Please, Sign In to add comment