Dale Worley wrote: > I'm starting a sipX built from the current development codebase. I am > seeing a lot of errors like this: > > "2008-12-11 13:17:47,861":ERROR:XmlRpcClientInterceptor:123:XML/RPC error: > org.apache.xmlrpc.XmlRpcException: File > '/home/dworley/sandbox-159/sipX/../dir-local/etc/sipxpbx/freeswitch/conf/dialplan/sipX_context.xml' > not declared as a resource by any sipXecs process > at > org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(XmlRpcClientResponseProcessor.java:102) > at > org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(XmlRpcClientResponseProcessor.java:69) > at > org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72) > at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193) > [etc.] > > The fact that the files aren't listed as a resource for any process > makes sense, since I don't have Freeswitch configured in. But why is > sipXconfig trying to replicate them? >
Replicating files for services that are not installed is a bug: http://track.sipfoundry.org/browse/XCF-2983 _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
