Have two ejabberd servers running in a cluster. When the second node loads up and tries to connect to the first node, I get the following error:
=ERROR REPORT==== 4-Oct-2006::15:31:38 ===
** Node 'ejabberd@domain.com' not responding **
** Removing (timedout) connection **
Any ideas on how to resolve this. The two ejabberd servers and ping:pong each other OK and when I stop mnesia on the second node and run mnesia:info(), it says the first node is running and the second node is stopped. If I start mnesia again, I get the time out error above and mnesia:info() reveals the second node running but and the first node as stopped. running mnesia:info() on the first node only lists it'self, never the second node as running or stopped.