Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Caused by: org.jboss.arquillian.spi.LifecycleException: Could not start container
- at org.jboss.arquillian.container.jbossas.embedded_6.JBossASEmbeddedContainer.start(JBossASEmbeddedContainer.java:66)
- at org.jboss.arquillian.impl.handler.ContainerStarter.callback(ContainerStarter.java:52)
- at org.jboss.arquillian.impl.handler.ContainerStarter.callback(ContainerStarter.java:41)
- at org.jboss.arquillian.impl.event.MapEventManager.fire(MapEventManager.java:63)
- ... 23 more
- Caused by: java.lang.Exception: Encountered exception in server startup
- at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:325)
- at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257)
- at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381)
- at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413)
- at java.lang.Thread.run(Thread.java:636)
- Caused by: java.lang.IllegalStateException: Incompletely deployed:
- DEPLOYMENTS IN ERROR:
- Deployment "JMXKernel" is in error due to: javax.management.NotCompliantMBeanException: Cannot register MBean: jboss.system:type=ServerInfo
- DEPLOYMENTS MISSING DEPENDENCIES:
- Deployment "JMXStartStopAdvice" is missing the following dependencies:
- Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
- Deployment "AspectManagerJMXRegistrar" is missing the following dependencies:
- Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
- Deployment "ServiceDeployer" is missing the following dependencies:
- Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
- Deployment "JMXCreateDestroyAdvice" is missing the following dependencies:
- Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
- Deployment "ServiceMetaDataICF" is missing the following dependencies:
- Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
- Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
- Deployment "JMXRegistrationAdvice" is missing the following dependencies:
- Dependency "JMXKernel" (should be in state "Installed", but is actually in state "**ERROR**")
- at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:278)
- at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
- at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:314)
- ... 4 more
Add Comment
Please, Sign In to add comment