spring-petclinic / spring-petclinic-reactive

Reactive version of Spring PetClinic sample application based on Spring Webflux and Cassandra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Service Account Creation/CASSANDRA_KEYSPACE_CQL placeholder error

sbyri97 opened this issue · comments

After creating an AstraDB and Keyspace and launching the gitpod, I do not see a place on my datastax account to create a service account. Has it been deprecated?

When I try to template the app and clone into my local machine, I am able to connect to the AstraDB through the Java Driver, however when I try to run the full application, I get the following error: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cassandraConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'CASSANDRA_KEYSPACE_CQL' in value "${CASSANDRA_KEYSPACE_CQL}. This placeholder is only seems to be present in the application.yaml file where I've set CASSANDRA_USE_ASTRA to true.