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
Describe the bug
The server.bat script on Windows does not reset the JVM_TEMP_OPTIONS environment variable. Thus there are scenarios, where incorrect information can be cached.
Steps to Reproduce
Set jvm.options in /shared folder with a large jvm string.
Set jvm.options in /server folder with a large jvm string.
Expected behavior
The contents of the JVM_TEMP_OPTIONS variable should be cleared, re-read and built from the jvm.options files for each execution of the script.
Diagnostic information:
OpenLiberty Version: 20.0.0.1
The text was updated successfully, but these errors were encountered:
hlhoots
added
the
bug
This bug is not present in a released version of Open Liberty
label
Jan 6, 2020
Describe the bug
The server.bat script on Windows does not reset the JVM_TEMP_OPTIONS environment variable. Thus there are scenarios, where incorrect information can be cached.
Steps to Reproduce
Expected behavior
The contents of the JVM_TEMP_OPTIONS variable should be cleared, re-read and built from the jvm.options files for each execution of the script.
Diagnostic information:
The text was updated successfully, but these errors were encountered: