You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Paul Freet <pf...@gmail.com> on 2011/02/25 01:09:18 UTC

Help with error

New installation of CouchDB 0.11.2.

Built a database, added a view.

Getting the following error in Futon when looking at the view:

{{badmatch,{error,eacces}},
  [{couch_file,init,1},{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}

Any thoughts on this error message? BTW, this worked perfectly on 
another server, same database and view.

Re: Help with error

Posted by Paul Freet <pf...@gmail.com>.
Thank you for the pointer. Turns out the file .shell_design was not 
assigned to the couchdb user. Simple fix.

On 2/24/11 9:01 PM, Randall Leeds wrote:
> It looks like a file permissions error.
> Perhaps you ran couchdb as root once and got bad permissions on the view
> index?
>
> Check that everything under your database and view directories are owned
> by the user running couchdb. Generally this is the 'couchdb' user.
>
> On Thu, Feb 24, 2011 at 16:09, Paul Freet <pfreet@gmail.com
> <ma...@gmail.com>> wrote:
>
>     New installation of CouchDB 0.11.2.
>
>     Built a database, added a view.
>
>     Getting the following error in Futon when looking at the view:
>
>     {{badmatch,{error,eacces}},
>       [{couch_file,init,1},{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}
>
>     Any thoughts on this error message? BTW, this worked perfectly on
>     another server, same database and view.
>
>

Re: Help with error

Posted by Randall Leeds <ra...@gmail.com>.
It looks like a file permissions error.
Perhaps you ran couchdb as root once and got bad permissions on the view
index?

Check that everything under your database and view directories are owned by
the user running couchdb. Generally this is the 'couchdb' user.

On Thu, Feb 24, 2011 at 16:09, Paul Freet <pf...@gmail.com> wrote:

> New installation of CouchDB 0.11.2.
>
> Built a database, added a view.
>
> Getting the following error in Futon when looking at the view:
>
> {{badmatch,{error,eacces}},
>  [{couch_file,init,1},{gen_server,init_it,6},{proc_lib,init_p_do_apply,3}]}
>
> Any thoughts on this error message? BTW, this worked perfectly on another
> server, same database and view.
>