Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1802

Invalid option error for --pc-address and --pc-port with domain.sh

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Alpha1
    • 7.0.1.Final
    • Scripts
    • None

    Description

      There is issue with resolving --pc-address and --pc-port options. Character '=' is not expected after these options.

      org.jboss.as.host.controller.Main contains
      } else if (CommandLineConstants.INTERPROCESS_PC_PORT.equals(arg)) {
      ...
      } else if (CommandLineConstants.INTERPROCESS_PC_ADDRESS.equals(arg)) {

      So when I specify '--pc-address 10.34.3.15' it continues to start AS7 properly.

      NOTE: there is typo in ProcessMessages (org.jboss.as.process) change '%n' to '\n' on line 41.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: