[
https://issues.jboss.org/browse/WFCORE-4294?page=com.atlassian.jira.plugi...
]
Marek Kopecký commented on WFCORE-4294:
---------------------------------------
I'm not able to reproduce original issue from WFLY-4270. Anyway, sh + bat + ps1
scripts should be unified, but java.awt.headless is used just in sh:
{noformat}
[mkopecky@dhcp-10-40-5-71 bin]$ grep -Ri java.awt.headless
domain.conf: JAVA_OPTS="$JAVA_OPTS
-Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true"
appclient.conf: JAVA_OPTS="$JAVA_OPTS
-Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true"
standalone.conf: JAVA_OPTS="$JAVA_OPTS
-Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true"
[mkopecky@dhcp-10-40-5-71 bin]$
{noformat}
The xxx.conf.bat files do not set java.awt.headless=true
--------------------------------------------------------
Key: WFCORE-4294
URL:
https://issues.jboss.org/browse/WFCORE-4294
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Affects Versions: 8.0.0.Beta3
Reporter: Brian Stansberry
Priority: Major
The standalone.conf and domain.comf files include -Djava.awt.headless=true in the default
JAVA_OPTS but its not there in the Windows scripts.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)