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

Hazelcast Clustering and 2 Nodes

$
0
0

Hello everyone,

 

I am having a rough time trying to get this working right. Here is my setup:

IM01 (192.168.70.71 (Primary NIC) 192.168.70.73 (Microsoft NLB (Private)))

IM02 (192.168.70.72 (Primary NIC) 192.168.70.74 (Microsoft NLB (Private)))

NLB Cluster (192.168.70.75)

OpenFire 3.8.0

HazelCast 1.0.4 (Downloaded using the OpenFire Plugin Menu)

 

As noted above, I have two NICs per server. Both servers are virtual.

 

Both have Microsoft Network Load Balancing setup to share their Private NIC to create the NLB Cluster. Both NLBs are configured to use Multicasting as there are issues with Unicast and VMWare vitualization. I want the NLB cluster IP (192.168.70.75) to be the address that the end users connect to to connect to the IM Cluster. The obvious reason is to allow redundant IM servers with one address for the users to connect to. If a serer goes down, no big deal the IM server is still up.

 

With that being said, my current setup (hazelcast-cache-config.xml) is:

IM01:

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

        <join>

            <multicast enabled="false"> <!-- Used for multicasting auto detection. -->

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

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

            </multicast>

            <tcp-ip enabled="true"> <!-- Used for Direct TCP traffic to other nodes. -->

                <hostname>IM01</hostname>

                <hostname>IM02</hostname>

                <interface>192.168.70.73</interface>

                <interface>192.168.70.74</interface>

            </tcp-ip>

            <aws enabled="false"/> <!-- Used for EC2 Auto Discovery -->

        </join>

        <interfaces enabled="true">

            <interface>192.168.70.73</interface>

            <public-address>192.168.70.75</public-address>

        </interfaces>

 

IM02:

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

        <join>

            <multicast enabled="false"> <!-- Used for multicasting auto detection. -->

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

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

            </multicast>

            <tcp-ip enabled="true"> <!-- Used for Direct TCP traffic to other nodes. -->

                <hostname>IM01</hostname>

                <hostname>IM02</hostname>

                <interface>192.168.70.73</interface>

                <interface>192.168.70.74</interface>

            </tcp-ip>

            <aws enabled="false"/> <!-- Used for EC2 Auto Discovery -->

        </join>

        <interfaces enabled="true">

            <interface>192.168.70.74</interface>

            <public-address>192.168.70.75</public-address>

        </interfaces> 

 

As you can see, I have both IM01 & IM02 pointed to their NLB interface and the public address is the NLB cluster address.

 

I get the following in the OpenFire window. Clustering isn't working. When IM01 is online the user can connect to 192.168.70.75. Even if IM02 is online, the user can't connect when IM01 is offline. The Clustering page on the OpenFire admin console only shows the respective server, not both servers.

 

Here is the OpenFire text (Note the red text. The blue text shows it has started.):

IM01 (When IM02 is offline)

Openfire 3.8.0 [Feb 22, 2013 9:04:00 AM]

Admin console listening at:

  http://im:9090

  https://im:9091

Starting Client Control Plugin

Starting Monitoring Plugin

Starting Hazelcast Clustering Plugin

Feb 22, 2013 9:04:06 AM com.hazelcast.config.ClasspathXmlConfig

INFO: Configuring Hazelcast from 'hazelcast-cache-config.xml'.

Feb 22, 2013 9:04:07 AM com.hazelcast.impl.AddressPicker

INFO: Resolving domain name 'IM01' to address(es): [192.168.70.71, 192.168.70.73, 192.168.70.75]

Feb 22, 2013 9:04:12 AM com.hazelcast.impl.AddressPicker

INFO: Resolving domain name 'IM02' to address(es): [192.168.70.72]

Feb 22, 2013 9:04:12 AM com.hazelcast.impl.AddressPicker

INFO: Interfaces is enabled, trying to pick one address matching to one of: [IM01/192.168.70.73]

Feb 22, 2013 9:04:12 AM com.hazelcast.impl.AddressPicker

INFO: Prefer IPv4 stack is true.

Feb 22, 2013 9:04:13 AM com.hazelcast.impl.AddressPicker

INFO: Picked Address[IM01]:5701, using socket ServerSocket[addr=/0.0.0.0,localport=5701], bind any local is true

Feb 22, 2013 9:04:13 AM com.hazelcast.system

INFO: [IM01]:5701 [openfire] Hazelcast Community Edition 2.5 (20130115) starting at Address[IM01]:5701

Feb 22, 2013 9:04:13 AM com.hazelcast.system

INFO: [IM01]:5701 [openfire] Copyright (C) 2008-2012 Hazelcast.com

Feb 22, 2013 9:04:13 AM com.hazelcast.impl.LifecycleServiceImpl

INFO: [IM01]:5701 [openfire] Address[IM01]:5701 is STARTING

Feb 22, 2013 9:04:13 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM01]:5701 [openfire] Connecting to possible member: Address[192.168.70.74]:5702

Feb 22, 2013 9:04:13 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM01]:5701 [openfire] Connecting to possible member: Address[192.168.70.74]:5701

Feb 22, 2013 9:04:13 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM01]:5701 [openfire] Connecting to possible member: Address[192.168.70.73]:5703

Feb 22, 2013 9:04:13 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM01]:5701 [openfire] Connecting to possible member: Address[192.168.70.74]:5703

Feb 22, 2013 9:04:13 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM01]:5701 [openfire] Connecting to possible member: Address[192.168.70.73]:5702

Feb 22, 2013 9:04:13 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM01]:5701 [openfire] Connecting to possible member: Address[192.168.70.73]:5701

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 1961 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM01]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.73:1961

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 5701 accepted socket connection from /192.168.70.73:1961

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM01]:5701 [openfire] Wrong bind request from Address[IM01]:5701! This node is not requested endpoint: Address[192.168.70.73]:5701

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [/192.168.70.73:1961] lost. Reason: Explicit close

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:13 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.73:5702. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.73:5703. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.74:5702. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.74:5701. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.74:5703. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 1970 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM01]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.73:1970

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 5701 accepted socket connection from /192.168.70.73:1970

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM01]:5701 [openfire] Wrong bind request from Address[IM01]:5701! This node is not requested endpoint: Address[192.168.70.73]:5701

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:04:14 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [/192.168.70.73:1970] lost. Reason: Explicit close

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.73:5703. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.73:5702. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.74:5702. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.74:5701. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketConnector

INFO: [IM01]:5701 [openfire] Could not connect to: /192.168.70.74:5703. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 1971 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM01]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.73:1971

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 5701 accepted socket connection from /192.168.70.73:1971

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM01]:5701 [openfire] Wrong bind request from Address[IM01]:5701! This node is not requested endpoint: Address[192.168.70.73]:5701

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [/192.168.70.73:1971] lost. Reason: Explicit close

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:15 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM01]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.73:1972

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 5701 accepted socket connection from /192.168.70.73:1972

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 1972 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM01]:5701 [openfire] Wrong bind request from Address[IM01]:5701! This node is not requested endpoint: Address[192.168.70.73]:5701

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:04:16 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [/192.168.70.73:1972] lost. Reason: Explicit close

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM01]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.73:1973

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 5701 accepted socket connection from /192.168.70.73:1973

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 1973 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM01]:5701 [openfire] Wrong bind request from Address[IM01]:5701! This node is not requested endpoint: Address[192.168.70.73]:5701

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [/192.168.70.73:1973] lost. Reason: Explicit close

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:17 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM01]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.73:1974

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 5701 accepted socket connection from /192.168.70.73:1974

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 1974 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM01]:5701 [openfire] Wrong bind request from Address[IM01]:5701! This node is not requested endpoint: Address[192.168.70.73]:5701

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:04:18 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [/192.168.70.73:1974] lost. Reason: Explicit close

Feb 22, 2013 9:04:18 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM01]:5701 [openfire]

 

 

 

 

Members [1] {

          Member [IM01]:5701 this

}

 

 

Feb 22, 2013 9:04:18 AM com.hazelcast.impl.LifecycleServiceImpl

INFO: [IM01]:5701 [openfire] Address[IM01]:5701 is STARTED

Feb 22, 2013 9:04:18 AM com.hazelcast.impl.PartitionManager

INFO: [IM01]:5701 [openfire] Initializing cluster partition table first arrangement...

 

 

IM02 (With IM01 online and users can connect to 192.168.70.75):

Openfire 3.8.0 [Feb 22, 2013 9:09:36 AM]

Admin console listening at:

  http://im:9090

  https://im:9091

Starting Client Control Plugin

Starting Monitoring Plugin

Starting Hazelcast Clustering Plugin

Feb 22, 2013 9:09:43 AM com.hazelcast.config.ClasspathXmlConfig

INFO: Configuring Hazelcast from 'hazelcast-cache-config.xml'.

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.AddressPicker

INFO: Resolving domain name 'IM01' to address(es): [192.168.70.71]

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.AddressPicker

INFO: Resolving domain name 'IM02' to address(es): [192.168.70.72, 192.168.70.74, 192.168.70.75]

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.AddressPicker

INFO: Interfaces is enabled, trying to pick one address matching to one of: [IM02/192.168.70.74]

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.AddressPicker

INFO: Prefer IPv4 stack is true.

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.AddressPicker

INFO: Picked Address[IM02]:5701, using socket ServerSocket[addr=/0.0.0.0,localport=5701], bind any local is true

Feb 22, 2013 9:09:45 AM com.hazelcast.system

INFO: [IM02]:5701 [openfire] Hazelcast Community Edition 2.5 (20130115) starting at Address[IM02]:5701

Feb 22, 2013 9:09:45 AM com.hazelcast.system

INFO: [IM02]:5701 [openfire] Copyright (C) 2008-2012 Hazelcast.com

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.LifecycleServiceImpl

INFO: [IM02]:5701 [openfire] Address[IM02]:5701 is STARTING

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM02]:5701 [openfire] Connecting to possible member: Address[192.168.70.74]:5702

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM02]:5701 [openfire] Connecting to possible member: Address[192.168.70.74]:5701

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM02]:5701 [openfire] Connecting to possible member: Address[192.168.70.73]:5703

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM02]:5701 [openfire] Connecting to possible member: Address[192.168.70.74]:5703

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM02]:5701 [openfire] Connecting to possible member: Address[192.168.70.73]:5702

Feb 22, 2013 9:09:45 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM02]:5701 [openfire] Connecting to possible member: Address[192.168.70.73]:5701

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1510 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1507 accepted socket connection from /192.168.70.74:5701

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM02]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.74:1507

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 5701 accepted socket connection from /192.168.70.74:1507

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM02]:5701 [openfire] Wrong bind request from Address[IM02]:5701! This node is not requested endpoint: Address[192.168.70.74]:5701

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [/192.168.70.74:1507] lost. Reason: Explicit close

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.74]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:45 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketConnector

INFO: [IM02]:5701 [openfire] Could not connect to: /192.168.70.74:5703. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketConnector

INFO: [IM02]:5701 [openfire] Could not connect to: /192.168.70.74:5702. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketConnector

INFO: [IM02]:5701 [openfire] Could not connect to: /192.168.70.73:5703. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketConnector

INFO: [IM02]:5701 [openfire] Could not connect to: /192.168.70.73:5702. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1516 accepted socket connection from /192.168.70.74:5701

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM02]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.74:1516

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 5701 accepted socket connection from /192.168.70.74:1516

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM02]:5701 [openfire] Wrong bind request from Address[IM02]:5701! This node is not requested endpoint: Address[192.168.70.74]:5701

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [/192.168.70.74:1516] lost. Reason: Explicit close

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.74]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1520 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:46 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketConnector

INFO: [IM02]:5701 [openfire] Could not connect to: /192.168.70.74:5702. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketConnector

INFO: [IM02]:5701 [openfire] Could not connect to: /192.168.70.74:5703. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketConnector

INFO: [IM02]:5701 [openfire] Could not connect to: /192.168.70.73:5702. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketConnector

INFO: [IM02]:5701 [openfire] Could not connect to: /192.168.70.73:5703. Reason: ConnectException[Connection refused: connect]

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1523 accepted socket connection from /192.168.70.74:5701

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM02]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.74:1523

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 5701 accepted socket connection from /192.168.70.74:1523

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1524 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM02]:5701 [openfire] Wrong bind request from Address[IM02]:5701! This node is not requested endpoint: Address[192.168.70.74]:5701

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [/192.168.70.74:1523] lost. Reason: Explicit close

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:47 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.74]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1525 accepted socket connection from /192.168.70.74:5701

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM02]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.74:1525

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 5701 accepted socket connection from /192.168.70.74:1525

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM02]:5701 [openfire] Wrong bind request from Address[IM02]:5701! This node is not requested endpoint: Address[192.168.70.74]:5701

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.74]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [/192.168.70.74:1525] lost. Reason: Explicit close

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1526 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:48 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1527 accepted socket connection from /192.168.70.74:5701

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM02]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.74:1527

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1528 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 5701 accepted socket connection from /192.168.70.74:1527

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM02]:5701 [openfire] Wrong bind request from Address[IM02]:5701! This node is not requested endpoint: Address[192.168.70.74]:5701

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [/192.168.70.74:1527] lost. Reason: Explicit close

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.74]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:49 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1529 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM02]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.74:1530

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 5701 accepted socket connection from /192.168.70.74:1530

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 1530 accepted socket connection from /192.168.70.74:5701

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:50 AM com.hazelcast.impl.TcpIpJoiner

INFO: [IM02]:5701 [openfire]

 

 

 

 

Members [1] {

          Member [IM02]:5701 this

}

 

 

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM02]:5701 [openfire] Wrong bind request from Address[IM02]:5701! This node is not requested endpoint: Address[192.168.70.74]:5701

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [/192.168.70.74:1530] lost. Reason: Explicit close

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:50 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [Address[192.168.70.74]:5701] lost. Reason: java.io.EOFException[null]

Feb 22, 2013 9:09:50 AM com.hazelcast.impl.LifecycleServiceImpl

INFO: [IM02]:5701 [openfire] Address[IM02]:5701 is STARTED

Feb 22, 2013 9:09:50 AM com.hazelcast.impl.PartitionManager

INFO: [IM02]:5701 [openfire] Initializing cluster partition table first arrangement...

Feb 22, 2013 9:10:17 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM02]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.71:1988

Feb 22, 2013 9:10:17 AM com.hazelcast.nio.ConnectionManager

INFO: [IM02]:5701 [openfire] 5701 accepted socket connection from /192.168.70.71:1988

Feb 22, 2013 9:10:17 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:10:17 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:10:17 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM02]:5701 [openfire] Wrong bind request from Address[IM01]:5701! This node is not requested endpoint: Address[192.168.70.74]:5701

Feb 22, 2013 9:10:17 AM com.hazelcast.nio.Connection

INFO: [IM02]:5701 [openfire] Connection [/192.168.70.71:1988] lost. Reason: Explicit close

Feb 22, 2013 9:12:17 AM com.hazelcast.nio.SocketAcceptor

INFO: [TSG1IM02]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.71:1995

Feb 22, 2013 9:12:17 AM com.hazelcast.nio.ConnectionManager

INFO: [TSG1IM02]:5701 [openfire] 5701 accepted socket connection from /192.168.70.71:1995

Feb 22, 2013 9:12:17 AM com.hazelcast.nio.SocketPacketWriter

INFO: [TSG1IM02]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:12:17 AM com.hazelcast.nio.SocketPacketReader

INFO: [TSG1IM02]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:12:17 AM com.hazelcast.nio.ConnectionManager

WARNING: [TSG1IM02]:5701 [openfire] Wrong bind request from Address[TSG1IM01]:5701! This node is not requested endpoint: Address[192.168.70.74]:5701

Feb 22, 2013 9:12:17 AM com.hazelcast.nio.Connection

INFO: [TSG1IM02]:5701 [openfire] Connection [/192.168.70.71:1995] lost. Reason: Explicit close

 

After IM02 was brought online, IM01 had the following multiple times:

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 1985 accepted socket connection from /192.168.70.73:5701

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.SocketAcceptor

INFO: [IM01]:5701 [openfire] 5701 is accepting socket connection from /192.168.70.73:1985

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.ConnectionManager

INFO: [IM01]:5701 [openfire] 5701 accepted socket connection from /192.168.70.73:1985

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.SocketPacketWriter

INFO: [IM01]:5701 [openfire] Writer started with SymmetricEncryption

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.SocketPacketReader

INFO: [IM01]:5701 [openfire] Reader started with SymmetricEncryption

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.ConnectionManager

WARNING: [IM01]:5701 [openfire] Wrong bind request from Address[IM01]:5701! This node is not requested endpoint: Address[192.168.70.73]:5701

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [/192.168.70.73:1985] lost. Reason: Explicit close

Feb 22, 2013 9:09:20 AM com.hazelcast.nio.Connection

INFO: [IM01]:5701 [openfire] Connection [Address[192.168.70.73]:5701] lost. Reason: java.io.EOFException[null]

 

My apologies for the long post and all the log information. But, as you can see, neither server really connects with the other on the cluster.

 

How can I resolve the red above and allow redundant connections from 192.168.70.73 &192.168.70.74 and allow the users to connect to a single IP: 192.168.70.75.

 

If Microsoft Network Load Balancing isn't supported, can you use the public IP noted in the config to allow all users to connect to the cluster HazelCast creates?

 

Lastly, how can I enable IPv4 since it is preferred?

 

Thank you very much for your support,

Johnathan


Viewing all articles
Browse latest Browse all 10742

Trending Articles