-
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
UnstaisfiedLinkError: no lpsolve55 in java.libary.path #44
Comments
Most simplest form with just a 'Conformance Check' also fails: |
I was able to reproduce this error. |
Hi Dennis, I noticed that the Petri net was generated using the "event name + lifecycle" classifier (the transition names end with a "+") Please discover the model and then do conformance checking using the same classifier. Please let me know if it works for you as well. Cheers, Alfredo. |
Hi Dennis, I see two ways to fix it.
Let me know how it goes. Cheers, |
The silent change of classifier in the conformance module does not happen anymore but it still crashed. Reinstalling everything did not change anything. Also all clasifiers that are used for classification seem to be present in the logs. I tried both proposals:
I include all intermediate steps for the last run once more here: https://www.dropbox.com/s/g9qdevd57upztxi/complete.zip?dl=0 |
It really seems like a rapid miner problem as prom has no problems with the exact same dataset and same analysis. The error is now the same as in #41 |
merged to #41 |
After importing an external process (https://www.dropbox.com/s/w598mgvlcfy7lvi/UnstisfiedLinkError.zip?dl=1) to a empty project, and setting up the right directories in the macro's and loops i get to following error when trying to execute the 'Conformance Checking' block:
Exception: java.lang.NoClassDefFoundError
Message: Could not initialize class lpsolve.LpSolve
(full stacktrace is in the zip)
I'm using RapidMiner Studio 7.3.001 rev: c1afdd platform: WIN64
with RapidProM 4.0.1
on W10Pro 64bit version 1607 with Java 1.8.0_51 (64 bit)
Reinstallation of RapidMiner did not fix it
Removing my ~.RapidMiner folder and reinstalling RapidProm also did not fix it
Rebooting my PC also did not fix it
The text was updated successfully, but these errors were encountered: