[jboss-jira] [JBoss JIRA] (AS7-3994) CLONE - Can't connect CLI to server on IPv6 address

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Mar 1 20:13:36 EST 2012


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

Brian Stansberry reassigned AS7-3994:
-------------------------------------

    Assignee: Brian Stansberry  (was: Alexey Loubyansky)

    
> CLONE - Can't connect CLI to server on IPv6 address
> ---------------------------------------------------
>
>                 Key: AS7-3994
>                 URL: https://issues.jboss.org/browse/AS7-3994
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 7.1.0.Final
>            Reporter: Rostislav Svoboda
>            Assignee: Brian Stansberry
>            Priority: Critical
>              Labels: eap6_LA
>             Fix For: 7.1.1.Final
>
>
> Server started with:
> {code}
>  bin/standalone.sh -b=::1 -bmanagement=::1 -Djava.net.preferIPv4Stack=false 
> {code}
> CLI execution attempts:
> {code}
> $ bin/jboss-cli.sh --connect command=:shutdown
>  The controller is not available at localhost:9999
>  You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
> $ bin/jboss-cli.sh --connect controller=::1 command=:shutdown
>  The port must be a valid non-negative integer: 'controller=::1'
> $ bin/jboss-cli.sh --connect controller=[::1] command=:shutdown
>  The port must be a valid non-negative integer: 'controller=[::1]'
> $ netstat -natup | grep java
> (Not all processes could be identified, non-owned process info
>  will not be shown, you would have to be root to see it all.)
> tcp        0      0 ::1:9990                    :::*                        LISTEN      21912/java          
> tcp        0      0 ::1:9999                    :::*                        LISTEN      21912/java          
> tcp        0      0 ::1:8080                    :::*                        LISTEN      21912/java          
> tcp        0      0 ::1:4447                    :::*                        LISTEN      21912/java          
> $ bin/jboss-cli.sh --connect controller=[::1]:9999 command=:shutdown
> The port must be a valid non-negative integer: 'controller=[::1]:9999'
> $ bin/jboss-cli.sh --connect controller=[::1]#9999 command=:shutdown
> The port must be a valid non-negative integer: 'controller=[::1]#9999'
> {code}

--
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