I have a cluster of 3 servers running couchbase 5.10 on centos 7.4. Everything works perfectly fine until I restart the couchbase server one of the servers. The error messages are not useful in any way. How can I figure out what is the issue?
Here is a snippet of the error
%
=========================CRASH REPORT=========================
crasher:
initial call: gen_event:init_it/6
pid: <0.5001.0>
registered_name: bucket_info_cache_invalidations
exception exit: killed
in function gen_event:terminate_server/4 (gen_event.erl, line 320)
ancestors: [bucket_info_cache,ns_server_sup,ns_server_nodes_sup,
<0.4894.0>,ns_server_cluster_sup,<0.88.0>]
messages:
links:
dictionary:
trap_exit: true
status: running
heap_size: 376
stack_size: 27
reductions: 15952
neighbours:[ns_server:debug,2018-01-14T13:27:24.505Z,ns_1@145.239.131.81:<0.4962.0>:remote_monitors:handle_down:158]Caller of remote monitor <0.4952.0> died with shutdown. Exiting
[ns_server:debug,2018-01-14T13:27:24.505Z,ns_1@145.239.131.81:ns_couchdb_port<0.4951.0>:ns_port_server:terminate:195]Shutting down port ns_couchdb
I see in another log file the following message:
=========================CRASH REPORT=========================
crasher:
initial call: application_master:init/4
pid: <0.87.0>
registered_name:
exception exit: {{shutdown,
{failed_to_start_child,ns_config_sup,
{shutdown,
{failed_to_start_child,ns_config,
{{badmatch,{error,“Unable to decrypt value”}},
[{ns_config_default,‘-decrypt/1-fun-0-’,1,
[{file,“src/ns_config_default.erl”},{line,657}]},
{misc,‘-rewrite_tuples/2-fun-0-’,2,
[{file,“src/misc.erl”},{line,701}]},
{misc,rewrite,2,[{file,“src/misc.erl”},{line,631}]},
{misc,do_rewrite,2,
[{file,“src/misc.erl”},{line,639}]},
{misc,do_rewrite,2,
[{file,“src/misc.erl”},{line,639}]},
{misc,‘-rewrite_tuples/2-fun-0-’,2,
[{file,“src/misc.erl”},{line,705}]},
{misc,rewrite,2,[{file,“src/misc.erl”},{line,631}]},
{misc,do_rewrite,2,
[{file,“src/misc.erl”},{line,639}]}]}}}}},
{ns_server,start,[normal,]}}
in function application_master:init/4 (application_master.erl, line 133)
ancestors: [<0.86.0>]
messages: [{‘EXIT’,<0.88.0>,normal}]
links: [<0.86.0>,<0.7.0>]
dictionary:
trap_exit: true
status: running
heap_size: 1598
stack_size: 27
reductions: 196
neighbours:
I have tried for the last 2 weeks to figure out what is the problem. I have reinstaled the servers at least 100 times. I become so frustrated that I am very close to siwtch to another NoSQL DB. This is my final try to get it working.
Thanks,
F