Re: Exception on running nodetool in windows

2012-12-23 Thread aaron morton
The line numbers in the stack trace do not match the code for 1.1.6. I would blow away the install and check your java install. Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 22/12/2012, at 6:59 PM, Vivek Mishra w

Re: Exception on running nodetool in windows

2012-12-21 Thread Vivek Mishra
Here it is: C:\Users\vivek.mishra\Downloads\training\cassandra\apache-cassandra-1.1.6-bin\apache-cassandra-1.1.6\bin>nodetool ring -h localhost Starting NodeTool Address DC RackStatus State LoadOwns Token Exception in thread "main" java.lang.ClassCastExcep

Re: Exception on running nodetool in windows

2012-12-19 Thread aaron morton
> Classcastexception: can not convert java.lang.String to some another java > type( i don't remember exact java class). It's a lot easier to help if you include the full error. Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickl

Exception on running nodetool in windows

2012-12-18 Thread Vivek Mishra
Hi, I have been trying to run cassandra on windows(1.1.6) and i am getting an exception while checking my node status. nodetool ring -h localhost Classcastexception: can not convert java.lang.String to some another java type( i don't remember exact java class). But somehow, this is fine on ubun