New virtual node not starting

2013-06-05 Thread himanshu.joshi
Hi, I have added a third node(virtual) to a previously existing two node test cluster(virtual). When I am starting the new node after doing changes in the configuration file, it is getting struck for hours every time showing the following logs: ...

Re: java.lang.AssertionError on starting the node

2013-06-04 Thread himanshu.joshi
Hi, I deleted a column family from the keyspace and the error has gone now. Thanks for the reply. -- Thanks & Regards, Himanshu Joshi On 05/31/2013 08:16 PM, S C wrote: What was the node doing right before the ERROR? Can you post some more log? Thanks, SC --

java.lang.AssertionError on starting the node

2013-05-30 Thread himanshu.joshi
Hi, I have created a 2 node test cluster in Cassandra version 1.2.3 with Simple Strategy and Replication Factor 2. The Java version is "1.6.0_27" The seed node is working fine but when I am starting the second node it is showing the following error: ERROR 10:16:55,603 Exception in thread

Re: Error on Range queries

2013-05-06 Thread himanshu.joshi
temp where min_update >10 limit 5; You have to have at least one indexes column in the where clause that uses the equal operator. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 4/05/2013, at 1:22 AM, himanshu.joshi

Error on Range queries

2013-05-03 Thread himanshu.joshi
Hi, I have created a 2 node test cluster in Cassandra version 1.2.3 with Simple Strategy, Replication Factor 2 and ByteOrderedPartitioner(so as to get Range Query functionality). When i am using a range query on a secondary index in CQLSH, I am getting the error : "Bad Request: No in

Re: Getting error while inserting data in cassandra table using Java with JDBC

2013-04-17 Thread himanshu.joshi
CQL these are not relevant. Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 18/04/2013, at 1:31 AM, himanshu.joshi <mailto:himanshu.jo...@orkash.com>> wrote: Hi, When I am trying to insert the data int

Getting error while inserting data in cassandra table using Java with JDBC

2013-04-17 Thread himanshu.joshi
Hi, When I am trying to insert the data into a table using Java with JDBC, I am getting the error InvalidRequestException(why:cannot parse 'Jo' as hex bytes) My insert quarry is: insert into temp(id,name,value,url_id) VALUES(108, 'Aa','Jo',10); This insert quarry is running successfully fro