stardog-union / pellet

Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
http://clarkparsia.com/pellet
Other
302 stars 153 forks source link

Error: Unable to access jarfile lib/pellet-cli.jar #17

Open Ev3rlasting opened 9 years ago

Ev3rlasting commented 9 years ago

I am using the release version 2.3.1 of Pellet Follow the Wiki FAQ Run ./pellet.sh under Mac OS 10.10.2, error message shown as: Unable to access jarfile lib/pellet-cli.jar

KMax commented 9 years ago

Hi, I also just tried to run ./pellet.sh from the release zip, but it looks like the zip contains only source codes without prepared jars.

Then I tried to build the project from sources using Ant and Maven, but without any success. I get the following error message:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project pellet-core: Compilation failure
[ERROR] /home/kolchinmax/RnD/pellet/core/src/main/java/org/mindswap/pellet/utils/MultiValueMap.java:[70,20] name clash: remove(K,V) in org.mindswap.pellet.utils.MultiValueMap and remove(java.lang.Object,java.lang.Object) in java.util.HashMap have the same erasure, yet neither overrides the other
gatemezing commented 9 years ago

Hi, having same issue here "unable to access jafile lib\pellet-cli.jar on Windows using pellet.bat. Where can we have the binaries?

gatemezing commented 8 years ago

Solution: After downloading, launch "ant" on the directory containing build.xml file. Then go to /dist directory. And from there, you could be able to use/run pellet.bat or pellet.sh. HTH /cc @KMax

gherson commented 8 years ago

Launching "ant" no longer seems to work: I got missing "lib" and "owlapiv3" folders and other errors. "mvn install" also failed. But downloading the needed Pellet .jar's from https://semtools.ecoinformatics.org/repository/dev/sms/lib apparently worked. On Windows 7.

soheilrk commented 5 years ago

Hello everybody,

I still have a problem with the jar files and cannot use the libraries. I would like to use pellet for Jena. unfortunately, the server and website are down: http://clarkparsia.com/pellet and there is no way to ask for any tutorial. My Would be grateful to receive some advice or at least one contact that I can ask my question. thanks