Hi,
I have two openfire servers, one is inside our corporate network, the other sits outside the network. ServerA is called jabber.domainA.com, serverB is jabber.domainB.com
I can connect jabber clients to both servers and pass messages from clientA to serverA to serverB to clientB and back again fine.
I can connect clientA to MUC sessions on serverA and clientB to MUC sessions on serverB
What I can’t do is connect clientA to MUC sessions on serverB
I get the following error in the debug log on serverA, clientA reports 404 : Remote server not found
java.lang.Exception: Failed to create connection to remote server
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:274)
at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:238)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Can anyone advise what I might be missing or how to get further debug info to identify where the connection is being made to?
Regards
Rob