Error creating bean with name 'session' defined in class path resource [com/github/kindrat/cassandra/client/configuration/CassandraConfiguration.class
Could not load keyspaces : org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'session' defined in class path resource [com/github/kindrat/cassandra/client/configuration/CassandraConfiguration.class]: Invocation of init method failed; nested exception is com.datastax.driver.core.exceptions.InvalidQueryException: Keyspace 'system_schema' does not exis
To Reproduce Steps to reproduce the behavior:
- Go to file -> connect
- Write 10.20.bla.bla.host:9042
- Click on use authorisation
- Write username, password and click on submit
- See error at terminal
Desktop (please complete the following information):
- OS: Macos
- Version 10.13.6 siera
Is it problem at my connection or at cassandra-client?
@freelanseod In order to connect and retrieve schema list I'm using default cassandra keyspace. Appears it's not present in your installation. That's a dirty workaround but was working. What cassandra disctro and version are you using?