Hi,
we are using RabbitMQ for Coveo.
I've been working with it for a couple of days now and it seemed to work untill yesterday.
The service stopped and can't be started again.
Windows log shows:
RabbitMQ for Coveo: Erlang machine voluntarily stopped. The service is not restarted as OnFail is set to ignore.
log:
=INFO REPORT==== 31-Dec-2015::09:01:04 ===
Error description:
{could_not_start,rabbit,
{bad_return,
{{rabbit,start,[normal,[]]},
{'EXIT',
{rabbit,failure_during_boot,
{badmatch,
{error,
{{{function_clause,
[{rabbit_queue_index,journal_minus_segment1,
[{no_pub,del,no_ack},
{{<<53,194,168,224,48,101,36,8,243,183,177,125,113,83,189,17>>,
{message_properties,undefined,false},
true},
del,ack}],
[]},
{rabbit_queue_index,'-journal_minus_segment/2-fun-0-',4,[]},
{array,sparse_foldl_3,7,[{file,"array.erl"},{line,1675}]},
{array,sparse_foldl_2,9,[{file,"array.erl"},{line,1669}]},
{rabbit_queue_index,'-recover_journal/1-fun-0-',1,[]},
{lists,map,2,[{file,"lists.erl"},{line,1224}]},
{rabbit_queue_index,segment_map,2,[]},
{rabbit_queue_index,recover_journal,1,[]}]},
{gen_server2,call,[<0.200.0>,out,infinity]}},
{child,undefined,msg_store_persistent,
{rabbit_msg_store,start_link,
[msg_store_persistent,
"c:/Program Files/Coveo Enterprise Search 7/Third-Party/RabbitMQ for Coveo/db/rabbit@DEVSITECORE03-mnesia",
[],
{#Fun<rabbit_queue_index.2.60982745>,
{start,[{resource,<<"/">>,queue,<<"Bekaert_Master">>}]}}]},
transient,4294967295,worker,
[rabbit_msg_store]}}}}}}}}}
sasl log:
=CRASH REPORT==== 31-Dec-2015::09:01:04 ===
crasher:
initial call: application_master:init/4
pid: <0.139.0>
registered_name: []
exception exit: {bad_return,
{{rabbit,start,[normal,[]]},
{'EXIT',
{rabbit,failure_during_boot,
{badmatch,
{error,
{{{function_clause,
[{rabbit_queue_index,journal_minus_segment1,
[{no_pub,del,no_ack},
{{<<53,194,168,224,48,101,36,8,243,183,177,125,
113,83,189,17>>,
{message_properties,undefined,false},
true},
del,ack}],
[]},
{rabbit_queue_index,
'-journal_minus_segment/2-fun-0-',4,[]},
{array,sparse_foldl_3,7,
[{file,"array.erl"},{line,1675}]},
{array,sparse_foldl_2,9,
[{file,"array.erl"},{line,1669}]},
{rabbit_queue_index,
'-recover_journal/1-fun-0-',1,[]},
{lists,map,2,[{file,"lists.erl"},{line,1224}]},
{rabbit_queue_index,segment_map,2,[]},
{rabbit_queue_index,recover_journal,1,[]}]},
{gen_server2,call,[<0.200.0>,out,infinity]}},
{child,undefined,msg_store_persistent,
{rabbit_msg_store,start_link,
[msg_store_persistent,
"c:/Program Files/Coveo Enterprise Search 7/Third-Party/RabbitMQ for Coveo/db/rabbit@DEVSITECORE03-mnesia",
[],
{#Fun<rabbit_queue_index.2.60982745>,
{start,
[{resource,<<"/">>,queue,
<<"Bekaert_Master">>}]}}]},
transient,4294967295,worker,
[rabbit_msg_store]}}}}}}}}
in function application_master:init/4 (application_master.erl, line 133)
ancestors: [<0.138.0>]
messages: [{'EXIT',<0.140.0>,normal}]
links: [<0.138.0>,<0.7.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 4185
stack_size: 27
reductions: 356
neighbours:
We have enough diskspace and nothing changed on the machine that would explain why it stopped working.
Any Ideas here?
Best regards.
Rik