AstRecipes » XML-RPC not working
If the XML-RPC interface of QueueMetrics is not working, i.e you get no meaningfiul response, you have to look up the catalina.out file in order to detect possible problems. Xerces not installedWith Java 1.5 and Tomcat 5.5, you may encounter the problem as an error string stating redstone.xmlrpc.XmlRpcException: Could not instantiate XMLReader parser. This means the Xerces parser cannot be found.
If this happens, download Xerces from http://xerces.apache.org/xerces-j/
(Thanks to Matt B. for input)



