Illumin80
Results
2
comments of
Illumin80
I have the same issue. I build this dockerfile: ``` #Use an Ubuntu base image FROM ubuntu:latest #Update packages RUN apt-get update #Install Java RUN apt-get install -y default-jre #Install...
Update: I found a temporary workaround: It seems, that the [line that throws the exception](https://github.com/stanfordnlp/CoreNLP/blob/main/src/edu/stanford/nlp/pipeline/StanfordCoreNLPServer.java#L1619) is trying to open the .jks file with the hard coded password "corenlp" This means...