Results

By type

          Sleeping for 120 seconds before running cql
#############################################
############## Let run cql's ################
#############################################
Current Variables in play
Default User
DEF_USER=cassandra
DEF_PASS=***********
New User
USERNAME=nelson24
PASSWORD=***********
TIMEOUT=30
Running cqlsh --request-timeout=30 -u cassandra -p cassandra -e "describe keyspaces;" music-cassandra 9042;
Connection error: ('Unable to connect to any servers', {'10.233.67.128': error(111, "Tried connecting to [('10.233.67.128', 9042)]. Last error: Connection refused"), '10.233.74.24': OperationTimedOut('errors=Timed out creating connection (5 seconds), last_host=None',), '10.233.75.182': AuthenticationFailed('Failed to authenticate to 10.233.75.182: Error from server: code=0100 [Bad credentials] message="Error during authentication of user cassandra : org.apache.cassandra.exceptions.UnavailableException: Cannot achieve consistency level QUORUM"',)})
cassandra failed, trying with nelson24
Connection error: ('Unable to connect to any servers', {'10.233.67.128': error(111, "Tried connecting to [('10.233.67.128', 9042)]. Last error: Connection refused"), '10.233.74.24': AuthenticationFailed('Failed to authenticate to 10.233.74.24: Error from server: code=0100 [Bad credentials] message="Provided username nelson24 and/or password are incorrect"',), '10.233.75.182': AuthenticationFailed('Failed to authenticate to 10.233.75.182: Error from server: code=0100 [Bad credentials] message="Provided username nelson24 and/or password are incorrect"',)})
cassandra and nelson24 fail. DB might need to be initialized again. This shouldn't have happend.