[jboss-user] [JBoss AOP] - Re: NoClassDefFoundError HeirarchicalLoaderRepository3
flavia.rainone@jboss.com
do-not-reply at jboss.com
Thu Dec 21 23:28:44 EST 2006
I couldn't reproduce this error on my machine.
Are you running "all" or "default" jboss as configuration?
Besides, could you please confirm that you've followed all these steps (http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework/reference/en/html/running.html#d0e3174):
1.Copy the jboss-aop-jdk15.deployer file to server/<config-name>/deploy directory
2.Edit jboss-aop-jdk15.deployer/META-INF/jboss-service.xml so that:
mbean code is org.jboss.aop.deploymentAspectManagerService
EnableLoadTimeWeaving is set to true
3.Edit run.sh to increment JAVA_OPTS and JBOSS_CLASSPATH environment variables like this:
| JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME \
| -Xmanagement:class=org.jboss.aop.hook.JRockitPluggableClassPreProcessor"
| JBOSS_CLASSPATH="$JBOSS_CLASSPATH:jrockit-pluggable-instrumentor.jar"
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995771#3995771
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995771
More information about the jboss-user
mailing list