[jboss-jira] [JBoss JIRA] (WFLY-3654) Wrong process controller options in domain.sh

Arcadiy Ivanov (JIRA) issues at jboss.org
Tue Jul 22 05:47:29 EDT 2014


Arcadiy Ivanov created WFLY-3654:
------------------------------------

             Summary: 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


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}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list