[jboss-jira] [JBoss JIRA] (AS7-2141) Attribute socket-binding-port-offset for server-group cannot be set to 0

Rostislav Svoboda (Created) (JIRA) jira-events at lists.jboss.org
Tue Oct 18 08:47:45 EDT 2011


Attribute socket-binding-port-offset for server-group cannot be set to 0
------------------------------------------------------------------------

                 Key: AS7-2141
                 URL: https://issues.jboss.org/browse/AS7-2141
             Project: Application Server 7
          Issue Type: Bug
          Components: CLI, Domain Management
    Affects Versions: 7.1.0.Alpha1
            Reporter: Rostislav Svoboda
            Assignee: Brian Stansberry
             Fix For: 7.1.0.CR1


Issue met when invoking these operations in CLI:

/server-group=main-server-group:write-attribute(name="socket-binding-port-offset", value=100)
/host=master/server-config=server-one:restart
/server-group=main-server-group:write-attribute(name="socket-binding-port-offset", value=0)
{
    "outcome" => "failed",
    "failure-description" => {"domain-failure-description" => "0 is an invalid value for parameter socket-binding-port-offset. A minimum value of 1 is required"},
    "rolled-back" => true
}

In standard distribution there is no port offset defined for /server-group=main-server-group.

Tested with latest build from source codes pulled on 2011-10-18.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list