Hi Harsha, Rajith, Thanks for the input.
I had to set my listen_address: and seeds to the same ip. previously it was as follows *listen_address: localhost* *seed_provider:* * - class_name: org.apache.cassandra.locator.SimpleSeedProvider* * parameters:* * - seeds: "127.0.0.1"* Had to change listen_address to 127.0.0.1 to get this resolved. This happened even with correct host configurations;where localhost pointing to 127.0.0.1 Regards, Anuruddha. On Mon, Aug 18, 2014 at 7:33 PM, Rajith Siriwardena <[email protected]> wrote: > HI Anuruddha, > > As Harsha said. Your repository/conf/etc/cassandra.yaml contains > following part. As the exception suggests try giving the same seed list. > seems like difference seeds in the cluster. > > > seed_provider: > # Addresses of hosts that are deemed contact points. > # Cassandra nodes use this list of hosts to find each other and learn > # the topology of the ring. You must change this if you are running > # multiple nodes! > - class_name: org.apache.cassandra.locator.SimpleSeedProvider > parameters: > # seeds is actually a comma-delimited list of addresses. > # Ex: "<ip1>,<ip2>,<ip3>" > - seeds: "10.0.30.31" > > > Thanks, > --Rajith > > > On Mon, Aug 18, 2014 at 6:48 PM, Harsha Kumara <[email protected]> wrote: > >> Hi Anuruddha, >> >> Did you do any changes to cassandra.yaml? Seems something wrong there. >> >> Thanks, >> Harsha >> >> >> On Mon, Aug 18, 2014 at 6:32 PM, Anuruddha Premalal <[email protected]> >> wrote: >> >>> Hi, >>> >>> I am getting the following error while trying to start the Appfactroy >>> with the latest release (2.0.1-M4) >>> >>> What would be the cause for this?. >>> >>> ERROR {org.apache.cassandra.service.CassandraDaemon} - Exception >>> encountered during startup >>> java.lang.RuntimeException: No other nodes seen! Unable to bootstrap.If >>> you intended to start a single-node cluster, you should make sure your >>> broadcast_address (or listen_address) is listed as a seed. Otherwise, you >>> need to determine why the seed being contacted has no knowledge of the rest >>> of the cluster. Usually, this can be solved by giving all nodes the same >>> seed list. >>> at >>> org.apache.cassandra.dht.BootStrapper.getBootstrapSource(BootStrapper.java:154) >>> at >>> org.apache.cassandra.dht.BootStrapper.getBalancedToken(BootStrapper.java:135) >>> at >>> org.apache.cassandra.dht.BootStrapper.getBootstrapTokens(BootStrapper.java:115) >>> at >>> org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:709) >>> at >>> org.apache.cassandra.service.StorageService.initServer(StorageService.java:586) >>> at >>> org.apache.cassandra.service.StorageService.initServer(StorageService.java:483) >>> at >>> org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:348) >>> at >>> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:447) >>> at >>> org.wso2.carbon.cassandra.server.CassandraServerController$1.run(CassandraServerController.java:48) >>> at java.lang.Thread.run(Thread.java:745) >>> java.lang.RuntimeException: No other nodes seen! Unable to bootstrap.If >>> you intended to start a single-node cluster, you should make sure your >>> broadcast_address (or listen_address) is listed as a seed. Otherwise, you >>> need to determine why the seed being contacted has no knowledge of the rest >>> of the cluster. Usually, this can be solved by giving all nodes the same >>> seed list. >>> at >>> org.apache.cassandra.dht.BootStrapper.getBootstrapSource(BootStrapper.java:154) >>> at >>> org.apache.cassandra.dht.BootStrapper.getBalancedToken(BootStrapper.java:135) >>> at >>> org.apache.cassandra.dht.BootStrapper.getBootstrapTokens(BootStrapper.java:115) >>> at >>> org.apache.cassandra.service.StorageService.joinTokenRing(StorageService.java:709) >>> at >>> org.apache.cassandra.service.StorageService.initServer(StorageService.java:586) >>> at >>> org.apache.cassandra.service.StorageService.initServer(StorageService.java:483) >>> at >>> org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:348) >>> at >>> org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:447) >>> at >>> org.wso2.carbon.cassandra.server.CassandraServerController$1.run(CassandraServerController.java:48) >>> at java.lang.Thread.run(Thread.java:745) >>> >>> >>> Regards, >>> -- >>> *Anuruddha Premalal* >>> Software Eng. | WSO2 Inc. >>> Mobile : +94710461070 >>> Web site : www.regilandvalley.com >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Harsha Kumara >> Software Engineer, WSO2 Inc. >> Mobile: +94775505618 >> Blog:harshcreationz.blogspot.com >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Rajith Siriwardana* > Software Engineer | Cloud Team > WSO2 Inc. ; http://wso2.com > *lean. enterprise. middleware* > > ------------------------------------------------------ > *http://people.apache.org/~siriwardana > <http://people.apache.org/~siriwardana>* > -- *Anuruddha Premalal* Software Eng. | WSO2 Inc. Mobile : +94710461070 Web site : www.regilandvalley.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
