-
1. Re: ConcurrentModificationException during JBoss 5.0.1.GA st
flavia.rainone May 12, 2009 2:45 PM (in response to sannegrinovero)Hi!
Thanks for letting us know!
Taking a look at the code however, I don't think that this error should be occurring with the new version. Could you please download the latest version from http://www.jboss.org/jbossaop/downloads/ and give it a try?
To install it in your AS, take a look at the jboss-50-install folder (you just need to edit the properties file and run ant). Please, if the error still persists, let us know or open a JIRA. -
2. Re: ConcurrentModificationException during JBoss 5.0.1.GA st
sannegrinovero May 16, 2009 3:25 AM (in response to sannegrinovero)Hi Flavia,
thanks for the kind answer; you're right it's not a problem any more. -
3. Re: ConcurrentModificationException during JBoss 5.0.1.GA st
sergiobz Nov 19, 2009 1:21 PM (in response to sannegrinovero)Hi Everybody!
I am having the same problem!!
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=163972
The last stable version is with a problem to download
ERROR: No such category: jboss-aop-2.1.6.GA.zip
Someone have other link?
Also, This must be compiled? can anyone give me some instruction or manual about how to install / upgrade this on jBoss? PS: i not developer, i'm the operations guy =)) -
4. Re: ConcurrentModificationException during JBoss 5.0.1.GA st
kabirkhan Nov 19, 2009 1:54 PM (in response to sannegrinovero)It seems I screwed up when uploading 2.1.6.GA, I'll try to do that tomorrow. However, 2.1.5.GA should also contain the bug fix.
-
5. Re: ConcurrentModificationException during JBoss 5.0.1.GA st
chubinator Nov 23, 2009 11:24 PM (in response to sannegrinovero)FYI: I just came across this error using JBoss 5.1.0.GA:
2009-11-23 23:19:01,682 ERROR [STDERR] (AOPListner) Exception in thread "AOPListner" 2009-11-23 23:19:01,683 ERROR [STDERR] (AOPListner) java.util.ConcurrentModificationException 2009-11-23 23:19:01,683 ERROR [STDERR] (AOPListner) at java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:744) 2009-11-23 23:19:01,683 ERROR [STDERR] (AOPListner) at java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:777) 2009-11-23 23:19:01,683 ERROR [STDERR] (AOPListner) at org.jboss.aop.AspectManager.getAdvisors(AspectManager.java:537) 2009-11-23 23:19:01,683 ERROR [STDERR] (AOPListner) at org.jboss.console.plugins.AOPLister$RefreshPoller.run(AOPLister.java:891)
-
6. Re: ConcurrentModificationException during JBoss 5.0.1.GA st
andrewboyd Sep 14, 2012 8:38 AM (in response to chubinator)Hi All,
It is now 2013 and I'm running jboss-5.1.0.GA and I am getting the same exception with the same line numbers:
2012-09-13 16:53:24,379 ERROR [STDERR] (AOPListner) Exception in thread "AOPListner"
2012-09-13 16:53:24,409 ERROR [STDERR] (AOPListner) java.util.ConcurrentModificationException
2012-09-13 16:53:24,409 ERROR [STDERR] (AOPListner) at java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:762)
2012-09-13 16:53:24,409 ERROR [STDERR] (AOPListner) at java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:795)
2012-09-13 16:53:24,409 ERROR [STDERR] (AOPListner) at org.jboss.aop.AspectManager.getAdvisors(AspectManager.java:537)
2012-09-13 16:53:24,409 ERROR [STDERR] (AOPListner) at org.jboss.console.plugins.AOPLister$RefreshPoller.run(AOPLister.java:891)
If anyone knows a work around that would be helpful.
Thanks,
Andrew
-
7. Re: ConcurrentModificationException during JBoss 5.0.1.GA st
m-b Jun 6, 2013 7:17 PM (in response to andrewboyd)I ran into the same error message as above (except date and time :-)) with the same JBoss version
-
8. Re: ConcurrentModificationException during JBoss 5.0.1.GA st
m-b Jun 7, 2013 9:41 AM (in response to m-b)I found my mistake: I had to use the JBoss version with JDK6 (I usesd the other one).