Discussion:
[jboss-user] [JBoss AOP] - Re: ConcurrentModificationException during JBoss 5.0.1.GA st
Andrew Boyd
2012-09-14 12:38:24 UTC
Permalink
Andrew Boyd [https://community.jboss.org/people/AndrewBoyd] created the discussion

"Re: ConcurrentModificationException during JBoss 5.0.1.GA st"

To view the discussion, visit: https://community.jboss.org/message/759599#759599

--------------------------------------------------------------
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
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/759599#759599]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]
m-b
2013-06-06 23:03:10 UTC
Permalink
m-b [https://community.jboss.org/people/m-b] created the discussion

"Re: ConcurrentModificationException during JBoss 5.0.1.GA st"

To view the discussion, visit: https://community.jboss.org/message/821829#821829

--------------------------------------------------------------
I ran into the same error message with the same JBoss version
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821829#821829]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]
m-b
2013-06-07 13:41:16 UTC
Permalink
m-b [https://community.jboss.org/people/m-b] created the discussion

"Re: ConcurrentModificationException during JBoss 5.0.1.GA st"

To view the discussion, visit: https://community.jboss.org/message/821970#821970

--------------------------------------------------------------
I found my mistake: I had to use the JBoss version with JDK6 (I usesd the other one).
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821970#821970]

Start a new discussion in JBoss AOP at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2027]
Loading...