Are these web services created by CFC's or not?

Are you getting a compiler error like this?
coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler

Can you post the stack trace of the error message that you get?

Also, in your WS directories under "\CFusionMX7\stubs" are there .java
files or .class files?

If there are .java files then there is a java compiler issue.

Thanks,
Ryan

On 9/21/06, Cedric Mollet <[EMAIL PROTECTED]> wrote:
> 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:253767
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to