You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Dane Jones (JIRA)" <ji...@apache.org> on 2016/05/09 16:49:12 UTC

[jira] [Commented] (COUCHDB-3011) Unable to create or access database with "/" in name when using futon

    [ https://issues.apache.org/jira/browse/COUCHDB-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276602#comment-15276602 ] 

Dane Jones commented on COUCHDB-3011:
-------------------------------------

After working with the TurnKey Linux team the issue appears to be with the Nginx proxy causing issues.
The full details are not yet hashed out but I'm confident that the issue is not with Futon.

> Unable to create or access database with "/" in name when using futon
> ---------------------------------------------------------------------
>
>                 Key: COUCHDB-3011
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3011
>             Project: CouchDB
>          Issue Type: Question
>          Components: Futon, HTTP Interface
>    Affects Versions: 1.6.1
>            Reporter: Dane Jones
>              Labels: database, forwardslash, no_db_file
>
> First of all, this CouchDB v1.6.1 appliance was acquired from TurnKeyLinux.com
> I'm attempting to create a database named "artist/guid".
> With futon I'm using the UI to with name "artist/guid" returns: "no_db_file"
> With the HTTP API I used:
> curl -u admin -X PUT http://127.0.0.1:5984/artist%2Fguid/
> returns successfully.
> Futon lists the DB but upon accessing it I retrieve the "no_db_file" error again.
> If I create a document within the database using the HTTP API is seams to work fine.
> curl -u admin -X POST  http://127.0.0.1:5984/artist%2Fguid/ -H "Content-Type: application/json" -d {}
> *edited*



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