1 Reply Latest reply on Dec 17, 2008 2:38 PM by alesj

    RuntimeError in JMX Demo

    garymarsh

      I decided to build and run the actual jmx Demo code I downloaded from the DZone_1_0 area and I ran into this runtime error :

      Deployed URL: file:/C:/NichPro/MCJMXDemo/META-INF/varia-deployers-beans.xml
      java.lang.IllegalStateException: Incompletely deployed:

      *** DEPLOYMENTS IN ERROR: Name -> Error
      AOPJBossIntegration -> java.lang.RuntimeException: Error configuring property: scopingPolicy for AOPJBossIntegration


      *** DEPLOYMENTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
      JMXCreateDestroyAdvice$AspectBinding -> AspectManager{Installed:Instantiated}
      AspectManagerJMXRegistrar -> AspectManager{Installed:Instantiated}
      JMXRegistrationAdvice$AspectBinding -> AspectManager{Installed:Instantiated}
      AspectManager -> AOPJBossIntegration{Installed:**ERROR**}
      JMXStartStopAdvice$AspectBinding -> AspectManager{Installed:Instantiated}

      at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:290)
      at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
      at org.jboss.demos.boostrap.Main.validate(Main.java:123)
      at org.jboss.demos.bootstrap.jmx.JMXMain.main(JMXMain.java:43)
      Scan failed: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

      *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}

      AspectManager
      -> AOPJBossIntegration{Configured:**ERROR**}

      AspectManagerJMXRegistrar
      -> AspectManager{Configured:Instantiated}

      JMXCreateDestroyAdvice$AspectBinding
      -> AspectManager{Configured:Instantiated}

      JMXRegistrationAdvice$AspectBinding
      -> AspectManager{Configured:Instantiated}

      JMXStartStopAdvice$AspectBinding
      -> AspectManager{Configured:Instantiated}


      *** CONTEXTS IN ERROR: Name -> Error

      AOPJBossIntegration -> java.lang.IllegalArgumentException: No such property scopingPolicy for bean org.jboss.aop.asintegration.jboss5.JBoss5Integration available [classPoolFactory, class] | **ERROR**




      My last download of the JBossAS 5.0.0.GA libraries was 12/11/08. Any
      ideas as to what is wrong?

      Regards,
      GMarsh