You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Ronelle Landy (JIRA)" <ji...@apache.org> on 2013/04/15 22:44:16 UTC

[jira] [Created] (DTACLOUD-544) GET api/buckets for the google driver errors out

Ronelle Landy created DTACLOUD-544:
--------------------------------------

             Summary: GET api/buckets for the google driver errors out
                 Key: DTACLOUD-544
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-544
             Project: DeltaCloud
          Issue Type: Bug
          Components: Native/Frontend
         Environment: deltacloud-core gem 1.1.3 under test
google driver
buckets collection
            Reporter: Ronelle Landy


>> curl -v -X GET --user "un:pw" "http://localhost:3001/api/buckets?format=xml"
* About to connect() to localhost port 3001 (#0)
*   Trying ::1...
* Connection refused
*   Trying 127.0.0.1...
* connected
* Connected to localhost (127.0.0.1) port 3001 (#0)
* Server auth using Basic with user 'XXXX'
> GET /api/buckets?format=xml HTTP/1.1
> Authorization: Basic R09PRzVRV1ZNVU9NT1NQWFRBVE06NDdMMys5MFI1ak9HYU81NUdvbHlsTmVqSGc4dmh3RnZobHFYWlhhUA==
> User-Agent: curl/7.27.0
> Host: localhost:3001
> Accept: */*
> 
< HTTP/1.1 500 Internal Server Error
< Content-Type: application/xml
< Server: Apache-Deltacloud/1.1.2
< X-Deltacloud-Driver: google
< Content-Length: 342
< X-Content-Type-Options: nosniff
< Date: Mon, 15 Apr 2013 22:22:17 GMT
< Connection: keep-alive
< 
<?xml version='1.0' encoding='utf-8' ?>
<error status='500' url='/api/buckets'>
  <backend driver='google' provider='default'></backend>
  <code>500</code>
  <message><![CDATA[Internal Server Error]]></message>
  <backtrace>
    <![CDATA[]]>
  </backtrace>
  <request>
    <param name='format'><![CDATA["xml"]]></param>
  </request>
</error>
* Connection #0 to host localhost left intact
* Closing connection #0


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira