Open munkeyt opened 6 years ago
Sorry for the delay.
Do we a favor:
Try this and tell me what do you see in the output of each of the following commands:
> mvn install -Dmaven.test.skip=true
> mvn compile
If both are successfull, give another try to the external annotators' script.
I faced the same problem. After running those two commands I got a different error:
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project illinois-external-annotators: An exception occured while executing the Java class. File is already opened and is locked: annotation-cache
All I had to do was remove the file and external annotators' script worked.
Cool. I hope it works fine for you now.
I have successfully launched the CogCompNLP annotation server according to your instructions but I am facing some problems launching the external annotation server. It throws the error below:
It seems to have problem finding some object classes. Is there anything missing?