Hi everyone,
My application has several web services that have been working just fine for
the last year or so. 
Due to other server issues that were popping up, ( Jrun memory useage, mice
in the server, etc...) I recently went through and installed all the CFMX
6.1 updater hotfixes that appeared to perhaps be involved in the issues I
was having.
I also installed Fusion-Reactor to help in debugging the issue. 

Since that time, my web services have all stopped working. I get the
following error message:

Could not generate stub objects for web service invocation.

I've tried deleting the class files, reloading the webservices, and another
fix that that refreshes web services
<cfobject type="JAVA"
          action="Create"
          name="factory"
          class="coldfusion.server.ServiceFactory">
   
<cfset RpcService = factory.XmlRpcService>
 
<cfset RpcService.refreshWebService("http://etc...";)>

At this point I'm out of ideas, as the error still exists. There have been
no changes to the code in the webservices so I'm confident that this is more
of a server config issue.

Thanks in advance
cedric



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253710
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to