I enabled the debug level for logging. following is the debug entry for the
same exception from node2. Someone please help me
DEBUG 14:53:58,372 Connection version 6 from /10.96.10.105
DEBUG 14:53:58,374 Upgrading incoming connection to be compressed
DEBUG 14:53:58,378 Max version for /10.96.10.10
Facing the same issue with rpc_address set to the same as listen address on
both nodes
Checked with having
in first node - rpc_address: 10.96.10.207
in second node - rpc_address: 10.96.10.223
On Thu, Aug 29, 2013 at 12:40 PM, Andrew Cobley wrote:
> Have you tried setting rpc_address to the sa
Have you tried setting rpc_address to the same as listen_address ?
Andy
On 29 Aug 2013, at 07:47, Dinesh
mailto:dinesh.gad...@gmail.com>> wrote:
My first node is running and second node is not running in this case
I tried telnet from second node to first node. Following is the stdout
# telnet
My first node is running and second node is not running in this case
I tried telnet from second node to first node. Following is the stdout
# telnet 10.96.10.207 7000
Trying 10.96.10.207...
Connected to 10.96.10.207.
Escape character is '^]'.
quit
Connection closed by foreign host.
I see the sam
To be sure ports are open try to connect from one node to another:
telnet 7000
try all ports.
Andrey
On Wed, Aug 28, 2013 at 10:41 PM, Dinesh wrote:
> Hi John,
>
> I had my firewall disabled in both the nodes
> To make sure. I checked it
> # rcSuSEfirewall2 status
> Checking the status of
Hi John,
I had my firewall disabled in both the nodes
To make sure. I checked it
# rcSuSEfirewall2 status
Checking the status of SuSEfirewall2
unused
if it's, on it says running
Please suggest the further steps, where to look and t
Have you verified that your firewall is configured for the cassandra
traffic. At the very least you need to make certain the following ports are
open between nodes: 7000, 7001, 7199, 9160, 61620 and 61621.
On Wed, Aug 28, 2013 at 12:36 AM, Dinesh wrote:
> In my case rpc_address in both the node
In my case rpc_address in both the nodes is set to 0.0.0.0 which means it
listens on all interfaces. it has a larger scope (to listen on all
localhost, ipv4, hostnames, ipv6 addresses) than providing just the
hostname/ipv4 addresses
anyway I initially checked that, but it's the same exception I go
You would need to configure rpc_address also with hostname/ips on both the
nodes.
Naresh
On Wed, Aug 28, 2013 at 10:15 AM, Dinesh wrote:
> Hi,
>
> I am trying to setup a two node Cassandra cluster
>
> Able to start the first node, but not seeing the following exception while
> starting the seco
Hi,
I am trying to setup a two node Cassandra cluster
Able to start the first node, but not seeing the following exception while
starting the second node
ERROR 17:31:34,315 Exception encountered during startup
java.lang.IllegalStateException: Unable to contact any seeds!
at
org.apache.ca
10 matches
Mail list logo