Connection Managers unable to create new users

We’ve setup and fully tested a great Open Fire solution, with DNS round robin and connection managers using xen virtualisation. The only problem is that we cannot create users with the connection managers?

If we connect directly to the Server we can create users perfectly and then logon using that user via a connection manager.

Has anybody else experienced this problem?

Server warning log:

2008.05.19 13:08:25 User tried to authenticate with this server using an unknown receipient:
<iq id=“7UL3i-0” to=“server.domain.co.za” type=“get” from=“Arecord.domain.co.za/connectionmanager.domain.co.za8059780a”>
<query xmlns=“jabber:iq:register”/>
</iq>

Connection Manager warning log:

2008.05.19 09:44:12 IQ stanza with invalid type was discarded: <iq type=“error” id=“696-466” from=“server.domain.co.za” to=“connectionmanager.domaini.co.za/Connection Worker - 1”><session xmlns=“http://jabber.org/protocol/connectionmanager” id=“connectionmanager.domain.co.za1399e9dc”><close/></session>&l t;error code=“404” type=“cancel”><item-not-found xmlns=“urn:ietf:params:xml:ns:xmpp-stanzas”/></error></iq>

Both these threads were unanswered:

http://www.igniterealtime.org/community/message/141862 and http://www.igniterealtime.org/community/message/142075#142075

The solution was to upgarde the Connection Manager to 3.2.3 and I am using 3.5.1

Preformed a complete re-installation. Still unable to create users via the connection managers.

Somebody out there must have solved this issue?

./connection_manager/conf/manager.xml

<!-- Name of the server to connect. This property is required. -->

<domain>“THIS MUST BE THE SAME AS YOUR XMPP.DOMAIN”</domain>

XMPP.DOMIAN can be found under "Server Manager -


> System Properties"

Hi,

Does ConnectionManager support account creation ?

On creating account, I am getting below mentioned exception.

Caused by: Server does not support account creation.:
at org.jivesoftware.smack.AccountManager.createAccount(AccountManager.java:221)

Is it a default behaviour ?

Thanks,

Mari