Hi I am attempting to use parts of the demo code in a project I have that 
deploys JMX beans in the MC.  I am getting a error during kernel deployer 
validation for the HDScanner.  The error is as follows :


java.lang.IllegalStateException: Incompletely deployed:

*** DEPLOYMENTS IN ERROR: Name -> Error
HDScanner -> java.lang.NoSuchFieldError: factoryFinder

        at 
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.internalValidate(AbstractKernelDeployer.java:290)
        at 
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.validate(AbstractKernelDeployer.java:174)
        at com.nichpro.jmx.bootstrap.Main.configure(Main.java:81)
        at com.nichpro.jmx.bootstrap.Main.main(Main.java:45)
        at com.nichpro.jmx.server.config.JMXMain.main(JMXMain.java:33)
        at 
com.nichpro.jmx.server.DataManagementServer.main(DataManagementServer.java:265)

Sure enough the HDScanner code does not have a field called factoryFinder yet 
since this is the demo code I should expect it to compile, deploy and validate 
without any errors.  Does anyone know why this error is occurring? 

Regards,
GMarsh

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195742#4195742

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195742
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to