cassandra-client icon indicating copy to clipboard operation
cassandra-client copied to clipboard

Error creating bean with name 'session' defined in class path resource [com/github/kindrat/cassandra/client/configuration/CassandraConfiguration.class

Open freelanseod opened this issue 6 years ago • 1 comments

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:

  1. Go to file -> connect
  2. Write 10.20.bla.bla.host:9042
  3. Click on use authorisation
  4. Write username, password and click on submit
  5. 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 avatar Jun 21 '19 12:06 freelanseod

@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?

Kindrat avatar Aug 19 '19 14:08 Kindrat