-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
@jkuan1 submitted a PR to disable ChemSpider. He also fixed an issue with RESULTS_FOLDER = System.getProperty("java_io_tmpdir"); that didn't work, so he hardcoded /tmp and things worked smoothly
7aa46d7
I still haven't found why that is necessary when running in the embedded tomcat server.
I tried asking what the java process thinks its tmpdir would be: jinfo PROCESSID | grep "java.io.tmpdir"
and it says java.io.tmpdir=/tmp.
I also tried supplying java -Djava.io.tmpdir=/tmp -Dserver.port=8090 -jar MetFragRest-2.5.0.jar
to no avail. Running on openjdk 11.0.18 2023-01-17.
For now, I am using Justin's workaround.
Yours,
Steffen
Metadata
Metadata
Assignees
Labels
No labels