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/05 19:42:13 UTC

[jira] [Created] (COUCHDB-3011) Unable to create database with "/" name

Dane Jones created COUCHDB-3011:
-----------------------------------

             Summary: Unable to create database with "/" name
                 Key: COUCHDB-3011
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3011
             Project: CouchDB
          Issue Type: Question
          Components: Futon, HTTP Interface
            Reporter: Dane Jones


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 -vX put http://127.0.0.1:5984/artist%2Fguid/
returns: "no_db_file"

I enabled debug logging and this is the error the log produces.
~~~
Could not open file /usr/local/var/lib/couchdb/artist/guid.couch: no such file or directory
~~~
I checked the path and on a whim created the "artist" directory using the couchdb account, which is the execution context of the server.  No change.

This feels like a permission issue within the OS but I'm not sure what I'm missing.  Any ideas?



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