Erlang epmd issues - RabbitMQ and Ejabberd on same host -


I used to run two ejabberd servers on one box with RabbitMQ server. However, some crashed and APMD shows what is happening:

$ ./epmd-name EPMD: Up and data on ports 436 9: Name ejabberdjabberpl at the port 48654 Name ejabberd on port 55243 name rabbit_crypto port 25673 at name Rabbit port 38794

However, only ejabberdjabberpl is running - others are dead and they are on ports Not listening. Now, when I'm trying to start the conditional RabbitMQ server or other ejabberd server - they both say that ezbird or rabbit or rabbit_crypto Already exists node.

I tried to delete the Stop - but it does not work:

$ ./epmd -stop rabbit epmd: Local APMD has & lt; & Gt;

How do you know that there is no rabbit now and no longer? The specific problem with Erlong-based applications is that something called 'cookie' is used to communicate with scripts to the scripts. And if someone accidentally removes this secret cookie, the script stops working.

Try to make sure that the rabbit and the ejbird were stopped by inspecting ps aux. Grep beam

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -