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 CC6EE77E2 for ; Sun, 13 Nov 2011 16:33:52 +0000 (UTC) Received: (qmail 89821 invoked by uid 500); 13 Nov 2011 16:33:48 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 89753 invoked by uid 500); 13 Nov 2011 16:33:48 -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 89688 invoked by uid 500); 13 Nov 2011 16:33:48 -0000 Delivered-To: apmail-incubator-cassandra-user@incubator.apache.org Received: (qmail 89649 invoked by uid 99); 13 Nov 2011 16:33:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2011 16:33:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of driftx@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bw0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2011 16:33:41 +0000 Received: by bkbzs2 with SMTP id zs2so5184722bkb.6 for ; Sun, 13 Nov 2011 08:33:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=ia0Q0RkfU/9ZT3P2WOW5LMRMpbu/5faJZtPvgaMypuk=; b=fHoFvkhKCyPN+3+M9Q+qIMT8KdB2nTdZ18nFvhYya3xs0x2aCar0ZKGYDCxaFhuY4z Ijh8L3+J9g7jtnYc3Om3UnW/0Txz0A8nN6UvMxTWjBe9KLEV405LYqiY2ZVaczp12Qsj ZRUoklwANx782gjvllqLCu+kAl8Rk/4ZJNNoc= Received: by 10.204.148.67 with SMTP id o3mr221098bkv.130.1321202001115; Sun, 13 Nov 2011 08:33:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.72.137 with HTTP; Sun, 13 Nov 2011 08:33:00 -0800 (PST) In-Reply-To: <000401cca21a$2aa53020$7fef9060$@com> References: <1313977679718-6709930.post@n2.nabble.com> <004601cca1ef$ed2803a0$c7780ae0$@com> <000401cca21a$2aa53020$7fef9060$@com> From: Brandon Williams Date: Sun, 13 Nov 2011 10:33:00 -0600 Message-ID: Subject: Re: Upgrade Cassandra Cluster to 1.0.2 To: user@cassandra.apache.org Cc: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I believe https://issues.apache.org/jira/browse/CASSANDRA-2802 broke it. I've created https://issues.apache.org/jira/browse/CASSANDRA-3489 to address this separately. On Sun, Nov 13, 2011 at 9:37 AM, Michael Vaknine wr= ote: > You are right this solved the problem. > I do not understand why version 1.0.0 was not affected since I used the s= ame > configuration yaml file. > > Thank you. > Michael Vaknine > > > -----Original Message----- > From: Brandon Williams [mailto:driftx@gmail.com] > Sent: Sunday, November 13, 2011 4:48 PM > To: user@cassandra.apache.org > Cc: cassandra-user@incubator.apache.org > Subject: Re: Upgrade Cassandra Cluster to 1.0.2 > > On Sun, Nov 13, 2011 at 4:35 AM, Michael Vaknine > wrote: >> I am trying to upgrade to 1.0.2 and when I try to start the first upgrad= ed >> server I get the following error >> >> >> >> ERROR [WRITE-/10.5.6.102] 2011-11-13 10:20:37,447 >> AbstractCassandraDaemon.java (line 133) Fatal exception in thread >> Thread[WRITE-/10.5.6.102,5,main] >> >> java.lang.NullPointerException >> >> =A0=A0=A0=A0=A0=A0=A0 at >> > org.apache.cassandra.net.OutboundTcpConnectionPool.isEncryptedChannel(Out= bou > ndTcpConnectionPool.java:93) >> >> =A0=A0=A0=A0=A0=A0=A0 at >> > org.apache.cassandra.net.OutboundTcpConnectionPool.newSocket(OutboundTcpC= onn > ectionPool.java:77) >> >> =A0=A0=A0=A0=A0=A0=A0 at >> > org.apache.cassandra.net.OutboundTcpConnection.connect(OutboundTcpConnect= ion > .java:209) >> >> =A0=A0=A0=A0=A0=A0=A0 at >> > org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.= jav > a:93) > > You are probably missing the encryption options in your yaml. =A0I > noticed this problem as part of > https://issues.apache.org/jira/browse/CASSANDRA-3045. > > -Brandon > >