ConcurrentModificationException in Rapidminer Studio

architgarg1515
architgarg1515 New Altair Community Member
edited November 5 in Community Q&A
So there is a lab in which I work. We have got Windows server 2012 installed. There are 2 users who connect to the windows server using remote desktop. Rapidminer studio has been installed on windows server so that both users can access it. Both the users are using the same license for rapidminer studio (professional deployment). Now when we both try to run the market basket analysis template on the rapidminer studio at the same time we both get the following error :-

Exception: java.util.ConcurrentModificationException
Message: null
Stack trace:

  java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
  java.util.ArrayList$Itr.next(ArrayList.java:851)
  com.rapidminer.operator.learner.associations.AssociationRules.getAllConclusionItems(AssociationRules.java:100)
  com.rapidminer.gui.viewer.AssociationRuleFilter.<init>(AssociationRuleFilter.java:86)
  com.rapidminer.gui.viewer.AssociationRuleTableViewer.<init>(AssociationRuleTableViewer.java:61)
  com.rapidminer.gui.renderer.itemsets.AssociationRulesTableRenderer.getVisualizationComponent(AssociationRulesTableRenderer.java:50)
  com.rapidminer.gui.processeditor.results.ResultDisplayTools$1.run(ResultDisplayTools.java:134)
  com.rapidminer.gui.tools.ProgressThread$3.run(ProgressThread.java:552)
  java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  java.lang.Thread.run(Thread.java:745)

Could anyone help me figure out as to why this problem is occuring ?
Tagged:

Answers