[jboss-jira] [JBoss JIRA] (JGRP-1972) Problem with tcp-cluster in Wildfly 8.2.1.Final

Manu Forensic (JIRA) issues at jboss.org
Thu Oct 29 06:34:00 EDT 2015


Manu Forensic created JGRP-1972:
-----------------------------------

             Summary: Problem with tcp-cluster in Wildfly 8.2.1.Final
                 Key: JGRP-1972
                 URL: https://issues.jboss.org/browse/JGRP-1972
             Project: JGroups
          Issue Type: Feature Request
            Reporter: Manu Forensic
            Assignee: Bela Ban
         Attachments: server.log, standalone-ha.xml

I´ve some problems with a cluster tcp configuration with wildfly 8.2.1.Final. This is my standalone-ha.xml (attached file).


Now when I try to start server in standalone mode:

# ./standalone.sh -c standalone-ha.xml  -b 10.10.10.1 & (server.log attached file).

It seems not starting a TCP socket in port 7600:

# netstat -nlpt|grep java

tcp        0      0 127.0.0.1:9990              0.0.0.0:*                   LISTEN      30348/java

tcp        0      0 10.10.10.1:8009           0.0.0.0:*                   LISTEN      30348/java

tcp        0      0 10.10.10.1:8080           0.0.0.0:*                   LISTEN      30348/java

 

 

However there is multicast in UDP:

 

# netstat -nlpu|grep java
udp        0      0 224.0.1.105:23364           0.0.0.0:*                               30348/java



Where is the problem?

Thank for your support
Best regards.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jboss-jira mailing list