Hi Pavan! On Sun, Sep 29, 2013 at 2:39 PM, Pavan Sudheendra <[email protected]> wrote: > In the comment section, > https://issues.apache.org/jira/browse/COUCHDB-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel > > Alex got a more detailed error message which i'm just failing to re-create > no matter how much ever i try : > > I changed util_driver_dir to point to some random location in > src/couchdb/default.ini and i couldn't get the message..
$ couchdb -V | head -n 1 couchdb - Apache CouchDB 1.5.0+build.b144050 $ curl -X PUT http://localhost:5984/_config/couchdb/util_driver_dir -d '"/foo/bar/baz"' -H 'Content-Type:application/json' "/usr/lib64/couchdb/erlang/lib/couch-1.5.0+build.b144050/priv/lib" $ /etc/init.d/couchdb stop * Stopping couchdb ... * start-stop-daemon: no matching processes found $ couchdb kernel-poll not supported; "K" parameter ignored Apache CouchDB 1.5.0+build.b144050 (LogLevel=debug) is starting. Configuration Settings ["/etc/couchdb/default.ini","/etc/couchdb/local.ini"]: ... long list of settings ... {"init terminating in do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/etc/couchdb/default.ini","/etc/couchdb/local.ini"]]},{'EXIT',{{badmatch,{error,{shutdown,{failed_to_start_child,couch_primary_services,{shutdown,{failed_to_start_child,collation_driver,"cannot open shared object file: No such file or directory"}}}}}},[{couch_server_sup,start_server,1,[{file,"couch_server_sup.erl"},{line,98}]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,269}]}]}}}}}},[{couch,start,0,[{file,"couch.erl"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}} Hope this help (: -- ,,,^..^,,,
