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


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

        

Reply via email to