On Fri, 2008-09-26 at 14:01 -0400, Dale Worley wrote: > I'm getting a lot of errors in sipxconfig.log that start like this: > > "2008-09-26 12:04:28,940":ERROR:XmlRpcClientInterceptor:123:XML/RPC error: > org.apache.xmlrpc.XmlRpcException: File > '/home/dworley/sandbox-133/sipX/../dir-local/etc/sipxpbx/sipxcallresolver-config' > not declared as a resource by any sipXecs process > > or > > "2008-09-26 12:04:29,234":ERROR:XmlRpcClientInterceptor:123:XML/RPC error: > org.apache.xmlrpc.XmlRpcException: File > '/home/dworley/sandbox-133/sipX/../dir-local/etc/sipxpbx/sipxpresence-config' > not declared as a resource by any sipXecs process > > What needs adjusting?
This is the new enforcement of replication by the supervisor. The supervisor will not accept an attempt to write any file or database on the system not listed as a resource in some process definition file. The first of those is the call resolver, which is in the proxy directory - apparently (according to earlier messages today) there is some discrepancy about the name. The second is a presence server file, so it should be declared in the process definition for that service. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
