在jclouds中找不到该资源

时间:2014-07-02 12:13:52

标签: openstack-swift jclouds

我在尝试时得到了这个

04:59:49.489 [main] DEBUG jclouds.wire` - << 

<html><h1>Not Found</h1><p>The resource could not be found.</p></html>
null

04:59:49.520 [main] DEBUG o.j.rest.internal.InvokeHttpMethod - >> invoking container:list
04:59:49.521 [main] DEBUG o.j.h.i.JavaUrlHttpCommandExecutorService - Sending request -1849476372: GET http://xxx.xx.xx.xxx:8080/v1/AUTH_2c5c2fbbfe22422496d5ebf6861199f2/?format=json HTTP/1.1
04:59:49.521 [main] DEBUG jclouds.headers - >> GET http://xxx.xx.xx.xxx:8080/v1/AUTH_2c5c2fbbfe22422496d5ebf6861199f2/?format=json HTTP/1.1
04:59:49.522 [main] DEBUG jclouds.headers - >> Accept: application/json
04:59:49.522 [main] DEBUG jclouds.headers - >> X-Auth-Token: 

在第

swiftApi.getObjectApiForRegionAndContainer("RegionOne", CONTAINER_NAME).get(OBJECT_NAME);

如何解决此问题

请通过jclouds分享与openstack内容检索相关的任何链接或示例应用程序。

1 个答案:

答案 0 :(得分:1)

试试Swift example in the jclouds OpenStack Guide。我刚刚在DevStack实例上尝试过,它正在运行。

如果你可以使用它,你应该能够使用自己的代码。