It looks as if the service did not either start up or had errors while starting up.

Some of the things you could try are:

1) Recycle CFMX 
2) Verify that there are no errors while the server starts up (check the server.log)
3) Try consuming a CFC web service.

HTH
-kumaran  




-----Original Message-----
From: Jon Block [mailto:[EMAIL PROTECTED]] 
Sent: Friday, July 26, 2002 12:16 AM
To: CF-Talk
Subject: Help: Web Services not working... look at this error.

Error Occurred While Processing Request
The XML-RPC service is not available.
This exception is usually caused by service startup failure. Please check
your server configuration.

The Error Occurred in C:\Inetpub\wwwroot\jontest.cfm: line 3

1 : <cfscript>
2 : ws = CreateObject("webservice",
3 : "http://www.xmethods.net/sd/2001/BabelFishService.wsdl";);
4 : xlatstring = ws.BabelFish("en_es", "Hello world, friend");
5 : writeoutput(xlatstring);



----------------------------------------------------------------------------
----

Please Try The Following:

Check the CFML Reference Manual to verify that you are using the correct
syntax.

Search the Knowledge Base to find a solution to your problem.


Browser   Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461; .NET
CLR 1.0.3705)
Remote Address   127.0.0.1
Referer
Date/Time   25-Jul-02 09:13 PM

Stack Trace (click to expand)
at cfjontest2ecfm2096548685.runPage(C:\Inetpub\wwwroot\jontest.cfm:3)


coldfusion.server.ServiceFactory$ServiceNotAvailableException: The XML-RPC
service is not available.
        at coldfusion.server.ServiceFactory.getXmlRpcService(Unknown Source)
        at coldfusion.runtime.CFPage.CreateObject(Unknown Source)
        at coldfusion.runtime.CFPage.CreateObject(Unknown Source)
        at cfjontest2ecfm2096548685.runPage(C:\Inetpub\wwwroot\jontest.cfm:3)
        at coldfusion.runtime.CfJspPage.invoke(Unknown Source)
        at coldfusion.tagext.lang.IncludeTag.doStartTag(Unknown Source)
        at coldfusion.filter.CfincludeFilter.invoke(Unknown Source)
        at coldfusion.filter.ApplicationFilter.invoke(Unknown Source)
        at coldfusion.filter.PathFilter.invoke(Unknown Source)
        at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source)
        at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
        at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
        at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
        at coldfusion.CfmServlet.service(Unknown Source)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
        at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
        at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:198)
        at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
348)
        at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451
)
        at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29
4)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)





______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to