You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: