You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
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 smoothly7aa46d7
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
The text was updated successfully, but these errors were encountered: