As per the article I could generate tokens, configured cassandra.yaml on 2 machines and restarted services on 2 machines…
http://www.datastax.com/resources/articles/setup-and-monitor-a-multi-node-cassandra-cluster-on-windows
After that need to check for the new cluster using nodetool utility by entering the following command: nodetool –h localhost ring.
The output shows:
C:\Program Files\DataStax Community\apache-cassandra\bin>nodetool -h localhost ring
Starting NodeTool
Exception in thread "main" java.lang.NoClassDefFoundError: Files\DataStax
Caused by: java.lang.ClassNotFoundException: Files\DataStax
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: Files\DataStax. Program will exit.
Can anyone help me resolving this issues? Seems like it could not find the jar files.
