- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我使用 apt-get
在 Ubuntu 14.04 中安装了 couchdb。
当我尝试运行它时,出现以下错误:
{"init terminating in do_boot",{{badmatch,{error,{bad_return,{{couch_app,start,[normal,["/etc/couchdb/default.ini","/etc/couchdb/local.ini"]]},{'EXIT',{{badmatch,{error,{error,enoent}}},[{couch_server_sup,start_server,1,[{file,"couch_server_sup.erl"},{line,56}]},{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,[]}]}}
我做错了什么?
我的环境是Erlang:ubuntu 14.04中的R16B03。我使用 nginx(启用了 ssl)。我应该对我的 nginx 配置文件做些什么吗?
当我执行 couchdb -b
时,我得到:
Apache CouchDB needs write permission on the PID file: /var/run/couchdb/couchdb.pid
而且,当我执行 sudo chown -R couchdb/var/run/couchdb
时,我得到以下信息:
chown: cannot access ‘/var/run/couchdb’: No such file or directory
最佳答案
您正在尝试更改/var/run 下 couchdb 目录的所有者,但它尚不存在。
创建目录:
sudo mkdir /var/run/couchdb
然后您可以运行更改所有者命令
sudo chown -R couchdb /var/run/couchdb
关于ubuntu - Ubuntu 14.04 中的 Couchdb 'init terminating in do_boot' 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23619981/
这是我在“factorial.erl”中的代码: -module(factorial). -author("jasonzhu"). %% API -export([fac/1]). fac(0) ->
我刚刚在 Chicago Boss(Erlang 网络框架)目录中尝试“make”但失败了有错误 {"init terminating in do_boot",{undef,[{make,all,[]
我的项目在 .../deps 中有许多依赖项,在 .../apps 中有两个包含的 Erlang 应用程序。rebar.config: {sub_dirs, ["apps/rmbrDb","apps/
我安装了 erl7.3 和 rabbitmq_server-3.6.1,但是当我运行 rabbitmq-plugins enable rabbitmq_stomp 时出现以下错误. { "init t
当我启动 Rabbitmq 并想知道出了什么问题时,我不断收到此错误? BOOT FAILED =========== Error description: init:do_boot/3 li
我使用 apt-get 在 Ubuntu 14.04 中安装了 couchdb。 当我尝试运行它时,出现以下错误: {"init terminating in do_boot",{{badmatch,
我想用 Erlang 开发一个 Web 应用程序,所以我在 Windows 7 上安装了 Yaws 1.92。 但是当我尝试同时使用 yaws 和 yaws -i 启动 Yaws 时,我收到此错误消息
Erlang 非常新,任何尝试使用 rebar 运行简单的 hello world 程序都会导致以下错误: ./rel/mysample/bin/mysample console Exec: /hom
我是一名优秀的程序员,十分优秀!