[jboss-jira] [JBoss JIRA] (AS7-4095) mod_cluster AdvertiseListenerImpl does not take multicast-port setting into account
Michal Babacek (JIRA)
jira-events at lists.jboss.org
Thu Mar 8 05:26:36 EST 2012
[ https://issues.jboss.org/browse/AS7-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michal Babacek updated AS7-4095:
--------------------------------
Description:
The undermentioned configuration with the current *master* *{color:green}89daec9{color}*:
{code:lang=xml}
+++
<socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
+++
<socket-binding name="modcluster" port="0" multicast-address="224.0.1.105" multicast-port="6666"/>
+++
</socket-binding-group>
+++
{code}
does not affect the actual port the mod_cluster is looking for advertisement:
{code}
05:11:22,295 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-4) Listening to proxy advertisements on 224.0.1.105:23364
{code}
was:
The undermentioned configuration:
{code:lang=xml}
+++
<socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
+++
<socket-binding name="modcluster" port="0" multicast-address="224.0.1.105" multicast-port="6666"/>
+++
</socket-binding-group>
+++
{code}
does not affect the actual port the mod_cluster is looking for advertisement:
{code}
05:11:22,295 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-4) Listening to proxy advertisements on 224.0.1.105:23364
{code}
> mod_cluster AdvertiseListenerImpl does not take multicast-port setting into account
> -----------------------------------------------------------------------------------
>
> Key: AS7-4095
> URL: https://issues.jboss.org/browse/AS7-4095
> Project: Application Server 7
> Issue Type: Bug
> Affects Versions: 7.1.1.Final
> Reporter: Michal Babacek
> Assignee: Michal Babacek
>
> The undermentioned configuration with the current *master* *{color:green}89daec9{color}*:
> {code:lang=xml}
> +++
> <socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
> +++
> <socket-binding name="modcluster" port="0" multicast-address="224.0.1.105" multicast-port="6666"/>
> +++
> </socket-binding-group>
> +++
> {code}
> does not affect the actual port the mod_cluster is looking for advertisement:
> {code}
> 05:11:22,295 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-4) Listening to proxy advertisements on 224.0.1.105:23364
> {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