-
Notifications
You must be signed in to change notification settings - Fork 19
Can't launch #3
Comments
Looks like one of the jars failed to build. I updated the create script to stop on the first error, so you should get a more clear error message. Can you git pull and retry 'createSmall.sh /your/dataset/location'? |
That is very strange. Can you show the output of just: I don't think you should need to sudo. All you need is network access and a directory you can write to. |
The output it's very long. I tried on two laptops and it is the same probleme. mvn clean compile package instal T E S T SRunning com.ibm.research.ai.ki.util.FileIteratorTest Results : Tests run: 71, Failures: 0, Errors: 0, Skipped: 0 [INFO] T E S T SRunning com.ibm.research.ai.ki.nlp.parse.TestGazetteerMatcher Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] |
That error is just from a typo 'instal' rather than 'install'. mvn clean compile package install |
Sorry for my misstakes. here the result of mvn clean compile package install and below the output of mvn assembly : single htsa@DESKTOP-A2917M1:/mnt/c/Users/htsa/Desktop/LIPN/cc-dbp-master$ mvn clean compile package install T E S T SRunning com.ibm.research.ai.ki.util.FileIteratorTest Results : Tests run: 71, Failures: 0, Errors: 0, Skipped: 0 [INFO] T E S T SRunning com.ibm.research.ai.ki.nlp.parse.TestGazetteerMatcher Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] htsa@DESKTOP-A2917M1:/mnt/c/Users/htsa/Desktop/LIPN/cc-dbp-master/com.ibm.research.ai.ki.kb$ mvn assembly:single |
Hello,
I have a problem, when I try to use the command createSmall
How to solve the problem ?
Thank you
The text was updated successfully, but these errors were encountered: