abnormal termination in Windows 2003 x64

Javier Marcon javiermarcon at gmail.com
Sat Nov 17 07:33:46 CET 2012


Hello I installed RabbtiMQ 2.8.7 (firs installed with 64 bit erlang but
then installed with 32 bit erlang because 64 bit erlang was not
working), RabbitFoot and Coro 6.10 in a 64 bit Windows 2003 and when I
try to run any script of rabbitmq tutorial, the script dies (without
giving any error) when RabbitFoot tries to execut this line:

my ($is_success, @responses) = Coro::rouse_wait;

I have enabled RABBITMQ_CONSOLE_LOG but I can't find the .debug files.
The log says:

=INFO REPORT==== 16-Nov-2012::15:58:35 ===
Limiting to approx 924 file handles (829 sockets)

=INFO REPORT==== 16-Nov-2012::15:58:35 ===
    application: mnesia
    exited: stopped
    type: permanent

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
Memory limit set to 818MB of 2047MB total.

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
Disk free limit set to 1000MB

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
Adding vhost '/'

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
Creating user 'guest'

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
Setting user tags for user 'guest' to [administrator]

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
Setting permissions for 'guest' in '/' to '.*', '.*', '.*'

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
msg_store_transient: using rabbit_msg_store_ets_index to provide index

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
msg_store_persistent: using rabbit_msg_store_ets_index to provide index

=WARNING REPORT==== 16-Nov-2012::15:58:36 ===
msg_store_persistent: rebuilding indices from scratch

=INFO REPORT==== 16-Nov-2012::15:58:36 ===
started TCP Listener on 0.0.0.0:5672

=INFO REPORT==== 16-Nov-2012::15:58:46 ===
accepting AMQP connection <0.266.0> (127.0.0.1:1905 -> 127.0.0.1:5672)

=WARNING REPORT==== 16-Nov-2012::15:58:46 ===
closing AMQP connection <0.266.0> (127.0.0.1:1905 -> 127.0.0.1:5672):
connection_closed_abruptly

=INFO REPORT==== 16-Nov-2012::16:01:56 ===
accepting AMQP connection <0.286.0> (127.0.0.1:1906 -> 127.0.0.1:5672)

=WARNING REPORT==== 16-Nov-2012::16:01:56 ===
closing AMQP connection <0.286.0> (127.0.0.1:1906 -> 127.0.0.1:5672):
connection_closed_abruptly

How can I solve this?

Thanks,

Javier.



More information about the anyevent mailing list