[Hawkular-dev] Can’t run inventory hawkular-service

Heiko W.Rupp hrupp at redhat.com
Tue Jun 21 02:55:35 EDT 2016


Hi,


On 21 Jun 2016, at 5:49, Austin Kuo wrote:

> I started a cassandra cluster with:
>> ccm create test -v 2.2.6 -n 1 -s && ccm start test

I think you could use v 3.7 of Cassandra.

> 15 with message: Could not instantiate implementation:
> com.thinkaurelius.titan.diskstorage.cassandra.thrift.CassandraThriftStoreManager.

You need to enable RPC

either via setting the env variable of CASSANDRA_START_RPC to true

or by editing cassandra.yml and setting it there:

# Whether to start the thrift rpc server.
start_rpc: true



More information about the hawkular-dev mailing list