Skip to content

Instantly share code, notes, and snippets.

@databus23
Created February 3, 2016 10:32
Show Gist options
  • Save databus23/20459d571ad5922ab84a to your computer and use it in GitHub Desktop.
Save databus23/20459d571ad5922ab84a to your computer and use it in GitHub Desktop.
rabbitmq stomp exception
=ERROR REPORT==== 3-Feb-2016::10:31:00 ===
** Generic server <0.582.70> terminating
** Last message in was {'EXIT',<0.574.70>,
{function_clause,
[{rabbit_stomp_reader,log_reason,
[{stomp_unexpected_cast,client_timeout},
{reader_state,#Port<0.430455>,
"10.9.22.136:59381 -> 10.67.74.133:61613",
{resume,#Fun<rabbit_stomp_frame.0.116712418>},
{proc_state,"session-Z9Za9c-pnw87cB_XDfA7VA",
<0.574.70>,<0.558.70>,
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]}}},
"1.1",#Fun<rabbit_stomp_reader.2.126697617>,
undefined,
{stomp_configuration,"***","***",false,
false},
{set,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]}}},
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]}}},
#Fun<rabbit_stomp_processor.5.59908522>,
{amqp_adapter_info,
{10,67,74,133},
61613,
{10,9,22,136},
59381,
<<"10.9.22.136:59381 -> 10.67.74.133:61613">>,
{'STOMP',0},
[{ssl,false}]},
#Fun<rabbit_stomp_reader.0.126697617>,
#Fun<rabbit_stomp_reader.1.126697617>,none,
{10,67,74,133},
false},
running,false,true,undefined}],
[{file,"src/rabbit_stomp_reader.erl"},{line,232}]},
{rabbit_stomp_reader,terminate,2,
[{file,"src/rabbit_stomp_reader.erl"},{line,224}]},
{gen_server2,terminate,3,
[{file,"src/gen_server2.erl"},{line,1146}]},
{proc_lib,wake_up,3,
[{file,"proc_lib.erl"},{line,247}]}]}}
** When Server state == {ch,running,rabbit_framing_amqp_0_9_1,1,<0.574.70>,
<0.574.70>,<0.558.70>,
<<"10.9.22.136:59381 -> 10.67.74.133:61613">>,
{lstate,<0.583.70>,false},
none,1,
{[],[]},
{user,<<"guest">>,[],
[{rabbit_auth_backend_internal,none}]},
<<"/mcollective">>,<<>>,
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[]}}},
{state,
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[],[]}}},
erlang},
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[]}}},
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[]}}},
{set,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],
[],[]}}},
<0.31488.69>,
{state,coarse,20000,undefined},
false,1,
{{0,nil},{0,nil}},
[],
{{0,nil},{0,nil}},
[{<<"publisher_confirms">>,bool,true},
{<<"exchange_exchange_bindings">>,bool,true},
{<<"basic.nack">>,bool,true},
{<<"consumer_cancel_notify">>,bool,true},
{<<"connection.blocked">>,bool,true},
{<<"authentication_failure_close">>,bool,true}],
none,0,none,flow,[]}
** Reason for termination ==
** {function_clause,
[{rabbit_stomp_reader,log_reason,
[{stomp_unexpected_cast,client_timeout},
{reader_state,#Port<0.430455>,
"10.9.22.136:59381 -> 10.67.74.133:61613",
{resume,#Fun<rabbit_stomp_frame.0.116712418>},
{proc_state,"session-Z9Za9c-pnw87cB_XDfA7VA",<0.574.70>,
<0.558.70>,
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}},
"1.1",#Fun<rabbit_stomp_reader.2.126697617>,undefined,
{stomp_configuration,"guest","***",false,false},
{set,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}},
{dict,0,16,16,8,80,48,
{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},
{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}},
#Fun<rabbit_stomp_processor.5.59908522>,
{amqp_adapter_info,
{10,67,74,133},
61613,
{10,9,22,136},
59381,<<"10.9.22.136:59381 -> 10.67.74.133:61613">>,
{'STOMP',0},
[{ssl,false}]},
#Fun<rabbit_stomp_reader.0.126697617>,
#Fun<rabbit_stomp_reader.1.126697617>,none,
{10,67,74,133},
false},
running,false,true,undefined}],
[{file,"src/rabbit_stomp_reader.erl"},{line,232}]},
{rabbit_stomp_reader,terminate,2,
[{file,"src/rabbit_stomp_reader.erl"},{line,224}]},
{gen_server2,terminate,3,[{file,"src/gen_server2.erl"},{line,1146}]},
{proc_lib,wake_up,3,[{file,"proc_lib.erl"},{line,247}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment