I attached the log file. There I observed that when I tried to start rabbitmq-server, I observed the following error message:
Line 37598
2021-01-07 18:56:10.865 [info] <0.301.0> ra: meta data store initialised. 0 record(s) recovered
2021-01-07
18:56:10.866 [info] <0.312.0> WAL: recovering
["/var/lib/rabbitmq/mnesia/rabbit@alexandra-VirtualBox/quorum/rabbit@alexandra-VirtualBox/00000055.wal"]
2021-01-07
18:56:10.867 [error] <0.312.0> CRASH REPORT Process
<0.312.0> with 0 neighbours exited with reason: no case clause
matching {ok,<<>>} in ra_log_wal:open_existing/1 line 646 in
gen_batch_server:init_it/6 line 165
The first error appeared in line 605
2021-01-07 15:12:07.080 [info] <0.306.0> ra: meta data store initialised. 0 record(s) recovered
2021-01-07
15:12:07.081 [info] <0.318.0> WAL: recovering
["/var/lib/rabbitmq/mnesia/rabbit@alexandra-VirtualBox/quorum/rabbit@alexandra-VirtualBox/00000055.wal"]
2021-01-07
15:12:07.083 [error] <0.318.0> CRASH REPORT Process
<0.318.0> with 0 neighbours exited with reason: no case clause
matching {ok,<<>>} in ra_log_wal:open_existing/1 line 646 in
gen_batch_server:init_it/6 line 165
2021-01-07 15:12:07.083 [error]
<0.317.0> Supervisor ra_log_wal_sup had child ra_log_wal started
with ra_log_wal:start_link(#{compute_checksums => true,dir =>
"/var/lib/rabbitmq/mnesia/rabbit@alexandra-VirtualBox/quorum...",...},
[{max_batch_size,32768}]) at undefined exit with reason no case clause
matching {ok,<<>>} in ra_log_wal:open_existing/1 line 646 in
context start_error
I hope someone can help me with this!
Many thanks in advance,
Alexandra