You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/09/13 19:09:08 UTC

[jira] [Updated] (CASSANDRA-3191) unable to start single node cluster when listen_address is not localhost

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

Jonathan Ellis updated CASSANDRA-3191:
--------------------------------------

    Attachment: 3191.txt

Patch to explain the problem and how to solve it in the exception message.
 

> unable to start single node cluster when listen_address is not localhost
> ------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3191
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3191
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: T Jake Luciani
>             Fix For: 1.0.0
>
>         Attachments: 3191.txt
>
>
> Due to bootstrap default == true
> {code}
> INFO 20:07:51,839 Joining: waiting for ring and schema information
>  INFO 20:08:21,839 Joining: getting bootstrap token
> ERROR 20:08:21,843 Exception encountered during startup.
> java.lang.RuntimeException: No other nodes seen!  Unable to bootstrap
> 	at org.apache.cassandra.dht.BootStrapper.getBootstrapSource(BootStrapper.java:168)
> 	at org.apache.cassandra.dht.BootStrapper.getBalancedToken(BootStrapper.java:150)
> 	at org.apache.cassandra.dht.BootStrapper.getBootstrapToken(BootStrapper.java:145)
> 	at org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:528)
> 	at org.apache.cassandra.service.StorageService.initServer(StorageService.java:450)
> 	at org.apache.cassandra.service.StorageService.initServer(StorageService.java:372)
> 	at org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:213)
> 	at org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:335)
> 	at org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:106)
> Exception encountered during startup.
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira