Re: Cassandra nodes in VirtualBox

2015-01-05 Thread Ajay
Neha,

This is just for a trial set up. Anyway, thanks for the suggestion(more
than 1 seed node).

I figured out the problem. The Node2 was having the incorrect Cluster name.
The error seems to be misleading though.

Thanks
Ajay Garga



On Mon, Jan 5, 2015 at 4:21 PM, Neha Trivedi  wrote:

> Hi Ajay,
> 1. you should have at least 2 Seed nodes as it will help, Node1 (only one
> seed node) is down.
> 2. Check you should be using internal ip address in listen_address and
> rpc_address.
>
>
>
>
> On Mon, Jan 5, 2015 at 2:07 PM, Ajay  wrote:
>
>> Hi,
>>
>> I did the Cassandra cluster set up as below:
>>
>> Node 1 : Seed Node
>> Node 2
>> Node 3
>> Node 4
>>
>> All 4 nodes are Virtual Box VMs with Ubuntu 14.10. I have set the
>> listen_address, rpc_address as the inet address with SimpleSnitch.
>>
>> When I start Node2 after Node1 is started, I get the
>> "java.lang.RuntimeException: Unable to news with any seeds".
>>
>> What could be the reason?
>>
>> Thanks
>> Ajay
>>
>
>


Re: Cassandra nodes in VirtualBox

2015-01-05 Thread Neha Trivedi
Hi Ajay,
1. you should have at least 2 Seed nodes as it will help, Node1 (only one
seed node) is down.
2. Check you should be using internal ip address in listen_address and
rpc_address.




On Mon, Jan 5, 2015 at 2:07 PM, Ajay  wrote:

> Hi,
>
> I did the Cassandra cluster set up as below:
>
> Node 1 : Seed Node
> Node 2
> Node 3
> Node 4
>
> All 4 nodes are Virtual Box VMs with Ubuntu 14.10. I have set the
> listen_address, rpc_address as the inet address with SimpleSnitch.
>
> When I start Node2 after Node1 is started, I get the
> "java.lang.RuntimeException: Unable to news with any seeds".
>
> What could be the reason?
>
> Thanks
> Ajay
>


Cassandra nodes in VirtualBox

2015-01-05 Thread Ajay
Hi,

I did the Cassandra cluster set up as below:

Node 1 : Seed Node
Node 2
Node 3
Node 4

All 4 nodes are Virtual Box VMs with Ubuntu 14.10. I have set the
listen_address, rpc_address as the inet address with SimpleSnitch.

When I start Node2 after Node1 is started, I get the
"java.lang.RuntimeException: Unable to news with any seeds".

What could be the reason?

Thanks
Ajay