[
https://issues.jboss.org/browse/WFCORE-1686?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-1686:
------------------------------------------
For a good fix for this we need to distinguish the true failure cases that cause
determineEnvironment to return null from the non-failure cases like --help. That should
probably be handled in determineEnvironment itself, which would mean changing its return
type.
I wouldn't be surprised if a host controller has a similar problem, although I
haven't investigated.
Standalone server logs FATAL message on --help
----------------------------------------------
Key: WFCORE-1686
URL:
https://issues.jboss.org/browse/WFCORE-1686
Project: WildFly Core
Issue Type: Bug
Components: Server
Affects Versions: 3.0.0.Alpha4
Reporter: Petr Kremensky
Assignee: Jason Greene
Attachments: WFCORE-1686.patch
{noformat}
15:07:56,793 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
{noformat}
appears at the end of help for standalone server.
*reproduce*
{noformat}
bash standalone.sh --help
{noformat}
The issues is a regression against 7.0.0
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)