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

Version 9 app service still needed after upgrade to 10

New Here ,
Aug 20, 2012 Aug 20, 2012

After upgrading to version 10 from 9 all was well until I turned off the version 9 Application Service.  If I do that, coldfusion stops responding (sometimes there are one or two very slow reponses followed by "Service Unavailable" messages.  Turning the version 9 Application Server service back on makes coldfusion respond normally.  All references shown via the administrator pages point to version 10 so I'm not sure what "hooks" are still pointed to version 9. 

Anyone else run into this situ?

1.3K
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
Engaged ,
Aug 20, 2012 Aug 20, 2012

Since you upgraded, is it just that the service name in Windows still says "9"?

Do you have 2 windows services; one for 9 and one for 10?

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 ,
Aug 20, 2012 Aug 20, 2012

Yes, two Application Server services, one for 9 and one for 10.

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
Engaged ,
Aug 20, 2012 Aug 20, 2012

Was that your intention?  I mean, did you want to run 9 and 10 or did you want to upgrade 9 to 10 (replacing 9)?

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 ,
Aug 20, 2012 Aug 20, 2012

Intent was to install 10 and remove 9.  Problem turned out to be version 9 still had its hooks in IIS until I removed the reference via configuration manager.  All is well now.  Thanks for your interest Miguel.

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 Beginner ,
Aug 22, 2012 Aug 22, 2012

Correct, you want to always make sure all ISAPI modules, handler mappings, and CGI filters are removed. 

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 ,
Apr 26, 2013 Apr 26, 2013

Question though -- we are running into this same issue with the CF 10 upgrade to CF 9.  Is the installer supposed to remove these, or is it the case that you are supposed to go in and remove manually?

Thanks,

Chuck

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
Adobe Employee ,
Apr 29, 2013 Apr 29, 2013
LATEST

Best Practise is first remove the connector from your previous server(using WSCONFIG utility) which is ColdFusion 9 in this scenario, and then check IIS manager if any thing left for ColdFusion 9 which is redirecting it there, if you find anything there remove it manually.

And then install ColdFusion 10 and create the connector, because if there are any left over of previous server you will face this issue.

Installer of ColdFusion 10 will not remove these setting when you upgrade from ColdFusion 9 to CF 10.

Regards,

Priyank

Thanks,
Priyank Shrivastava
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