Closed infinitespace closed 9 years ago
Dear @raphaelhoffmann
I cloned from 'netj-view-scripts-cleanup' branch and when I run setup.sh, every time I got this error:
... [error] Server access Error: Unexpected end of file from server url=https://repo1.maven.org/maven2/edu/stanford/nlp/stanford-corenlp/3.5.2/stanford-corenlp-3.5.2-models.jar [warn] [NOT FOUND ] edu.stanford.nlp#stanford-corenlp;3.5.2!stanford-corenlp.jar (139350ms) [warn] ==== public: tried [warn] https://repo1.maven.org/maven2/edu/stanford/nlp/stanford-corenlp/3.5.2/stanford-corenlp-3.5.2-models.jar ... [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: FAILED DOWNLOADS :: [warn] :: ^ see resolution messages for details ^ :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: edu.stanford.nlp#stanford-corenlp;3.5.2!stanford-corenlp.jar [warn] :::::::::::::::::::::::::::::::::::::::::::::: sbt.ResolveException: download failed: edu.stanford.nlp#stanford-corenlp;3.5.2!stanford-corenlp.jar ... [error] (*:update) sbt.ResolveException: download failed: edu.stanford.nlp#stanford-corenlp;3.5.2!stanford-corenlp.jar [error] Total time: 214 s, completed Aug 4, 2015 10:03:12 AM ...
It seems there is something wrong with the download, thus I tried this:
wget https://repo1.maven.org/maven2/edu/stanford/nlp/stanford-corenlp/3.5.2/stanford-corenlp-3.5.2-models.jar
It shows that I can successfully download this file.
Could you give me some suggestion about how to solve this error message?
Thank a lot!
Vincent
Dear @raphaelhoffmann
I cloned from 'netj-view-scripts-cleanup' branch and when I run setup.sh, every time I got this error:
It seems there is something wrong with the download, thus I tried this:
It shows that I can successfully download this file.
Could you give me some suggestion about how to solve this error message?
Thank a lot!
Vincent