Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Invalid
-
None
-
None
-
None
-
windows 7 64bit, jdk1.7, latest code from github, devcenter 1.0
-
Normal
Description
I got the current code and built it. When I start cassandra, I see native port is running in DOS shell. When I try to connect with DevCenter 1.0, it can't connect.
I was trying to test the new secondary index on collection/maps, but DevCenter can't connect. I'm able to connect with cassandra-cli and printout the cluster info. I'm also able to print out the system keyspace.
The last time I was able to connect to 2.1 from DevCenter was Jan 8, 2014.
After cassandra starts, this is what I see:
INFO 01:35:49 Initializing system_traces.events
INFO 01:35:49 Enqueuing flush of Memtable-local@1237268208(75/750 serialized/live bytes, 6 ops)
INFO 01:35:49 Writing Memtable-local@1237268208(75/750 serialized/live bytes, 6 ops)
INFO 01:35:49 Completed flushing E:\github\cassandra\build\dist\data\system\local-7ad54392bcdd35a684174e0
INFO 01:35:49 Enqueuing flush of Memtable-local@1247288270(8548/85480 serialized/live bytes, 257 ops)
INFO 01:35:49 Writing Memtable-local@1247288270(8548/85480 serialized/live bytes, 257 ops)
INFO 01:35:49 Completed flushing E:\github\cassandra\build\dist\data\system\local-7ad54392bcdd35a684174e0
INFO 01:35:49 Compacting [SSTableReader(path='E:\github\cassandra\build\dist\data\system\local-7ad54392bc
er(path='E:\github\cassandra\build\dist\data\system\local-7ad54392bcdd35a684174e047860b377\system-local-ka
INFO 01:35:49 Node localhost/127.0.0.1 state jump to normal
INFO 01:35:49 Compacted 4 sstables to [E:\github\cassandra\build\dist\data\system\local-7ad54392bcdd35a68
INFO 01:35:49 Startup completed! Now serving reads.
INFO 01:35:49 Waiting for gossip to settle before accepting client requests...
INFO 01:35:57 Starting listening for CQL clients on localhost/127.0.0.1:9042...
INFO 01:35:57 Binding thrift service to localhost/127.0.0.1:9160
INFO 01:35:57 Listening for thrift clients...