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
Hello @koushikkothagal, I hope you're doing well. I tried running your repo, and I'm getting the following error:
Exception in thread "main" java.lang.IllegalStateException: Invalid bundle: missing file config.json
at com.datastax.oss.driver.internal.core.config.cloud.CloudConfigFactory.createCloudConfig(CloudConfigFactory.java:114)
at com.datastax.oss.driver.api.core.session.SessionBuilder.buildDefaultSessionAsync(SessionBuilder.java:876)
at com.datastax.oss.driver.api.core.session.SessionBuilder.buildAsync(SessionBuilder.java:817)
at com.datastax.oss.driver.api.core.session.SessionBuilder.build(SessionBuilder.java:835)
at com.telusko.AstraJavaDemo.ConnectDatabase.main(ConnectDatabase.java:16)
I also followed the exact same documentation given in the DataStax website, but I couldn't resolve the issue. Any ideas what could cause this problem?
The text was updated successfully, but these errors were encountered:
Hello @koushikkothagal, I hope you're doing well. I tried running your repo, and I'm getting the following error:
Exception in thread "main" java.lang.IllegalStateException: Invalid bundle: missing file config.json
at com.datastax.oss.driver.internal.core.config.cloud.CloudConfigFactory.createCloudConfig(CloudConfigFactory.java:114)
at com.datastax.oss.driver.api.core.session.SessionBuilder.buildDefaultSessionAsync(SessionBuilder.java:876)
at com.datastax.oss.driver.api.core.session.SessionBuilder.buildAsync(SessionBuilder.java:817)
at com.datastax.oss.driver.api.core.session.SessionBuilder.build(SessionBuilder.java:835)
at com.telusko.AstraJavaDemo.ConnectDatabase.main(ConnectDatabase.java:16)
I also followed the exact same documentation given in the DataStax website, but I couldn't resolve the issue. Any ideas what could cause this problem?
The text was updated successfully, but these errors were encountered: