Skip to content

Instantly share code, notes, and snippets.

@ssinyagin
Created August 16, 2012 19:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssinyagin/3372880 to your computer and use it in GitHub Desktop.
Save ssinyagin/3372880 to your computer and use it in GitHub Desktop.
Kazoo d64eff45 crash
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)
(whistle_apps@738-15.vm.clodoserver.ru)1> 19:22:36.657 [info] Application lager started on node 'whistle_apps@738-15.vm.clodoserver.ru'
19:22:36.735 [info] Application crypto started on node 'whistle_apps@738-15.vm.clodoserver.ru'
19:22:36.784 [info] Application gproc started on node 'whistle_apps@738-15.vm.clodoserver.ru'
19:22:36.860 [info] Application amqp_client started on node 'whistle_apps@738-15.vm.clodoserver.ru'
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:guest@127.0.0.1:5672'
19:22:37.110 [info] Application whistle_amqp started on node 'whistle_apps@738-15.vm.clodoserver.ru'
19:22:37.191 [info] Application whistle_stats started on node 'whistle_apps@738-15.vm.clodoserver.ru'
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 'whistle_apps@738-15.vm.clodoserver.ru'
19:22:37.286 [info] Application ibrowse started on node 'whistle_apps@738-15.vm.clodoserver.ru'
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#
@smsgroupat
Copy link

i have the same error on Centos 5.8 x86_64,
could you resolve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment