Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-5967

Duplicate arguments for Process Controller command line launcher

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • None
    • Launcher
    • None
    • Hide

      1. Launch a domain: $WFLY/bin/domain.sh
      2. ps -fea | grep "Process Controller"
      3. Verify there is a double "-mp" argument

      Show
      1. Launch a domain: $WFLY/bin/domain.sh 2. ps -fea | grep "Process Controller" 3. Verify there is a double "-mp" argument

      The module path argument is duplicated on the Process Controller launcher command. It is harmless since JBoss Modules will pick up the first one and the value of each argument is the same.

            [WFCORE-5967] Duplicate arguments for Process Controller command line launcher

            Bug rejected, this second argument is expected by the Process Controller main method, so it is intentional.

            https://github.com/wildfly/wildfly-core/blob/main/process-controller/src/main/java/org/jboss/as/process/Main.java#L180-L185

            Yeray Borges Santana added a comment - Bug rejected, this second argument is expected by the Process Controller main method, so it is intentional. https://github.com/wildfly/wildfly-core/blob/main/process-controller/src/main/java/org/jboss/as/process/Main.java#L180-L185

              yborgess1@redhat.com Yeray Borges Santana
              yborgess1@redhat.com Yeray Borges Santana
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: