[rabbitmq-discuss] error running stomp
Matthias Radestock
matthias at lshift.net
Wed Feb 4 06:30:50 GMT 2009
Mark,
mark wrote:
> i got stomp compiled. but when i try to run it i get this error.
> how do i fix this?
>
> the rabbitmq-server is running.
There is your problem. When you run
> make -C ../rabbitmq-server run \
> RABBITMQ_SERVER_START_ARGS='-pa '"$(pwd)/ebin"' -rabbit \
> stomp_listeners [{\"0.0.0.0\",61613}] \
> extra_startup_steps
> [{\"STOMP-listeners\",rabbit_stomp,kickstart,[]}]'
a new rabbitmq server is started. But since you already have a server
running (and it has the same erlang node name), starting the new server
fails with "{error,duplicate_name}".
So just stop the running rabbitmq-server and try again.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list