You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Pavel Yaskevich (Updated) (JIRA)" <ji...@apache.org> on 2012/02/27 15:28:49 UTC

[jira] [Updated] (CASSANDRA-3963) Exception durint start up after updating cassandra

     [ https://issues.apache.org/jira/browse/CASSANDRA-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Yaskevich updated CASSANDRA-3963:
---------------------------------------

    Fix Version/s: 1.1.0
    
> Exception durint start up after updating cassandra
> --------------------------------------------------
>
>                 Key: CASSANDRA-3963
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3963
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Mariusz
>            Assignee: Pavel Yaskevich
>             Fix For: 1.1.0
>
>
> Hi,
> i`ve updated cassandra on two-nodes cluster and i`ve got this exception during start up:
> {code}
> INFO 09:06:06,520 Opening /cassandra/system/HintsColumnFamily/system-HintsColumnFamily-hc-1 (178828054 bytes)
> java.lang.reflect.InvocationTargetException
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.commons.daemon.support.DaemonLoader.load(DaemonLoader.java:160)
> Caused by: java.lang.NullPointerException
>         at org.apache.cassandra.config.KSMetaData.deserializeColumnFamilies(KSMetaData.java:384)
>         at org.apache.cassandra.config.KSMetaData.fromSchema(KSMetaData.java:332)
>         at org.apache.cassandra.db.DefsTable.loadFromTable(DefsTable.java:156)
>         at org.apache.cassandra.config.DatabaseDescriptor.loadSchemas(DatabaseDescriptor.java:514)
>         at org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:182)
>         at org.apache.cassandra.service.AbstractCassandraDaemon.init(AbstractCassandraDaemon.java:254)
>         ... 5 more
> Cannot load daemon
> Service exit with a return value of 3
> {code}
> we`re running 2 node cluster on snapshots from cassandra-1.1 branch:
> * old snapshot: 5f5e00bc9a83bfd701723cbc7bf2307ea53da342 + patches from CASSANDRA-3740
> * new snapshot: d65590ac8a5a3cfbe1529ef77346e84d6961db7d

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira