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

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Sep 13 15:58:26 EDT 2011


     [ https://issues.jboss.org/browse/AS7-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated AS7-1802:
----------------------------------

    Fix Version/s: 7.1.0.Alpha1
      Component/s: Scripts


> 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
>          Components: Scripts
>    Affects Versions: 7.0.1.Final
>            Reporter: Rostislav Svoboda
>            Assignee: Brian Stansberry
>             Fix For: 7.1.0.Alpha1
>
>
> 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