[jboss-jira] [JBoss JIRA] (WFCORE-4294) The xxx.conf.bat files do not set java.awt.headless=true
Marek Kopecký (Jira)
issues at jboss.org
Mon Feb 4 04:27:00 EST 2019
[ https://issues.jboss.org/browse/WFCORE-4294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13690536#comment-13690536 ]
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 at 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 at 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)
More information about the jboss-jira
mailing list