1

I just signed up for a trial of Oracle Cloud, and am going through the tutorial for the Java Service, but to do that I have to set up the DB Cloud service. However, when I set up the Cloud Service Container I get the following error.

Error: Creation of cloud storage container, https://us1.storage.oraclecloud.com/v1/Storage–Blanks/myFirstContainer, failed: [ERROR] InvalidStorageConnection: cannot authenticate: 

I saw that some people got post it by setting a replication policy within Cloud Storage. I tried that, and it did not work.

JiriS
  • 5,307
  • 4
  • 27
  • 39
JackParker2
  • 147
  • 1
  • 2
  • 11

1 Answers1

0

To setup the database as a service, one needs to provide a valid Oracle Storage service container, your error indicates that the container connection information is not set correctly. You may want to check whether:

  1. the provided container path complies to the required format;
  2. you provided the correct username/password. To verify, either use the same credentials to login to the My Services page; or construct an AUTH call to storage to see if it returns the auth token, see details here.
Chen Xie
  • 2,831
  • 5
  • 22
  • 42