Hi,

We have one module in which we store some data in Distributed state for each request 
and  which is removed by some other process. Under heavy load when I click on 
listcontent() (jmx-console for DistributedState MBean) button to see the distibuted 
state content it gives me the below error:

RuntimeMBeanException: RuntimeException in MBean operation 'listContent()'
Cause: java.util.ConcurrentModificationException
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:299)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
        at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:229)
        at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:195)
        at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:241)
        at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
        at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:61)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


Thanks,
monu

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828663


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to