[jboss-user] [Microcontainer] - RuntimeError in JMX Demo
Gary Marsh
do-not-reply at jboss.com
Wed Dec 17 14:27:13 EST 2008
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197210#4197210
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197210
More information about the jboss-user
mailing list