Update zing_jre.rb - #1005
Conversation
Fix to address : ERR bash: -Djava.io.tmpdir=temp_dir: No such file or directory
|
It looks like this change would disable the logic here as well as disabling the flag that replaces the function of the JVMKill Agent which was not added to this JRE implementation. The error in your description indicates an issue with the temp directory which, as per the link above, is set to the value of |
|
Hi David, |
|
The change to I expect the error You could test this by setting JAVA_OPTS manually, e.g. |
|
Here is the error log |
|
This is the error after changing to It seems to mess up the default start command and tries to run the java options as commands after setting the JAVA_OPTS variable (fails on the first one at I think the expected command would look something like this Commenting out |
|
|
Thanks Samuel for making the change - #1008 |
Fix to address : ERR bash: -Djava.io.tmpdir=temp_dir: No such file or directory