[jboss-dev-forums] [Design of POJO Server] - Re: Structure deployer changes comitted to trunk
kabir.khan@jboss.com
do-not-reply at jboss.com
Fri Oct 27 08:10:56 EDT 2006
If I try to run the test again (with jboss still running), I get the error you are mentioning
| 2006-10-27 13:05:30,015 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Instantiated: name=jboss.aop:name=ExtenderTester state=Described mode=Manual requiredState=Configured
| org.jboss.deployment.DeploymentException: Unable to createMBean for jboss.aop:name=ExtenderTester
| at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:52)
| at org.jboss.system.ServiceCreator.install(ServiceCreator.java:141)
| at org.jboss.system.microcontainer.InstantiateAction.installAction(InstantiateAction.java:45)
| at org.jboss.system.microcontainer.ServiceControllerContextAction.install(ServiceControllerContextAction.java:46)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
| at
| ....
| Caused by: java.lang.NoClassDefFoundError: org/jboss/test/aop/extender/Base
| at java.lang.Class.getDeclaredConstructors0(Native Method)
| at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
| at java.lang.Class.getConstructor0(Class.java:2671)
| at java.lang.Class.getConstructor(Class.java:1629)
| at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1241)
| at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:286)
| at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:344)
| at org.jboss.system.ServiceCreator.installPlainMBean(ServiceCreator.java:197)
| at org.jboss.system.ServiceCreator.install(ServiceCreator.java:115)
|
The Base class lives in the nested .aop file, so it seems that the second time round it is not looking at the nested .aop file
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981278#3981278
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981278
More information about the jboss-dev-forums
mailing list