Resource Menu


RE : Execution under Linux…
Dear Bruno,

The reason of the failure is probably the fact that you do not use the right launch script. The run.sh script is here indicative and paths may have to be adjusted. The main launch scripts are run.jar and run.py.

To launch Cassandra, you should try one of the following commands:

java -jar run.jar

This file is directly self-executable under Windows and Mac OS-X. This is the best and the simplest way to launch Cassandra.

This file is generated from the run.py script using the Jython to Java compiler Jythonc. You can also launch Cassandra, you can also try the following command:

jython run.py

In this approach, you can edit and adjust the library paths according to the specific needs of your installation.

Both commands should work.

Thanks for this feedback, we will change/remove the run.sh file in the next update of Cassandra.

Best regards,

The Artenum Team.

posted by Guest at Jun 17, 2005 2:20 AM