Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
freelanseod opened this issue Jun 21, 2019 · 1 comment

Comments

@freelanseod
Copy link

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?

@Kindrat
Copy link
Owner

Kindrat commented Aug 19, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants