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.69.162': AuthenticationFailed('Failed to authenticate to 10.233.69.162: Error from server: code=0100 [Bad credentials] message="Error during authentication of user cassandra : org.apache.cassandra.exceptions.UnavailableException: Cannot achieve consistency level QUORUM"',), '10.233.73.221': error(111, "Tried connecting to [('10.233.73.221', 9042)]. Last error: Connection refused"), '10.233.72.46': AuthenticationFailed('Failed to authenticate to 10.233.72.46: 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.69.162': AuthenticationFailed('Failed to authenticate to 10.233.69.162: Error from server: code=0100 [Bad credentials] message="Provided username nelson24 and/or password are incorrect"',), '10.233.73.221': error(111, "Tried connecting to [('10.233.73.221', 9042)]. Last error: Connection refused"), '10.233.72.46': AuthenticationFailed('Failed to authenticate to 10.233.72.46: 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.