Skip to main content
cledzigns
Participating Frequently
November 3, 2009
Question

Coldfusion 8 webservices

  • November 3, 2009
  • 2 replies
  • 686 views

Hello,

I recently upgraded from Coldfusion 6.1 to 8 on my production and development server. Ever since the upgrade, my webservice stopped working on my production server. I tried manually registering the one webservice I had directictly via the cf administration, and that fails. I would like to avoid having to re-upgrade; is there some kind of change to a configuration file that I can make?

I also upgraded the coldfusion developer version on my desktop that I use for development, and that works. That leads me to believe something didn't get upgraded on my production server. Any ideas????????

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    November 4, 2009

    I wouldn't upgrade from 6.1 to 8, jumping full version. I would rather perform a clean installation of Coldfusion 8 (actually, of 8.0.1 + most recent hotfixes), and then migrate the code from 6.1.

    Inspiring
    November 3, 2009

    In what way is this "failure" manifesting itself?

    Is there - like - an error message or something?

    --

    Adam

    cledzigns
    cledzignsAuthor
    Participating Frequently
    November 3, 2009

    Adam,

    Thank you for replying... I went ahead and tried recreating the webservice. I recreated the "cfc", gave it a new name, put it in a new folder, and uploaded to my production server, and that worked! Coldfusion went ahead and auotmatically registered the webservice too, as it should.

    In case someone else runs in to this problem, I am posting the error that I received, hopefully it will help...

    The following information is meant for the website developer for debugging purposes.
    Error Occurred While Processing Request
    coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 1 system error: *** Semantic Error: The input file "C:/ColdFusion8/stubs/WS-635554700/appcfcs/status.java" was not found. .

    Thanks again Adam,

    David