[jboss-jira] [JBoss JIRA] (WFLY-2970) CLI doesn't return actual runtime configuration
David Ehle (JIRA)
issues at jboss.org
Tue Feb 25 11:57:48 EST 2014
[ https://issues.jboss.org/browse/WFLY-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12947992#comment-12947992 ]
David Ehle commented on WFLY-2970:
----------------------------------
I am the customer :) so I wanted to make a quick update/correction - We are using JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) according to the boot log... Does that mean this should be fixed in my version?
If so, should we re-open this item?
Thanks!
David.
> CLI doesn't return actual runtime configuration
> -----------------------------------------------
>
> Key: WFLY-2970
> URL: https://issues.jboss.org/browse/WFLY-2970
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: CLI
> Affects Versions: JBoss AS7 7.1.1.Final
> Reporter: Debbie Steigner
> Assignee: Alexey Loubyansky
> Fix For: JBoss AS7 7.2.0.Final
>
>
> If you start your server with -u commandline argument to bind your jgroups-udp to another IP (i.e. 230.0.0.13), the boot.log shows jboss.default.multicast.address = 230.0.0.13
> but if you read the resource via jboss-cli it shows just the default that is set in the standalone-ha.xml. Is there a way to get the actual value via jboss-cli? or is this a bug?
> [standalone at 127.0.0.1:9999 /] /socket-binding-group=standard-sockets/socket-binding=jgroups-udp:read-resource(include-runtime=true)
> {
> "outcome" => "success",
> "result" => {
> "bound" => false,
> "bound-address" => undefined,
> "bound-port" => undefined,
> "client-mappings" => undefined,
> "fixed-port" => false,
> "interface" => undefined,
> "multicast-address" => expression "${jboss.default.multicast.address:230.0.0.4}",
> "multicast-port" => 45688,
> "name" => "jgroups-udp",
> "port" => 55200
> }
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list