[rabbitmq-discuss] STOMP Error?

Darien Kindlund darien at kindlund.com
Thu Feb 5 18:08:23 GMT 2009


Hi Tony,

After running about 10 Net::Stomp perl processes simultaneously all
connecting to RabbitMQ via STOMP, I'm seeing the following error
messages in the rabbit.log file, with all Net::Stomp connections
dying:

-=[root at manager rabbitmq]=-# tail -f rabbit.log
ending STOMP connection <0.11494.0> from 127.0.0.1:33688

=INFO REPORT==== 5-Feb-2009::13:05:28 ===
accepted TCP connection on 127.0.0.1:61613 from 127.0.0.1:33701

=INFO REPORT==== 5-Feb-2009::13:05:28 ===
starting STOMP connection <0.11529.0> from 127.0.0.1:33700

=INFO REPORT==== 5-Feb-2009::13:05:28 ===
accepted TCP connection on 127.0.0.1:61613 from 127.0.0.1:33702

=ERROR REPORT==== 5-Feb-2009::13:05:28 ===
STOMP error frame sent:
Message: "Processing error"
Detail: "{timeout,{gen_server,call,[rabbit_persister,serial]}}\n"

=INFO REPORT==== 5-Feb-2009::13:05:28 ===
ending STOMP connection <0.11496.0> from 127.0.0.1:33689

=INFO REPORT==== 5-Feb-2009::13:05:28 ===
starting STOMP connection <0.11532.0> from 127.0.0.1:33701

=INFO REPORT==== 5-Feb-2009::13:05:28 ===
accepted TCP connection on 127.0.0.1:61613 from 127.0.0.1:33703

=ERROR REPORT==== 5-Feb-2009::13:05:29 ===
STOMP error frame sent:
Message: "Processing error"
Detail: "{timeout,{gen_server,call,[rabbit_persister,serial]}}\n"

Here's the perl output:
Connection reset by peer at
/usr/local/share/perl/5.8.8/Net/Stomp/Frame.pm line 37, <GEN8> line 4.

Could you please elaborate as to what a "Processing error" inside
RabbitMQ STOMP is indicative of?

Thanks,
-- Darien




More information about the rabbitmq-discuss mailing list