java.util.ConcurrentModificationException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Kuali JIRA by Eric Westfall, 1 year ago
via Kuali JIRA by Eric Westfall, 2 years ago
via Sonatype JIRA by Marvin Herman Froeder, 1 year ago
via Sonatype JIRA by Unknown author, 1 year ago
via Sonatype JIRA by Marvin Herman Froeder, 2 years ago
via Oracle Community by 807607, 1 year ago
java.util.ConcurrentModificationException:
at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
at java.util.AbstractList$Itr.next(AbstractList.java:420)
at org.kuali.rice.resourceloader.ResourceLoaderContainer.start(ResourceLoaderContainer.java:51)
at org.kuali.rice.resourceloader.GlobalResourceLoader.start(GlobalResourceLoader.java:65)
at org.kuali.rice.resourceloader.RootResourceLoaderLifecycle.start(RootResourceLoaderLifecycle.java:40)
at org.kuali.rice.lifecycle.BaseCompositeLifecycle.start(BaseCompositeLifecycle.java:33)
at org.kuali.rice.config.RiceConfigurer.start(RiceConfigurer.java:78)
at edu.iu.uis.eden.clientapp.WorkflowDocument.initializeBus(WorkflowDocument.java:178)
at edu.iu.uis.eden.clientapp.WorkflowDocument.getWorkflowDocumentActions(WorkflowDocument.java:161)
at edu.iu.uis.eden.clientapp.WorkflowDocument.getDocumentContent(WorkflowDocument.java:210)
at org.kuali.rice.loadtests.RouteDocumentTest.runKewTest(RouteDocumentTest.java:20)
at org.kuali.rice.loadtests.KewLoadTestBase.runTest(KewLoadTestBase.java:105)
at org.apache.jmeter.protocol.java.sampler.JavaSampler.sample(JavaSampler.java:165)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:298)
at java.lang.Thread.run(Thread.java:613)