I'm trying to use the latest corenlp jar (v. 1.2), running the latest stardog image (7.3.0) through docker. I am passing the environment variable STARDOG_EXT=/var/opt/stardog/ext (where I've stored the file) when I first run command line. When I do this I get the error:
docker run -it -v ~/stardog-home/:/var/opt/stardog -p 5820:5820 --env STARDOG_EXT=/var/opt/stardog/ext stardog/stardog
Waiting for running tasks to complete...done. Executor service has been shut down.
Stardog server 7.3.0 shutdown on Tue May 19 18:00:41 UTC 2020.
When I don't pass the environment variable stardog runs fine and I can use the other rdf extractors, so I'm thinking its the corenlp jar file. Is there modifications I need to do to be able to utilize corenlp?