[rabbitmq-discuss] STOMP Error?

Darien Kindlund darien at kindlund.com
Thu Feb 5 20:51:33 GMT 2009


Hi Tony,

Just wanted to provide you with more information, regarding this issue:

It looks like rabbitmq.log generates this error every time the
Net::Stomp->connect() call is made:

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

If there's any way to troubleshoot this issue, I'd greatly appreciate it.

-- Darien

On Thu, Feb 5, 2009 at 1:08 PM, Darien Kindlund <darien at kindlund.com> wrote:
> 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