[rabbitmq-discuss] error message trying to start stomp adapter?

Matthias Radestock matthias at lshift.net
Sat Jan 30 14:39:48 GMT 2010


Erik,

Erik Anderson wrote:
> ProcessExplorer trace shows no registry or file activity during the
> "timeouts", the next action after the first one is a load of
> stomp.beam, the action after the second is a write to the log file.
> The only attempt to access %APPDATA% is to write a file
> named .erlang.cookie - no other file or folder existence check is
> made.
> 
> Modifying the stomp_listener line to change the ip address to 0.0.0.0
> or scramble to a dummy port has no effect (is this thing hardcoded to
> {"127.0.0.1",61613} or something?)

Where are you modifying that line? In the rabbitmq.config? If so then 
from ...

> log           : c:/tw/comet/rabbitmq-data/log/rabbit.log
> sasl log      : c:/tw/comet/rabbitmq-data/log/rabbit-sasl.log
> database dir  : c:/tw/comet/rabbitmq-data/db/rabbit-mnesia

...it looks like you have changed the setting of %RABBITMQ_BASE% to 
C:\tw\comet\rabbitmq-data. In that case the rabbitmq.config file needs 
to go into that dir. If that still makes no difference, I suggest you 
add some debug output to the rabbitmq-server.bat script to display the 
value of %RABBITMQ_CONFIG_FILE% around line 120. That will tell you for 
certain where rabbit is looking for it (minus the .config extension).


Regards,

Matthias.




More information about the rabbitmq-discuss mailing list