[jboss-user] [JBoss AOP] - Re: howto hotswap ?
waffels
do-not-reply at jboss.com
Wed Sep 27 07:32:56 EDT 2006
Hi,
am trying to run a client-server based app with support for hotswapping, running the server is no problem,
but when running the clientside(on the same pc)
i get the following error if i try to run with the
-javaagent:jboss-aop-jdk50.jar=-hotSwap
argument:
java.lang.ExceptionInInitializerError
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at org.jboss.aop.HotSwapStrategy$JoinpointStatusUpdater.initialInterceptorChains(HotSwapStrategy.java:259)
at org.jboss.aop.ClassAdvisor.setInterceptorChainObserver(ClassAdvisor.java:1681)
at org.jboss.aop.AspectManager.getAdvisor(AspectManager.java:443)
at src.Client.(Client.java)
Exception in thread "main"
"could not find the main class, program will exit"
does anybody have any ideas what this could be ?
Thanks in advance !
Regards,
Birgen
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974506#3974506
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974506
More information about the jboss-user
mailing list