-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lpsolve - NoClassDefFoundError #41
Comments
So, it works again ! I cannot tell you what I did because I don't know?? I am happy it works though :-) |
Maybe simple restart of my mac? |
Hahaha well... not ideal, but if someone else has this same problem please let me know |
it still appears, see issue #43 |
I've tested this on my macbook (from the source code) and i can not reproduce the error, lpsolve just works. |
It seems that for the other student that had the problem, restarting also did the trick. |
Restarting my notebook has so far always 'fixed' this issue. Just had it again |
I have the same problem, and I just restart my mac and problem is gone! I have no idea about this! |
I stumble upon the problem and I reporduce it each time I run a "Conformance Checking" componant (MXML LegacyClassifier selected, the only option though). |
HI, I'm having this problem too. It's combined with a lot of other errors in the rapidprom extention: Using the ILP Miner gives: org.processmining.lpengines.factories.LPEngineFactory.createLPEngine(LPEngineFactory.java:18) Using the alpha miner on classic gives: org.processmining.acceptingpetrinet.models.impl.AcceptingPetriNetFactory.createAcceptingPetriNet(AcceptingPetriNetFactory.java:40) Cause java.net.URLClassLoader.findClass(URLClassLoader.java:381) Using the conformance checker on ILP replayer: nl.tue.astar.util.ilp.SparseLPMatrix$LPSOLVE.toSolver(SparseLPMatrix.java:27) Reinstalled everything, cleared caches, restarted everything. Kinda out of ideas. Hope you can help. edit: forgot this one java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) |
I am trying to run the ILP algorithm through RapidProM Extension 4.0.1 on a Mac OS 10.11.6 (El Capitan).
I reinstalled the RapidProM extension through the marketplace of the RapidMiner Studio.
It ran one day after initial installation. I did not do anything strange after that except clean my download folder and bin (??). Although I do not think this is the problem.
Exception: java.lang.NoClassDefFoundError
Message: Could not initialize class org.processmining.lpengines.implementations.LPEngineLpSolveImpl
Stack trace:
org.processmining.lpengines.factories.LPEngineFactory.createLPEngine(LPEngineFactory.java:18)
org.processmining.lpengines.factories.LPEngineFactory.createLPEngine(LPEngineFactory.java:10)
org.processmining.hybridilpminer.plugins.HybridILPMinerPlugin.mine(HybridILPMinerPlugin.java:97)
org.rapidprom.operators.discovery.ILPMinerOperator.doWork(ILPMinerOperator.java:68)
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: