Using openfire, conference IM fails

Hi all,

When i try to create an IM conference,I get the following error in debug.log and the IM conference fails.

IM between 2 users works ok.

OutgoingSessionPromise: Error sending packet to remote server:

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: 897)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919)

at java.lang.Thread.run(Thread.java:736)

Any ideas?

Thanks

Shouldn’t your conference service be: conference.uctest1.site ?

That’s the weird thing, in my openfire configuration the service is conference.uctest1.site

Yes, so fix your client so that it sends to the right conference service

You are probably right!!! I’ll give it a try and let you know!!!

Thanks