I'm trying to get Turbine's XML-RPC service up and running (with
decoupled Turbine-3/Fulcrum...the versions Scarab is using), but it
falls over:

org.apache.fulcrum.xmlrpc.TurbineXmlRpcService.setSystemPropertiesFromCo
nfiguration

org.apache.fulcrum.TurbineServices - Start Initializing service (early):
XmlRpcService
org.apache.fulcrum.TurbineServices -
org.apache.fulcrum.InitializationException: XMLRPCService failed to
initialize
org.apache.fulcrum.TurbineServices - java.lang.NullPointerException
        at
org.apache.fulcrum.xmlrpc.TurbineXmlRpcService.setSystemPropertiesFromCo
nfiguration(Unknown Source)

I have the following properties set in the
src/conf/TurbineResources.properties:

services.XmlRpcService.parser=org.apache.xerces.parsers.SAXParser
services.XmlRpcService.port=12345
services.XmlRpcService.handler.$default=java.util.Hashtable
services.XmlRpcService.handler.stringhandler=java.lang.String
services.XmlRpcService.handler.file =
org.apache.fulcrum.xmlrpc.util.FileHandler

services.XmlRpcService.handler.scm = org.tigris.scarab.util.ScmHandler
services.XmlRpcService.paranoid = false
services.XmlRpcService.acceptClient =
services.XmlRpcService.denyClient =
services.XmlRpcService.earlyInit = true
services.XmlRpcService.secure.server = false

Granted, the extra handlers shouldn't be required, but I've tried with
and without. I've also tried different acceptClien/denyClient, only
un-commenting the early init and leaving all others to default, etc.,
etc.

Has anyone seen this before?

Thanks,
Stephen



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to