1

I am following this guide to connect to IBM Object Storage for Bluemix with Java: https://developer.ibm.com/recipes/tutorials/connecting-to-ibm-object-storage-for-bluemix-with-java/

I have double checked the values with the credentials in the service but when I execute the authenticate() method I get following exception:

Caused by: ClientResponseException{message=Not Found, status=404, status-code=NOT_FOUND}
    at org.openstack4j.core.transport.HttpExceptionHandler.mapException(HttpExceptionHandler.java:38)
    at org.openstack4j.core.transport.HttpExceptionHandler.mapException(HttpExceptionHandler.java:23)
    at org.openstack4j.openstack.internal.OSAuthenticator.authenticateV3(OSAuthenticator.java:158)
    at org.openstack4j.openstack.internal.OSAuthenticator.invoke(OSAuthenticator.java:70)
    at org.openstack4j.openstack.client.OSClientBuilder$ClientV3.authenticate(OSClientBuilder.java:165)
    at org.openstack4j.openstack.client.OSClientBuilder$ClientV3.authenticate(OSClientBuilder.java:128)
    at com.servengine.objectstorage.ObjectStorageClient.postConstruct(ObjectStorageClient.java:32)
    ... 85 more

Anyway I can know what is wrong? (URL, userId, password, project, domain, ...)

Thanks

icordoba
  • 1,834
  • 2
  • 33
  • 60

0 Answers0