Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 911036AF2 for ; Fri, 24 Jun 2011 15:04:09 +0000 (UTC) Received: (qmail 58626 invoked by uid 500); 24 Jun 2011 15:04:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 58587 invoked by uid 500); 24 Jun 2011 15:04:08 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 58579 invoked by uid 99); 24 Jun 2011 15:04:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2011 15:04:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2011 15:04:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 886B642DEEB for ; Fri, 24 Jun 2011 15:03:47 +0000 (UTC) Date: Fri, 24 Jun 2011 15:03:47 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <1628956.36919.1308927827555.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1138683627.36855.1308926867503.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2822: -------------------------------------- Priority: Trivial (was: Major) > NullPointerException after upgrade to 0.8.0 > ------------------------------------------- > > Key: CASSANDRA-2822 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2822 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.8.0 > Environment: Debian amd64 > Reporter: Viliam Holub > Assignee: Jonathan Ellis > Priority: Trivial > Labels: nullpointerexception > > I'm getting NullPointerException on a node upgraded from 0.7 to 0.8.0 (Debian package). The exception is thrown quickly several times after start. Then the Cassandra node is unresponsive. The Stack trace is: > ERROR 14:36:49,712 Fatal exception in thread Thread[WRITE-/10.228.243.191,5,main] > java.lang.NullPointerException > at org.apache.cassandra.net.OutboundTcpConnection.connect(OutboundTcpConnection.java:168) > at org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:89) > ERROR 14:36:49,758 Fatal exception in thread Thread[WRITE-/10.227.101.171,5,main] > java.lang.NullPointerException > at org.apache.cassandra.net.OutboundTcpConnection.connect(OutboundTcpConnection.java:168) > at org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:89) > ERROR 14:36:49,797 Fatal exception in thread Thread[WRITE-/10.228.243.191,5,main] > java.lang.NullPointerException > at org.apache.cassandra.net.OutboundTcpConnection.connect(OutboundTcpConnection.java:168) > at org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:89) > ERROR 14:36:50,756 Fatal exception in thread Thread[WRITE-/10.226.194.239,5,main] > java.lang.NullPointerException > at org.apache.cassandra.net.OutboundTcpConnection.connect(OutboundTcpConnection.java:168) > at org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:89) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira