]
Arcadiy Ivanov closed WFLY-3654.
--------------------------------
Resolution: Rejected
My apologies. This is not a bug - I misread the command line.
Wrong process controller options in domain.sh
---------------------------------------------
Key: WFLY-3654
URL:
https://issues.jboss.org/browse/WFLY-3654
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Scripts
Affects Versions: 8.1.0.Final
Environment: Linux
aimobile-sm.servicemesh.com 3.15.6-200.fc20.x86_64 #1 SMP Fri
Jul 18 02:36:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Reporter: Arcadiy Ivanov
Assignee: Tomaz Cerar
Priority: Minor
Labels: domain, script
In domain.sh process controller is started with host controller's options:
{noformat}
# Execute the JVM in the background
eval \"$JAVA\" -D\"[Process Controller]\"
$PROCESS_CONTROLLER_JAVA_OPTS \
\"-Dorg.jboss.boot.log.file=$JBOSS_LOG_DIR/process-controller.log\" \
\"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\"
\
<snip snip snip>
\"-Dlogging.configuration=file:$JBOSS_CONFIG_DIR/logging.properties\"
\
$HOST_CONTROLLER_JAVA_OPTS \
-- \
-default-jvm \"$JAVA_FROM_JVM\" \
'"$@"' "&"
{noformat}