Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5526ACACB for ; Mon, 26 May 2014 04:07:48 +0000 (UTC) Received: (qmail 70548 invoked by uid 500); 26 May 2014 04:07:46 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 70501 invoked by uid 500); 26 May 2014 04:07:46 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 70493 invoked by uid 99); 26 May 2014 04:07:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2014 04:07:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bluethundr@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2014 04:07:43 +0000 Received: by mail-wi0-f176.google.com with SMTP id n15so3515440wiw.9 for ; Sun, 25 May 2014 21:07:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FuFlB/nKIiJdBeDm10m8IlrdRWdtvRd0d2a/5yNZFV0=; b=paWFLgyMH6XS8j+RIPpN3etawCtqPL/T6H7Mmw2aF2OxDCgO6bRpjuhTW8f1++yTgv xXr0jzCfSOclTkuDVICIg0NQzff2GC1ZTkP1Gd4Vk3kbi0n10lQ1HauFgp1JCvkdkmzk 3j2UxKGaLbG7ymKyqonKcbecyQvZRxbO64il8pGV8gCzj5ciU2MTuFHRIe6suHvskKHv UMFr58ht7KBUY27ua1O6B7I9HH+F/Hx5R87ebd0LEyyKCOmnPbuYaARo2q53GpsjABFu Los7o3iKWlsRguQHvMXFgr8vbeaZmZBQWX0WELzHD1aViErg0WJNTspxRc2XUsr+bl9u G7dQ== MIME-Version: 1.0 X-Received: by 10.180.11.9 with SMTP id m9mr23726660wib.51.1401077240020; Sun, 25 May 2014 21:07:20 -0700 (PDT) Received: by 10.216.77.131 with HTTP; Sun, 25 May 2014 21:07:19 -0700 (PDT) Date: Mon, 26 May 2014 00:07:19 -0400 Message-ID: Subject: New node Unable to gossip with any seeds From: Tim Dunphy To: "user@cassandra.apache.org" Content-Type: multipart/alternative; boundary=001a11c258dc31c5f104fa45b775 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c258dc31c5f104fa45b775 Content-Type: text/plain; charset=UTF-8 Hello, I am trying to spin up a new node using cassandra 2.0.7. Both nodes are at Digital Ocean. The seed node is up and running and I can telnet to port 7000 on that host from the node I'm trying to start. [root@cassandra02 apache-cassandra-2.0.7]# telnet 10.10.1.94 7000 Trying 10.10.1.94... Connected to 10.10.1.94. Escape 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 with any seeds at org.apache.cassandra.gms.Gossiper.doShadowRound(Gossiper.java:1193) at org.apache.cassandra.service.StorageService.checkForEndpointCollision(StorageService.java:447) at org.apache.cassandra.service.StorageService.prepareToJoin(StorageService.java:656) at org.apache.cassandra.service.StorageService.initServer(StorageService.java:612) at org.apache.cassandra.service.StorageService.initServer(StorageService.java:505) at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:362) 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:1193) at org.apache.cassandra.service.StorageService.checkForEndpointCollision(StorageService.java:447) at org.apache.cassandra.service.StorageService.prepareToJoin(StorageService.java:656) at org.apache.cassandra.service.StorageService.initServer(StorageService.java:612) at org.apache.cassandra.service.StorageService.initServer(StorageService.java:505) at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:362) at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:480) at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:569) Exception encountered during startup: Unable to gossip with any seeds ERROR 00:02:05,742 Exception in thread Thread[StorageServiceShutdownHook,5,main] java.lang.NullPointerException at org.apache.cassandra.gms.Gossiper.stop(Gossiper.java:1270) at org.apache.cassandra.service.StorageService$1.runMayThrow(StorageService.java:573) at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) at java.lang.Thread.run(Thread.java:745) I'm using the murmur3 partition on both nodes and I have the seed node's IP listed in the cassandra.yaml of the new node. I'm just wondering what the issue might be and how I can get around it. Thanks Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B --001a11c258dc31c5f104fa45b775 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

=C2=A0I am trying to spin up a n= ew node using cassandra 2.0.7. Both nodes are at Digital Ocean. The seed no= de is up and running and I can telnet to port 7000 on that host from the no= de I'm trying to start.

[root@cassandra02 apache-cassandra-2.0.7]# telnet 10.10.1.94 = 7000

Trying 10.10.1.94...

Connected to 10.10.1.94.

Escape 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 with any seeds

=

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.gms.Gossi= per.doShadowRound(Gossiper.java:1193)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.S= torageService.checkForEndpointCollision(StorageService.java:447)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.StorageS= ervice.prepareToJoin(StorageService.java:656)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.S= torageService.initServer(StorageService.java:612)

=C2=A0 = =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.StorageService.initSer= ver(StorageService.java:505)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.CassandraDaemon= .setup(CassandraDaemon.java:362)

=C2=A0 =C2=A0 =C2=A0 =C2= =A0 at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemo= n.java:480)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cass= andra.service.CassandraDaemon.main(CassandraDaemon.java:569)

java.lang.RuntimeException: Unable to gossip with any seeds

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.gms.Gos= siper.doShadowRound(Gossiper.java:1193)

=C2=A0 =C2=A0 =C2= =A0 =C2=A0 at org.apache.cassandra.service.StorageService.checkForEndpointC= ollision(StorageService.java:447)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.S= torageService.prepareToJoin(StorageService.java:656)

=C2= =A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.StorageService.ini= tServer(StorageService.java:612)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.StorageService.= initServer(StorageService.java:505)

=C2=A0 =C2=A0 =C2=A0 = =C2=A0 at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemo= n.java:362)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cass= andra.service.CassandraDaemon.activate(CassandraDaemon.java:480)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.service.C= assandraDaemon.main(CassandraDaemon.java:569)

Exception en= countered during startup: Unable to gossip with any seeds

= ERROR 00:02:05,742 Exception in thread Thread[StorageServiceShutdownHook,5,= main]

java.lang.NullPointerException

=C2=A0 =C2=A0= =C2=A0 =C2=A0 at org.apache.cassandra.gms.Gossiper.stop(Gossiper.java:1270= )

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.serv= ice.StorageService$1.runMayThrow(StorageService.java:573)

=C2=A0 =C2=A0 =C2=A0 =C2=A0 at org.apache.cassandra.utils.Wra= ppedRunnable.run(WrappedRunnable.java:28)

=C2=A0 =C2=A0 =C2=A0 =C2=A0=C2=A0at java.lang.Thread.run(= Thread.java:745)



I'm using the murmur3 partition on both nodes and I have the seed no= de's IP listed in the cassandra.yaml of the new node. I'm just wond= ering what the issue might be and how I can get around it.=C2=A0


Thanks

Tim




--
GPG me!!

g= pg --keyserver pool.sks-keyservers.net --recv-keys F186197B

--001a11c258dc31c5f104fa45b775--