I'm triyng to install jboss-aop_1.5.5.GA into jboss-3.2.7 (In nned it to use 
pojocache). After copying all jboss-32-install libs and modifying 
jboss-service.xml, I get the following error when starting jboss:

org.jboss.deployment.DeploymentException: create operation failed for package 
file:/tmp/jboss-3.2.7/server/all/conf/jboss-service.xml; - nested throwable: 
(org.jboss.deployment.DeploymentException: - nested throwable: 
(java.lang.reflect.UndeclaredThrowableException))
        at org.jboss.deployment.SARDeployer.create(SARDeployer.java:227)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:783)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
..........
..........
Caused by: java.lang.NoClassDefFoundError: 
org/jboss/mx/loading/RepositoryClassLoader
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
        at java.lang.Class.getConstructor0(Class.java:1922)
        at java.lang.Class.getConstructor(Class.java:1019)
        at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:870)
        at 
org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:290)
        at 
org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:317)
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:124)

It seems to me that jboss-jmx.jar contained into jboss-3.2.7 isn't compatible 
with that aop package. In fact by replacing jboss-jmx.jar shipped with 
jboss-cache-1.4.1 the error disappears even if aop package doesn't install.

What's worong? Is there something missing in the instal procedure or is it just 
a bug???

Any help will be really apreciated.

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

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

Reply via email to