Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Coldfusion 8 webservices

New Here ,
Nov 03, 2009 Nov 03, 2009

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????????

643
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 03, 2009 Nov 03, 2009

In what way is this "failure" manifesting itself?

Is there - like - an error message or something?

--

Adam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 03, 2009 Nov 03, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 04, 2009 Nov 04, 2009
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources