Skip to main content
Inspiring
May 16, 2014
Answered

Web Services in CF10, components not found - Java vendor problem?

  • May 16, 2014
  • 1 reply
  • 386 views

Is anyone having problems invoking web services in CF10, IIS 7, Java Oracle?  We recently upgraded, and the web services are now returning the following error that the component can't be found:

The web service operation caused an invocation exception.

The root cause was that: coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could not find the ColdFusion component or interface


Should the web service be created in cfadmin?  It won't let me.  I was understanding the calling the webservice from cfinvoke would create the webservice, but it isn't.


Any information outside of the Adobe documentation which I've read would be helpful.


We have this identical file running on four different servers.  It works on two of the four.  The only difference I see in the server settings besides the version of CF and the operating system, is the vendor/version of Java.


1.  CF10, Java Sun, IIS 7.5.7600.16385 - working

2.  CF8, Java Sun - working

3.  CF10, Java Oracle - not working

4.  CF10, Java Oracle, IIS 7.5.7600.16385 - not working


Thank you.

    This topic has been closed for replies.
    Correct answer Robin James

    It turns out that it was a directory nomenclature issue.  The directory had a period in it (e.g., domain.org).  Once the period was removed from the directory name, it worked.  For whatever reason, it worked fine in CF8 but not CF10.  I hope this helps someone else.

    1 reply

    Robin JamesAuthorCorrect answer
    Inspiring
    May 16, 2014

    It turns out that it was a directory nomenclature issue.  The directory had a period in it (e.g., domain.org).  Once the period was removed from the directory name, it worked.  For whatever reason, it worked fine in CF8 but not CF10.  I hope this helps someone else.