Hi folks, I'm trying to get a multimode setup working, which seems like it 
should be really simple from the documentation.

ERROR 11:41:20,773 Fatal configuration error
org.apache.cassandra.exceptions.ConfigurationException: For input string: 
"85070591730234615865843651857942052864"
        at 
org.apache.cassandra.dht.Murmur3Partitioner$1.validate(Murmur3Partitioner.java:180)
        at 
org.apache.cassandra.config.DatabaseDescriptor.loadYaml(DatabaseDescriptor.java:433)
        at 
org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:121)
        at 
org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:178)
        at 
org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:397)
        at 
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:440)
For input string: "85070591730234615865843651857942052864"
Fatal configuration error; unable to start server.  See log for stacktrace.

>From my cassandra.yaml ...

initial_token: 85070591730234615865843651857942052864

>From the wiki this certainly looks correct:
http://www.datastax.com/docs/1.1/initialize/cluster_init

I've tried this with a couple of values but seem to always get the same result 
... am I missing something?

Thanks,
Steve

Reply via email to