everytime that I shutdown and start the raspberry Pi 3 after a fresh and working Thingsboard instalation it won't start due to an error on cqlsh.
the Log file shows this error:
2017-02-03 23:27:07,556 [localhost-startStop-1] WARN o.t.s.dao.cassandra.CassandraCluster - Failed to initialize cassandra cluster due to All host(s) tried for query failed (tried: /127.0.0.1:9042 (com.datastax.driver.core.exceptions.TransportException: [/127.0.0.1] Cannot connect)). Will retry in 3000 ms
and running the command cqlsh I got:
pi@raspberrypi:~ $ cqlsh Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})
How can I fix this error?