Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Hazelcast tcp based cluster stopped working after upgrade from 3.8.2 to 3.9.3

$
0
0

Hi,

 

I just upgraded Openfire from 3.8.2 to 3.9.3, then upgraded all plugins. After server restart, the cluster stoped working - all nodes now see only themself. I tried many tweaks and spend about a day trying to make it work again, but without success.

 

I just have 2 nodes on 2 computers, there is no firewall between them.

 

The configuration is simple:

 

<hazelcast xsi:schemaLocation="http://www.hazelcast.com/schema/config hazelcast-config-3.1.xsd"

           xmlns="http://www.hazelcast.com/schema/config"

           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <group>

        <name>openfire</name>

        <password>openfire</password>

    </group>

    <management-center enabled="false"/>

    <network>

        <port auto-increment="true">5701</port>

        <join>

            <multicast enabled="false">

                <multicast-group>224.2.2.3</multicast-group>

                <multicast-port>54327</multicast-port>

            </multicast>

            <tcp-ip enabled="true">

                <member>192.168.129.79</member>

                <member>192.168.162.197</member>

            </tcp-ip>

            <aws enabled="false"/>

        </join>

        <interfaces enabled="false"/>

        <ssl enabled="false" />

        <socket-interceptor enabled="false" />

        <symmetric-encryption enabled="false">

.....

 

 

Is there anybody to whom is tcp based configuration with Hazelcast in 3.9.3 working?


Thanks,

 

Jindrich


Viewing all articles
Browse latest Browse all 10742

Trending Articles