-
Bug
-
Resolution: Done
-
Major
-
7.2.9.GA, 7.3.x, 7.4.0.GA
-
None
-
False
-
False
-
-
-
-
-
-
+
-
undefined
-
-
The "standalone.bat" can handle "JAVA_OPTS" incorrectly. For example, when the escaped pipe "^|" value is specified in "-Dhttp.nonProxyHosts" for configuring multiple hosts.
If updating "standalone.bat" like [TO BE], EAP can be started.
As there are some references to "JAVA_OPTS" variable in "standalone.bat", please review them to prevent similar events like this ticket.
[AS IS]
253 if not errorlevel == 1 (
254 set "JAVA_OPTS=%JAVA_OPTS% !TMP_PARAM!"
255 )
[TO BE]
253 if not errorlevel == 1 (
254 set "!JAVA_OPTS! !TMP_PARAM!"
255 )
- is cloned by
-
WFCORE-5546 "JAVA_OPTS" is not correctly set in standalone.bat
- Closed
- is incorporated by
-
JBEAP-22255 (7.4.z) Upgrade WildFly Core from 15.0.4.Final-redhat-00001 to 15.0.5.Final-redhat-00001
- Closed