[jboss-jira] [JBoss JIRA] Created: (AS7-1802) Invalid option error for --pc-address and --pc-port with domain.sh

Rostislav Svoboda (JIRA) jira-events at lists.jboss.org
Tue Sep 13 10:01:30 EDT 2011


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

                 Key: AS7-1802
                 URL: https://issues.jboss.org/browse/AS7-1802
             Project: Application Server 7
          Issue Type: Bug
    Affects Versions: 7.0.1.Final
            Reporter: Rostislav Svoboda
            Assignee: Brian Stansberry


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list