External components registration not possible

Hello,

I am willing to test the pymsnt gateway (well we have external contacts on msn …)

I have kept the default port for external components (5347) and put my own secret on wildfire. I duplicated the ip/port/secret triple to my gateway config file.

It does try to connect to my openfire server, but it does not succeed (no external component session in the admin panel).

In the log, I receive:

Socket[addr=/161.3.50.170,port=44918,localport=5347]

2007.05.19 00:40:30 org.jivesoftware.wildfire.net.BlockingReadingMode.run(BlockingReadingMode.java:1 04) Connexion clôturée avant l établissement de la session

Socket[addr=/161.3.50.170,port=44919,localport=5347]

2007.05.19 00:40:33 org.jivesoftware.wildfire.net.BlockingReadingMode.run(BlockingReadingMode.java:1 04) Connexion clôturée avant l établissement de la session

which means the gateway is trying to open the session but is rejected by the openfire server. The secret had been verified, and it is the same on both sides. Moreover I have checked that I can telnet on 5347 port.

I am running out of idea though … If someone got any idea, I am ready to experience them

I am running openfire 3.0.1.

Thanks in advance for any clue,

Regards,

C. Gravier.

Hey C. Gravier,

Enable the debug log from the admin console to collect more information. If you are still having this problem you can post it here so we can check it.

Gato

You were of course right, using debug helpt me. I received:

2007.05.19 14:50:43 Starting registration of new external component for domain: msn

2007.05.19 14:50:43 Another component is already using domain: msn

2007.05.19 14:50:46 Connect Socket[addr=/161.3.50.170,port=47868,localport=5347]

Even if I had NO external component visible in the amdin tool.

Restarting the wildfire server solved the problem. I can now use my gateway (at least register to it), but I won’'t test it further since I am waiting for the 5269 to be opened.

Thank you.