Re: RE: Cassandra issue “Unable to gossip with any seeds”

2017-07-04 Thread Subroto Barua
Bhargav (Nokia - IN/Chennai) [mailto:bhargav.mokkap...@nokia.com] Sent: 04 July 2017 14:00 To: user@cassandra.apache.org Subject: Cassandra issue “Unable to gossip with any seeds”   Hi Team,   I am getting the below issue when I started a node. “Unable to gossip with any seeds”  

RE: Cassandra issue “Unable to gossip with any seeds”

2017-07-04 Thread Jonathan Baynes
l. I would go through your yaml, be diligent its there that is the problem. Thanks J From: Mokkapati, Bhargav (Nokia - IN/Chennai) [mailto:bhargav.mokkap...@nokia.com] Sent: 04 July 2017 14:00 To: user@cassandra.apache.org Subject: Cassandra issue “Unable to gossip with any seeds” Hi Team, I

Cassandra issue “Unable to gossip with any seeds”

2017-07-04 Thread Mokkapati, Bhargav (Nokia - IN/Chennai)
Hi Team, I am getting the below issue when I started a node. “Unable to gossip with any seeds” [cid:image003.jpg@01D2F4F3.8B790480] I am using Apache Cassandra 3.0.6 version. I have 5 nodes in the cluster,10.50.20.151 , 10.50.20.152 , 10.50.20.153 , 10.50.20.154 , 10.50.20.155 Seed nodes

Re: 2.0.10 upgrade to 2.1.2 gives "Unable to gossip with any seeds"

2014-12-04 Thread Neha
the new node has the following exceptions: java.lang.RuntimeException: Unable to gossip with any seeds at org.apache.cassandra.gms.Gossiper.doShadowRound(Gossiper.java:1222) ~[apache-cassandra-2.1.2.jar:2.1.2] Any ideas? The listen, rpc and seed addresses are the right ones. Thank you.

2.0.10 upgrade to 2.1.2 gives "Unable to gossip with any seeds"

2014-12-04 Thread sinonim
Hi all, We have the case of a cassandra cluster with nodes version 2.0.10, all in a single EC2 region. We want to perform a rolling upgrade to version 2.1.2 but the new node has the following exceptions: java.lang.RuntimeException: Unable to gossip with any seeds at

Re: New node Unable to gossip with any seeds

2014-06-04 Thread Chris Burroughs
scape character is '^]'. But when I start cassandra on the new node I see the following exception: INFO 00:01:34,744 Handshaking version with /10.10.1.94 ERROR 00:02:05,733 Exception encountered during startup java.lang.RuntimeException: Unable to gossip wi

New node Unable to gossip with any seeds

2014-05-25 Thread Tim Dunphy
62) at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:480) at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:569) java.lang.RuntimeException: Unable to gossip with any seeds at org.apache.cassandra.gms.Gossiper.doShadowRound(Gossiper.java:11

Re: Fwd: Unable to gossip with any seeds

2014-02-03 Thread Duncan Sands
following in my error log: "ERROR 03:23:56,915 Exception encountered during startup java.lang.RuntimeException: Unable to gossip with any seeds " I am able to telnet from node 1 to node 0. telnet 10.2.252.0 9000 Trying 10.2.252.0... Connected to 10.2.252.

Re: Fwd: Unable to gossip with any seeds

2014-02-03 Thread Ilya Sviridov
15 Exception encountered during startup > java.lang.RuntimeException: Unable to gossip with any seeds " > > > I am able to telnet from node 1 to node 0. > > telnet 10.2.252.0 9000 > Trying 10.2.252.0... > Connected to 10.2.252.0. > Escape character is '^]'. > ^] >

Re: Unable to gossip with any seeds

2014-02-03 Thread Sundeep Kambhampati
he following in my error log: > > "ERROR 03:23:56,915 Exception encountered during startup > java.lang.RuntimeException: Unable to gossip with any seeds " > > > I am able to telnet from node 1 to node 0. > > telnet 10.2.252.0 9000 > Trying 10.2.252.0... > Connected to

Fwd: Unable to gossip with any seeds

2014-02-03 Thread Desimpel, Ignace
the exception 'Unable to gossip with any seeds ' listed below. If I just restart it without any change then mostly it works. Must be some timing issue. The Cassandra at that time is configured using the Cassandra.yaml file with the auto_bootstrap set true and the initial_token set to some

Re: Unable to gossip with any seeds

2014-02-03 Thread Chiranjeevi Ravilla
seconds. I can see the following in my error log: > > "ERROR 03:23:56,915 Exception encountered during startup > java.lang.RuntimeException: Unable to gossip with any seeds " > > > I am able to telnet from node 1 to node 0. > > telnet 10.2.252.0 9000 > T

Fwd: Unable to gossip with any seeds

2014-02-03 Thread Sundeep Kambhampati
6,915 Exception encountered during startup java.lang.RuntimeException: Unable to gossip with any seeds " I am able to telnet from node 1 to node 0. telnet 10.2.252.0 9000 Trying 10.2.252.0... Connected to 10.2.252.0. Escape character is '^]'. ^] Connection closed by foreign hos