Server 2 Sever connection problem

Hi 2 All!

I use Wildfire 3.1.1 on linux host (Debian).

I try to get vCard or send message to some user from some remote jabber server.

server logs fills with this:

debug log:

2007.01.17 09:56:54 OS - Trying to connect to jabber.REMOTE_DOMAIN:5269(DNS lookup: jabber.XXX.XXX.ru:5269)

2007.01.17 09:56:54 OS - Plain connection to jabber.REMOTE_DOMAIN:5269 successful

2007.01.17 09:56:54 OS - Error,

java.lang.Exception: Failed to create connection to remote server

at org.jivesoftware.wildfire.server.OutgoingSessionPromise.createSessionAndSendPac ket(OutgoingSessionPromise.java:143)

at org.jivesoftware.wildfire.server.OutgoingSessionPromise.access$300(OutgoingSess ionPromise.java:40)

at org.jivesoftware.wildfire.server.OutgoingSessionPromise$1$1.run(OutgoingSession Promise.java:95)

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)

How to resolve this problem?

Hi,

is your DNS name (im.MY_DOMAIN) resolveable by the other domain (jabber.REMOTE_DOMAIN)?

The “host-unknown” message seems to indicate that there’'s a problem.

LG

i collect more info for my trouble:

host jabber.REMOTE_DOMAIN resolves im.MY_DOMAIN correct, host admin’'s use traceroute to im.MY_DOMAIN and get right answer.

But server on jabber.REMOTE_DOMAIN (wildfire, but on Win32 platform) write on its debug log this:

2007.01.17 11:19:59 Connect Socket[addr=/192.168.200.66,port=33563,localport=5269]

2007.01.17 11:19:59 Connect Socket[addr=/192.168.200.66,port=33564,localport=5269]

2007.01.17 11:19:59 RS - Received dialback key from host: im.MY_DOMAIN to: jabber.REMOTE_DOMAIN

2007.01.17 11:19:59 RS - Error, hostname not recognized: jabber.REMOTE_DOMAIN

What is wrong?

Hi,

did you set the server name / xmpp.domain to “im.MY_DOMAIN” on your debian server and to “jabber.REMOTE_DOMAIN” on Windows?

LG

HI!

Thanks for helpful post!

We check settings for server name / xmpp.domain on windows machine. There was setted to “REMOTE_DOMAIN” instead of “jabber.REMOTE_DOMAIN”.

After correction values of “server name” and “xmpp.domain” to “jabber.REMOTE_DOMAIN” server 2 server comunication established successfully.