3 Replies Latest reply on Jan 11, 2011 5:38 PM by nemesis7705

    JBoss6 AOP Load-Time-Weaving

    nemesis7705

      Hello everbody,

       

      first my english is not so well but I hope it will be better sometime.

      My Question is how do I get AOP and specially load time weaving on JBoss 6 working.

       

      Setup:

       

      JBoss 6.0.0.M5 + JDK 1.6 + Eclipse Hellios

       

      JBoss was running well with our webprojekt which is based on the apache-wicket framework.

      I tried to get a aspect working on one of the org.apache.wicket.DefaultMapper methods,

      change something in the exception handling flow.

       

      I changed as discribed in some of the Documents I studied the VM arguments for the JBoss Runntime out of Eclipse.

      The pluggable-instrumentor.jar has been copied into the /bin folder the args are now:

       

      "-Dprogram.name=JBossTools: JBoss 6.0 Runtime" -Xms256m -Xmx768m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Djava.endorsed.dirs=C:\JBoss-6.0.0-M5\lib\endorsed" -Djava.library.path="C:\JBoss-6.0.0-M5\bin\native;" -javaagent:pluggable-instrumentor.jar
      

       

      and under JBoss/server/default/conf/boostrap the loadtimeweaving option got changed to true.

       

      But I got many errors on the JBoss start and it wont work.

       

       

       at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,655 ERROR [AbstractKernelController] Error installing to Described: name=BeanAnnotationAdapterFactory state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,666 ERROR [AbstractKernelController] Error installing to Described: name=aop-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,669 ERROR [AbstractKernelController] Error installing to Described: name=aop-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,802 ERROR [AbstractKernelController] Error installing to Described: name=jmx-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,805 ERROR [AbstractKernelController] Error installing to Described: name=jmx-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,842 ERROR [AbstractKernelController] Error installing to Described: name=deployers-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,845 ERROR [AbstractKernelController] Error installing to Described: name=deployers-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,906 ERROR [AbstractKernelController] Error installing to Described: name=profile-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,910 ERROR [AbstractKernelController] Error installing to Described: name=profile-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,964 ERROR [AbstractKernelController] Error installing to Described: name=security-classloader:0.0.0 state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      19:22:45,970 ERROR [AbstractKernelController] Error installing to Described: name=security-classloader:0.0.0$MODULE state=PreInstall: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
                at org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter.handleAnnotations(CommonAnnotationAdapter.java:394) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.handleAnnotations(AbstractBeanAnnotationAdapter.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.annotations.AbstractBeanAnnotationAdapter.applyAnnotations(AbstractBeanAnnotationAdapter.java:43) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.AnnotationsAction.applyAnnotations(AnnotationsAction.java:47) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInternal(DescribeAction.java:69) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:319) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:297) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76) [jboss-kernel.jar:2.2.0.Alpha10]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:92) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.deployer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:193) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.bootstrapMcAndDescriptors(AbstractMCServerBase.java:310) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.mc.server.AbstractMCServerBase.doStart(AbstractMCServerBase.java:257) [jboss-bootstrap-impl-mc.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.as.server.AbstractJBossASServerBase.doStart(AbstractJBossASServerBase.java:381) [jboss-bootstrap-impl-as.jar:2.1.0-alpha-5]
                at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:413) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
                at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
      
      
      Failed to boot JBoss:
      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:662)
      Caused by: java.lang.IllegalStateException: Incompletely deployed:
      
      
      DEPLOYMENTS IN ERROR:
        Deployment "ClassLoading" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "bootstrap-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "ClassLoaderDomain" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "aop-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "profile-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "stdio-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "BeanAnnotationAdapterFactory" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "deployers-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "bootstrap-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "jmx-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "stdio-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "jmx-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "JBossServer" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "deployers-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "aop-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "ClassLoaderSystem" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "security-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "security-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "asynch-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "asynch-classloader:0.0.0$MODULE" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
        Deployment "profile-classloader:0.0.0" is in error due to: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/retrieval/RetrievalUtils
      
      
      DEPLOYMENTS MISSING DEPENDENCIES:
        Deployment "ServiceDeploymentDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ClassLoadingMetaDataParser" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "topContextComparator" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "AspectManager" is missing the following dependencies:
          Dependency "AOPJBossIntegration" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "PersistenceRepository" is missing the following dependencies:
          Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "AttachmentsSerializer" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "MainDeployer" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "ServerInfo" is missing the following dependencies:
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ClassLoaderDescribeDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ClassLoading" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ProfileServiceConfig" is missing the following dependencies:
          Dependency "TypedProfileFactory" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "ProfileLifeCycleCallbackActions" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "ProfileDeployerPluginRegistry" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "MainDeployerPlugin" is missing the following dependencies:
          Dependency "ProfileDeployerPluginRegistry" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "MainDeployer" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "BeansDeploymentAopMetaDataDeployer" is missing the following dependencies:
          Dependency "AspectManager" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JMXStartStopAdvice" is missing the following dependencies:
          Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "MavenArtifactMetaData" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "BeanMetaDataICF" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ManagedObjectFactory" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "jboss.kernel:service=KernelController" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ManagedDeploymentCreator" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ArtifactRepositoryManager" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ControllerExecutorInstaller" is missing the following dependencies:
          Dependency "asynch-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "BootstrapExecutorFactory" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "BeanDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JARStructure" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "JARStructureCandidates" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "ActionController" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "DeploymentValidationDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "jboss.kernel:service=KernelController" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JBossClClassPoolConfig" is missing the following dependencies:
          Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ClassLoading" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "AOPDeploymentAopMetaDataDeployer" is missing the following dependencies:
          Dependency "AspectManager" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ManagedObjectCreator" is missing the following dependencies:
          Dependency "ManagedObjectFactory" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "DeclaredStructure" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ServiceDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "DeploymentMetaDataParser" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JBossStdioSystemInStream" is missing the following dependencies:
          Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "SecurityConstantsBridge" is missing the following dependencies:
          Dependency "JNDIBasedSecurityManagement" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "security-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JMXStartStopAdvice$AnnotationPlugin" is missing the following dependencies:
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "StructureModificationChecker" is missing the following dependencies:
          Dependency "FileStructure" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "MainDeployer" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "StructureModCache" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "JMXRegistrationAdvice" is missing the following dependencies:
          Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ClassLoadingDefaultDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "FileArtifactRepositoryFactory" is missing the following dependencies:
          Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "UserProfileFactory" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "KernelInstaller" is missing the following dependencies:
          Dependency "asynch-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ServiceClassLoaderDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "StructureModCache" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "MetaValueFactory" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "AOPJBossIntegration" is missing the following dependencies:
          Dependency "JBossClClassPoolConfig" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "AOPClassLoaderScopingPolicy" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ProfileDeployerPluginRegistry" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "DefaultAspectManager" is missing the following dependencies:
          Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "CoreBeanAnnotationAdapterFactory" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ClassLoaderDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ClassLoaderSystem" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ClassLoading" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JBossStdioContext" is missing the following dependencies:
          Dependency "JBossStdioSystemErrStream" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "JBossStdioSystemOutStream" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "JBossStdioSystemInStream" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JARStructureCandidates" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "JARFilter" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "JMXKernel" is missing the following dependencies:
          Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "JBossServer" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ServerInfo" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "StructuralDeployers" is missing the following dependencies:
          Dependency "StructureBuilder" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "AOPAnnotationMetaDataParserDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "BeanAnnotationAdapter" is missing the following dependencies:
          Dependency "BeanAnnotationAdapterFactory" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JNDIBasedSecurityManagement" is missing the following dependencies:
          Dependency "security-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "DelegateModificationChecker" is missing the following dependencies:
          Dependency "StructureModificationChecker" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "KernelDeploymentComponentMapper" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "AOPClassLoaderScopingPolicy" is missing the following dependencies:
          Dependency "JBossClClassPoolConfig" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JMXCreateDestroyAdvice$AnnotationPlugin" is missing the following dependencies:
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "StructureBuilder" is missing the following dependencies:
          Dependency "ModificationTypeStructureProcessor" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ProfileLifeCycleCallbackActions" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ActionController" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "JARFilter" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "AOPXMLMetaDataParserDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ProfileServicePersistenceDeployer" is missing the following dependencies:
          Dependency "PersistenceRepository" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (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 "Not Installed")
          Dependency "AspectManager" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "InMemoryClassesDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "KernelDeploymentDeployer" is missing the following dependencies:
          Dependency "ManagedDeploymentCreator" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ManagedDeploymentCreator" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "KernelDeploymentManagedObjectCreator" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "ClassLoaderDomainRegistry" is missing the following dependencies:
          Dependency "aop-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "AOPClassLoaderScopingPolicy" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "MainDeployer" is missing the following dependencies:
          Dependency "topContextComparator" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "StructuralDeployers" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "Deployers" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "ManagedDeploymentCreator" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "SARDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ModificationTypeStructureProcessor" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "AttachmentsSerializer" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "JMXCreateDestroyAdvice" is missing the following dependencies:
          Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "HDScannerFactory" is missing the following dependencies:
          Dependency "ActionController" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "TypedProfileFactory" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "CoreBeanAnnotationAdapter" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "CoreBeanAnnotationAdapterFactory" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "MavenArtifactRepository" is missing the following dependencies:
          Dependency "MavenArtifactMetaData" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ProfileRepositoryFactory" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JBossStdioSystemErrStream" is missing the following dependencies:
          Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ProfileServiceBootstrap" is missing the following dependencies:
          Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "HDScannerFactory" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "UserProfileFactory" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "BasicProfileFactory" is missing the following dependencies:
          Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JBossStdioContextSelector" is missing the following dependencies:
          Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "JBossStdioContext" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "HDScannerCallbackAction" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "HDScannerFactory" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "ManagedObjectFactory" is missing the following dependencies:
          Dependency "MetaValueFactory" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "BootstrapExecutorFactory" is missing the following dependencies:
          Dependency "asynch-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "FileStructure" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ServiceDeploymentComponentMapper" is missing the following dependencies:
          Dependency "PersistenceFactory" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JBossStdioSystemOutStream" is missing the following dependencies:
          Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "ServiceMetaDataICF" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "JMXKernel" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "ScanningProfileFactory" is missing the following dependencies:
          Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "DelegateModificationChecker" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "ClassLoaderClassPathDeployer" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JBossStdioService" is missing the following dependencies:
          Dependency "JBossStdioContext" (should be in state "Create", but is actually in state "Not Installed")
          Dependency "JBossStdioContext" (should be in state "Start", but is actually in state "Not Installed")
          Dependency "stdio-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "JMXRegistrationAdvice$AnnotationPlugin" is missing the following dependencies:
          Dependency "jmx-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "AOPClassLoaderDeployer" is missing the following dependencies:
          Dependency "AspectManager" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "WebVisitorAttributes" is missing the following dependencies:
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "KernelDeploymentManagedObjectCreator" is missing the following dependencies:
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ManagedObjectFactory" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "PersistenceFactory" is missing the following dependencies:
          Dependency "ManagedObjectFactory" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
        Deployment "Deployers" is missing the following dependencies:
          Dependency "jboss.kernel:service=KernelController" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "deployers-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ManagedObjectCreator" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "BootstrapProfileFactory" is missing the following dependencies:
          Dependency "ArtifactRepositoryManager" (should be in state "Installed", but is actually in state "Not Installed")
          Dependency "profile-classloader:0.0.0" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "ProfileServiceConfig" (should be in state "Installed", but is actually in state "Not Installed")
        Deployment "BeanMetaDataDeployer" is missing the following dependencies:
          Dependency "jboss.kernel:service=Kernel" (should be in state "Installed", but is actually in state "**ERROR**")
          Dependency "deployers-classloader:0.0.0" (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
      Posting Shutdown Request to the server...
      Server startup has not completed, so halting the process
      
      

       

       

      I hope you people could teach me how to configure the JBoss 6 AOP right, thanks very much to all answers.

        • 1. JBoss6 AOP Load-Time-Weaving
          jaikiran

          Fabian,

           

          Welcome to the forums! I've moved this question to JBoss AOP forum where you might get some help.

          • 2. JBoss6 AOP Load-Time-Weaving
            kabirkhan

            Can you try with 6.0.0.Final? This all looks like it is happening just booting the AS with the javaagent option set to true, which should work since we have tests for that.

            • 3. Re: JBoss6 AOP Load-Time-Weaving
              nemesis7705

              Thanks for the fast answers,

               

              yea the problem was somewhere else.. I tried the same setup on my other machine and it runs very well.

              For people how wanna know these were my 5 steps to get it work.

               

              1.) copy the JBoss_6.0.0-M5\server\default\deployers\jboss-aop-jboss5.deployer\pluggable-instrumentor.jar

                   to JBoss_6.0.0-M5\bin

               

              2.) setting loadtimeweaving at JBoss_6.0.0-M5\server\default\conf\bootstrap\aop.xml to true

               

               

                   <property name="enableLoadtimeWeaving">true</property>

               

              3.) put your jboss-aop.xml to JBoss_6.0.0-M5\server\default\deploy\

               

              4.) put your aspect class in your webproject

               

              5.) don't forget to add the -javaagent:pluggable-instrumentor.jar to the runntime if you use eclipse you find this

                   on Server View under Open launch configuration