You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Viliam Holub (JIRA)" <ji...@apache.org> on 2011/06/24 16:47:47 UTC

[jira] [Created] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0

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

        

[jira] [Commented] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054517#comment-13054517 ] 

Sylvain Lebresne commented on CASSANDRA-2822:
---------------------------------------------

+1

> 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

        

[jira] [Resolved] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-2822.
---------------------------------------

    Resolution: Invalid

upgrade to the 0.8 cassandra.yaml

> 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
>              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

        

[jira] [Updated] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Commented] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0

Posted by "Sylvain Lebresne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054490#comment-13054490 ] 

Sylvain Lebresne commented on CASSANDRA-2822:
---------------------------------------------

I suppose we should add a nice error message though instead of NPE in outboundTcpConnection

> 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
>              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

        

[jira] [Reopened] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reopened CASSANDRA-2822:
---------------------------------------

      Assignee: Jonathan Ellis

true

> 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
>              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

        

[jira] [Commented] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Updated] (CASSANDRA-2822) NullPointerException after upgrade to 0.8.0

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2822:
--------------------------------------

    Attachment: 2822.txt

> 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