[
https://issues.apache.org/jira/browse/CASSANDRA-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054563#comment-13054563
]
Hudson commented on CASSANDRA-2822:
-----------------------------------
Integrated in Cassandra-0.8 #192 (See
[https://builds.apache.org/job/Cassandra-0.8/192/])
tolerate missing encryption options
patch by jbellis; reviewed by slebresne for CASSANDRA-2822
jbellis :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1139383
Files :
*
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/net/OutboundTcpConnection.java
> 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
> Fix For: 0.8.2
>
> Attachments: 2822.txt
>
>
> 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