[
https://issues.apache.org/jira/browse/CASSANDRA-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031893#comment-13031893
]
Gary Dusbabek commented on CASSANDRA-2638:
------------------------------------------
java.lang.NullPointerException
at
org.apache.cassandra.gms.Gossiper.addLocalApplicationState(Gossiper.java:883)
at
org.apache.cassandra.service.MigrationManager.passiveAnnounce(MigrationManager.java:125)
at
org.apache.cassandra.service.MigrationManager.applyMigrations(MigrationManager.java:183)
at
org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:182)
at
org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:313)
at
org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:80)
> Migrations announce on startup attempts to set local gossip state before
> gossiper is started.
> ---------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-2638
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2638
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.7.5, 0.8.0 beta 2
> Reporter: Gary Dusbabek
> Assignee: Gary Dusbabek
>
> AbstractCassandraDemon calls MigrationManager.applyMigrations() before the
> gossiper is initialized (via SS.initServer()).
> MM.applyMigrations tries to set the local gossip state before it is
> initialized via G.start().
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira