Hello,
Has anyone successfully deployed ORS 8.1.2 with Apache Cassandra (1.1.2)?
Im having problem with deploying Cassandra.
Have followed the ORS Deployment guide, not sure what to do here:
[i]Procedure:
Loading the Cassandra Schema
Purpose: To load the schema after the Cassandra Server is started
Summary
After all nodes in the cluster are started (which might be only one), execute
one of the commands in this procedure (for Windows or Linux) from the
Cassandra installation directory. Execute these commands on a single node
only; Cassandra distributes the schema from the executing node to all nodes in
the cluster.
Start of procedure
1. Execute the following command on Windows:
.\bin\cassandra-cli.bat -host ip-address-of-cassandra-host
--file conf/orchestration-schema-sample.txt
where ip-address-of-cassandra-host is the host IP. For example,
135.225.58.81.[/i]
When I attempt to start the cassandra-cli.bat, I receive a connection refused message where it seems to be trying to connect to 127.0.0.1/9160.
In ORS logs I am receiving this message:
[i]09:36:25.962 Std 21006 ORS Cluster: Node 139@102:3900 added
09:36:25.962 Std 21001 ORS Cluster: Enabled - this node Routing_Cluster_1/139@102:3900
09:36:27.930 Std 23002 ORS Cassandra schema version ORS8110000 No Cassandra hosts available <TTransportException: Internal error>: Orchestration terminating
09:36:28.274 Std 01000 ors Exiting[/i]
Could be related to loading the cassandra schema.
Have set JAVA_HOME (on java 6)
Have set CASSANDRA_HOME environment variables.
Thanks.