File Replication problem when creating many SipX users
Hi,
I am trying to import 25000 Sipx users via the import/export tool
It seems the users are imported ok, however, when the job completes, I see Data Replication : validusers.xml failed
and in var/log/sipxpbx/sipxconfig.log see the following
thread:00000000:XmlRpcClientInterceptor:"Timeout in XML/RPC call"
"2010-01-25T12:19:18.670000Z":7135:JAVA:ERR:kennedy.onrelay .local:Replication worker thread:00000000:XmlRpcClientInterceptor:"Runtime error in XML/RPC call"
org.sipfoundry.sipxconfig.xmlrpc.XmlRpcRemoteExcep tion
at org.sipfoundry.sipxconfig.xmlrpc.XmlRpcClientInter ceptor.executeWithTimeout(Unknown Source)
at org.sipfoundry.sipxconfig.xmlrpc.XmlRpcClientInter ceptor.invoke(Unknown Source)
at org.springframework.aop.framework.ReflectiveMethod Invocation.proceed(ReflectiveMethodInvocation.java :161)
at org.springframework.aop.framework.JdkDynamicAopPro xy.invoke(JdkDynamicAopProxy.java:203)
at $Proxy64.replace(Unknown Source)
It looks like /etc/sipxpbx/validusers.xml has exceeded some maximum size.
At 22000 users the size of the file is 6,908,773 bytes and replication is ok, however at 25000 users the file size is 7,850,773 and replication failure occurs.
I thought that this was related to bug report XECS-1583 however this was fixed in release 4.0.0 and I am using 4.0.4
Thanks
Last edited by JohnMangan; January 28th, 2010 at 12:30 PM.
Reason: typos
|