Created
August 16, 2012 19:24
-
-
Save ssinyagin/3372880 to your computer and use it in GitHub Desktop.
Kazoo d64eff45 crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@738-15:/opt/kazoo/whistle_apps# ./start-dev.sh | |
heart_beat_kill_pid = 15346 | |
Erlang R14B03 (erts-5.8.4) [source] [64-bit] [smp:14:14] [rq:14] [async-threads:8] [kernel-poll:true] | |
Eshell V5.8.4 (abort with ^G) | |
([email protected])1> 19:22:36.657 [info] Application lager started on node '[email protected]' | |
19:22:36.735 [info] Application crypto started on node '[email protected]' | |
19:22:36.784 [info] Application gproc started on node '[email protected]' | |
19:22:36.860 [info] Application amqp_client started on node '[email protected]' | |
19:22:36.876 [info] loaded amqp manager configuration from '/opt/kazoo/whistle_apps/../lib/whistle_amqp-1.0.0/priv/startup.config' | |
19:22:36.879 [info] waiting for AMQP connection... | |
19:22:37.100 [info] connected to AMQP broker 'amqp://guest:[email protected]:5672' | |
19:22:37.110 [info] Application whistle_amqp started on node '[email protected]' | |
19:22:37.191 [info] Application whistle_stats started on node '[email protected]' | |
19:22:37.252 [info] starting sasl | |
19:22:37.252 [info] starting crypto | |
19:22:37.253 [info] starting public_key | |
19:22:37.267 [info] starting ibrowse | |
19:22:37.267 [info] Application public_key started on node '[email protected]' | |
19:22:37.286 [info] Application ibrowse started on node '[email protected]' | |
19:22:37.286 [info] starting couchbeam | |
19:22:37.317 [info] new connection to host 127.0.0.1:5984, testing: {server,"127.0.0.1",5984,[],[{basic_auth,{"admin","password"}},{max_sessions,1024},{max_pipeline_size,10}]} | |
19:22:37.366 [error] CRASH REPORT Process <0.143.0> with 0 neighbours exited with reason: bad function error in couch_mgr:init_state_from_config/1 in gen_server:init_it/6 | |
19:22:37.378 [error] Supervisor whistle_couch_sup had child couch_mgr started with couch_mgr:start_link() at undefined exit with reason bad function error in couch_mgr:init_state_from_config/1 in context start_error | |
{"Kernel pid terminated",application_controller,"{application_start_failure,whistle_apps,{shutdown,{whistle_apps_app,start,[normal,[]]}}}"} | |
heart: Thu Aug 16 19:22:43 2012: Erlang has closed. | |
heart: Thu Aug 16 19:22:43 2012: Would reboot. Terminating. | |
Crash dump was written to: erl_crash.dump | |
Kernel pid terminated (application_controller) ({application_start_failure,whistle_apps,{shutdown,{whistle_apps_app,start,[normal,[]]}}}) | |
root@738-15:/opt/kazoo/whistle_apps# ls -al erl_crash.dump | |
-rw-r----- 1 root root 717479 Aug 16 19:22 erl_crash.dump | |
root@738-15:/opt/kazoo/whistle_apps# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i have the same error on Centos 5.8 x86_64,
could you resolve it?