Unable to create outgoing session

I have deployed openfire 3.5 and I am seeing the following exception in the logs…

2008.04.21 16:06:32 org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSessi on(LocalOutgoingServerSession.java:258) Error trying to connect to remote server: oavf.dns.com(DNS lookup: oavf.dns.com:5269)

java.net.UnknownHostException: oavf.dns.com

at java.net.PlainSocketImpl.connect(Unknown Source)

at java.net.SocksSocketImpl.connect(Unknown Source)

at java.net.Socket.connect(Unknown Source)

at org.jivesoftware.openfire.session.LocalOutgoingServerSession.createOutgoingSess ion(LocalOutgoingServerSession.java:253)

at org.jivesoftware.openfire.session.LocalOutgoingServerSession.authenticateDomain (LocalOutgoingServerSession.java:184)

at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:213)

at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:193)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Has any one else faced the same issue?

Hi,

is it possible that one did try to add a buddy "foo@oavf.dns.com" to his roster? Then Openfire should try to send a presence packet to the remote server.

Do you need server to server connections? You can disable them in the admin console.

LG