I just build today's trunk successfully and am getting the following exception 
on startup which to me it seams bogus as the method exists but I don't know why:

ERROR 15:27:00,957 Exception encountered during startup.
java.lang.NoSuchMethodError: org.apache.cassandra.db.ColumnFamily.id()I
        at 
org.apache.cassandra.db.ColumnFamilySerializer.serialize(ColumnFamilySerializer.java:63)
        at 
org.apache.cassandra.db.RowMutationSerializer.freezeTheMaps(RowMutation.java:351)
        at 
org.apache.cassandra.db.RowMutationSerializer.serialize(RowMutation.java:362)
        at 
org.apache.cassandra.db.RowMutationSerializer.serialize(RowMutation.java:340)
        at 
org.apache.cassandra.db.RowMutation.getSerializedBuffer(RowMutation.java:271)
        at org.apache.cassandra.db.RowMutation.apply(RowMutation.java:196)
        at 
org.apache.cassandra.db.SystemTable.initMetadata(SystemTable.java:217)
        at 
org.apache.cassandra.service.StorageService.initServer(StorageService.java:345)
        at 
org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:134)
        at 
org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:90)
        at 
org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:221)

My data/commitlog are clean.

Notice id()I. 

Where does that "I" come from.

Please advice.

-Arya

Reply via email to