To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

" Java Heap Space" error

Dear developing team of ProM,

I am running Multipercepective Process Explorer plugin using ProM 6.10. While running the precision/fitness mode of MPE for the event log with large number of events (but not many cases), I am getting the error of Java heap space. Below is the debug information. 

Petri Net is constructed using Heuristic miner and auto-mapping (event name with Life Cycle Transitions) is used. Kindly assist. 



Debug information is as follows:
_____________________________________
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at javax.swing.SwingWorker.get(SwingWorker.java:602)
at org.processmining.dataawareexplorer.explorer.action.ComputeAlignmentAction$2.done(ComputeAlignmentAction.java:147)
at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
at javax.swing.Timer.fireActionPerformed(Timer.java:313)
at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.OutOfMemoryError: Java heap space
___________________

Comments

  • Hi,

    This means that ProM ran out of memory. Using the ProM Package Manager, you can set the amount of memory available to ProM. You can try to increase this amount, and then try again. Note however that the plug-in may just require more memory than is available on your machine. Theonly thing that then helps is reducing the size of the problem, that is, to reduce the complexity of the inputs somehow.

    If the maximum is about 1 GB, then chances are that you are using a 32 bit OS or a 32 bit version of Java. In case of the latter, installing a 64 bit version of Java could help.

    Kind regards,
    Eric.
Sign In or Register to comment.