You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "George Reyes (JIRA)" <ji...@apache.org> on 2015/07/27 23:15:04 UTC

[jira] [Resolved] (USERGRID-869) Asset creation when using S3BinaryStore doesn't function

     [ https://issues.apache.org/jira/browse/USERGRID-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Reyes resolved USERGRID-869.
-----------------------------------
    Resolution: Fixed

Fixed this by substituting the AwsSdkS3BinaryStore and updated the code to work with current 2.1 implementation.  S3BinaryStore had issues due to jclouds not playing nice with other dependencies. 

> Asset creation when using S3BinaryStore doesn't function
> --------------------------------------------------------
>
>                 Key: USERGRID-869
>                 URL: https://issues.apache.org/jira/browse/USERGRID-869
>             Project: Usergrid
>          Issue Type: Story
>          Components: Stack
>    Affects Versions: 2.1.0
>            Reporter: George Reyes
>            Assignee: George Reyes
>             Fix For: 2.1.0
>
>
> When creating an asset the following call works in 1.0 usergrid.
> curl -X POST -F name='example' -F file=@example.jpg 'https://localhost:8080/temp/test?access_token=<token>'
> properly uploading the asset. In 2.1 however the following gets returned. 
> {"error":"uncaught","timestamp":1437415007666,"duration":0,"error_description":"Internal Server Error","exception":"org.apache.usergrid.rest.exceptions.UncaughtException","error_id":"b0c5930c-2f08-11e5-818e-060beb1b9051"}%



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)