You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello . i have the error when i try to run algorithms ILP Miner, Inductive ,and heuristics miner. I have read a few post related to this error but the solns cant work for me. below are details of the error. The problem seems to be on the Conformance checking operator.
________________________________
From: S.J. van Zelst <notifications@github.com>
Sent: Friday, March 10, 2017 1:28:49 PM
To: rapidprom/rapidprom-source
Cc: misabiiti; Author
Subject: Re: [rapidprom/rapidprom-source] Could not Initialize class lpsolve.Lpsolve (#47)
Hi,
Could you please indicate what version you are using of RapdiMiner and RapidProM?
kind regards,
Bas.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#47 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AY_SgmTYPv7CTlgPjiV8noG_Ubte88gOks5rkUIBgaJpZM4MTckr>.
Hello . i have the error when i try to run algorithms ILP Miner, Inductive ,and heuristics miner. I have read a few post related to this error but the solns cant work for me. below are details of the error. The problem seems to be on the Conformance checking operator.
https://www.dropbox.com/sh/2ghajwtmznal7j6/AACmtedL_3QpuCqzhSJkcwqWa?dl=0
Exception: java.lang.NoClassDefFoundError
Message: Could not initialize class lpsolve.LpSolve
Stack trace:
nl.tue.astar.util.ilp.SparseLPMatrix$LPSOLVE.toSolver(SparseLPMatrix.java:27)
nl.tue.astar.util.ilp.LPMatrix$SPARSE$LPSOLVE.toSolver(LPMatrix.java:44)
nl.tue.astar.util.ilp.SparseLPMatrix$LPSOLVE.toSolver(SparseLPMatrix.java:18)
org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate.(AbstractPILPDelegate.java:249)
org.processmining.plugins.astar.petrinet.impl.PILPDelegate.(PILPDelegate.java:87)
org.processmining.plugins.astar.petrinet.impl.PILPDelegate.(PILPDelegate.java:60)
org.processmining.plugins.astar.petrinet.PetrinetReplayerWithILP.getDelegate(PetrinetReplayerWithILP.java:62)
org.processmining.plugins.astar.petrinet.PetrinetReplayerWithILP.getDelegate(PetrinetReplayerWithILP.java:20)
org.processmining.plugins.astar.petrinet.AbstractPetrinetReplayer.replayLog(AbstractPetrinetReplayer.java:427)
org.rapidprom.operators.conformance.ConformanceAnalysisOperator.getAlignment(ConformanceAnalysisOperator.java:328)
org.rapidprom.operators.conformance.ConformanceAnalysisOperator$ALIGNMENT_CALCULATOR.call(ConformanceAnalysisOperator.java:241)
org.rapidprom.operators.conformance.ConformanceAnalysisOperator$ALIGNMENT_CALCULATOR.call(ConformanceAnalysisOperator.java:223)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
java.lang.Thread.run(Thread.java:745)
java.util.concurrent.FutureTask.report(FutureTask.java:122)
java.util.concurrent.FutureTask.get(FutureTask.java:206)
org.rapidprom.operators.util.FutureRapidProM.get(FutureRapidProM.java:42)
com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:130)
org.rapidprom.operators.conformance.ConformanceAnalysisOperator.doWork(ConformanceAnalysisOperator.java:206)
com.rapidminer.operator.Operator.execute(Operator.java:1005)
com.rapidminer.operator.execution.SimpleUnitExecutor.execute(SimpleUnitExecutor.java:77)
com.rapidminer.operator.ExecutionUnit$3.run(ExecutionUnit.java:812)
com.rapidminer.operator.ExecutionUnit$3.run(ExecutionUnit.java:807)
java.security.AccessController.doPrivileged(Native Method)
com.rapidminer.operator.ExecutionUnit.execute(ExecutionUnit.java:807)
com.rapidminer.operator.meta.ParameterIteratingOperatorChain.executeSubprocess(ParameterIteratingOperatorChain.java:262)
com.rapidminer.operator.meta.ParameterIteratingOperatorChain.getPerformanceVector(ParameterIteratingOperatorChain.java:305)
com.rapidminer.operator.meta.ParameterIteration.evaluateParameterSet(ParameterIteration.java:230)
com.rapidminer.operator.meta.ParameterIteration.doWork(ParameterIteration.java:189)
com.rapidminer.operator.Operator.execute(Operator.java:1005)
com.rapidminer.operator.execution.SimpleUnitExecutor.execute(SimpleUnitExecutor.java:77)
com.rapidminer.operator.ExecutionUnit$3.run(ExecutionUnit.java:812)
com.rapidminer.operator.ExecutionUnit$3.run(ExecutionUnit.java:807)
java.security.AccessController.doPrivileged(Native Method)
com.rapidminer.operator.ExecutionUnit.execute(ExecutionUnit.java:807)
com.rapidminer.operator.OperatorChain.doWork(OperatorChain.java:428)
com.rapidminer.operator.Operator.execute(Operator.java:1005)
com.rapidminer.Process.run(Process.java:1205)
com.rapidminer.Process.run(Process.java:1101)
com.rapidminer.Process.run(Process.java:1054)
com.rapidminer.Process.run(Process.java:1049)
com.rapidminer.Process.run(Process.java:1039)
com.rapidminer.gui.ProcessThread.run(ProcessThread.java:65)
The text was updated successfully, but these errors were encountered: