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

cf11 install doesn't create cfide in web root

New Here ,
Sep 26, 2014 Sep 26, 2014

Copy link to clipboard

Copied

I've been running cf8 on a windows webserver 2008 with IIS7.5 and have just installed cf11. The install completed successfully to the point of opening cfadmin and then failed. On looking in the web root directory as set in IIS, the old CFIDE folder had not been updated, so cf11 was attempting to use the cf8 version.

I renamed the old cfide folder to cfide08, uninstalled cf11 and tried reinstalling it again - but still no cfide folder was created for cf11, and I couldn't open cfadmin. The cfide folder does get created in c:\ColdFusion11\cfusion\wwwroot\cfide

Has anyone else experienced this, or know how to fix it?

Views

3.3K

Translate

Translate

Report

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 ,
Sep 26, 2014 Sep 26, 2014

Copy link to clipboard

Copied

Shouldn't it be at c:\inetpub\wwwroot\CFIDE instead? In fact, shouldn't your site be in c:\inetpub\wwwroot\?

Votes

Translate

Translate

Report

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
Guide ,
Sep 26, 2014 Sep 26, 2014

Copy link to clipboard

Copied

I don't believe the ColdFusion installer will touch C:\inetpub\wwwroot by default, or any other location outside of the ColdFusion installation directory.  Someone must have copied the CF8 CFIDE folder into C:\inetpub\wwwroot (probably as a security measure).  What should happen is that when you run the Web Server Configuration Tool to connect ColdFusion to IIS, it should create a virtual directory called "CFIDE" in some or all of your IIS web sites, and that virtual directory will point to C:\ColdFusion11\cfusion\wwwroot\cfide.

When you install ColdFusion 11, don't connect it to IIS initially (during the installation there is a screen where you have the option of connecting to a web server or just using the built-in web server - use the built-in one initially).  Once you have verified ColdFusion has installed correctly and you can get into the CF Administrator, install Update 1 (this has some fixes for the IIS web connector).  Go into IIS and make sure all of the CF8 handlers are removed and all virtual directories are removed from web sites.  Then run the Web Server Configuration Tool to connect CF to IIS.  That should create the "jakarta" and "CFIDE" virtual directories either on all web sites or the specific site you choose.

-Carl V.

Votes

Translate

Translate

Report

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 ,
Sep 27, 2014 Sep 27, 2014

Copy link to clipboard

Copied

Hi Carl,

Thanks for that. I've now uninstalled cf11 and reinstalled it to use the built-in webserver, and was then able to run the configuration tool and then open cf11 admin.

However, that's as far as I could go. cf11 admin doesn't include Update 1 for download - only cf10 updates. When I checked whether the config tool had copied across all my datasources, custom tags and components, there was nothing.

Do you know if Adobe have made Update 1 available yet? - I see some forum discussion on this, and it appears to be available - but not from my cf11 admin.

I'm getting really nervous about this as I'm running a production webserver with around 100 websites, including ecommerce and call management applications. I can't afford for anything to go wrong, and what I'm seeing at the moment looks pretty flaky.

Cheers,

Chris

Votes

Translate

Translate

Report

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 ,
Sep 27, 2014 Sep 27, 2014

Copy link to clipboard

Copied

I spoke to soon. Installing cf11 to use the built-in webserver has now broken all of my cf8 applications.Uninstalling cf11 doesn't help. This brings into sharp focus why I stayed with cf8 for so long after cfmx nearly broke my business...

Votes

Translate

Translate

Report

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 ,
Sep 27, 2014 Sep 27, 2014

Copy link to clipboard

Copied

Ok, I deleted and re-established the iis connections using the web server config tool, and restarted my server, and the cf8 apps are working again. Boy, I hate upgrading coldfusion!

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

Sorry to hear about your installation headaches. Coldfusion 8 and Coldfusion 11 share some settings, the most obvious example being port 8500. You should have disabled Coldfusion 8 before installing Coldfusion 11. If you wish to run both versions concurrently, then you should install them on separate servers.

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

I really want to just upgrade cf8 to cf11, and for my datasources, webservices, custom tags, components and iis settings to all come across in the process. I would then un-install cf8 and work through any functional differences between the two releases.

If the upgrade fails then I need to be able to back out and return to using cf8 - which so far has been possible.

What I want to avoid, for obvious reasons, is for the cf11 upgrade to fail, and for my cf8 installation to be corrupted and require a complete reinstall. Given the trouble I've had so far, I am seriously considering doing a clean install of cf11 on another server, and then porting all my applications across - but not a trivial task, and expensive.

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

ChrisGaelic wrote:

Given the trouble I've had so far, I am seriously considering doing a clean install of cf11 on another server, and then porting all my applications across - but not a trivial task, and expensive.

That has always been my preference. Nevertheless, if you choose to upgrade CF8 to CF11, I will advise you to seek the guidance of Adobe Staff or of someone who has had experience in the exact same upgrade process.

Upgrading across 3 major software versions is bound to have risks, some potentially big. It all depends on how you go about it. In any case, plan and document the upgrade process. Identify the risks and the safeguards that enable you to fall back to the original state. In short, mitigate the risks as you would in any process where you have to replace an old, but well-functioning, piece of technology with a much newer version.

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

Hi Chris,

ColdFusion 11 will not allow you to migrate your settings from ColdFusion 8. CF allows you to migrate your settings automatically, only from two versions back. That is the reason, it didn't import the settings at your end.

If you are using Enterprise version, then I will suggest you to create a CAR package and import your settings.

Regards,

Anit Kumar

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

Hi Anit,

Thanks - at least I know what I'm dealing with. I've only downloaded the trial version, and will purchase the cf11 standard when it is all installed and running properly.

Is it possible for me to download a trial version of cf10, do the upgrade from cf8, and then upgrade from cf10 to cf11?

Cheers,

Chris

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

ColdFusion 10 is not available to download anymore. It doesn't seem, that you may have it under your account, as you never purchased one. As I said, If have Enterprise version of CF8, then you can create a CAR package and import your settings to CF10/11.

Regards,

Anit Kumar

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

Hi Anit,

I don't have the enterprise version of cf8, so creating a CAR package is not an option. However, I do have a download of cf9.1 which I never installed. Presumably I could install this over cf8 as a trial, and then do the upgrade to cf11.

Adobe's attitude to earlier versions is a concern for me. Looking through this, and other forums, cf11 isn't free of problems. cf10 has at least had the benefit of being a mature release. If I had problems with cf11, I'd want to be able to drop back to cf10 until such problems are resolved.

Cheers,

Chris

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

Hi Chris,

ColdFusion 11 is very much stable after update 1. You were having problems migrating to CF11, because the migration was not supported. Regarding your setting migrations, here are some steps you can follow.

Install ColdFusion 9, but don't create the connector to your website during the install. Use the built-in connector instead. After the installation, you will get the prompt to migrate the settings (after admin login). Choose "yes" to migrate. In case, for some reasons, migration wizard didn't appear, then try the following:-

  1. Start ColdFusion 8 and 9 both.
  2. Once both the CF servers are running then try the following steps:-

  1. Navigate to adminconfig.xml at \ColdFusion9\lib\ and open it with text editor (say notepad).
  2. Change the value from “false” to “true” in

     <runsetupwizard>false</runsetupwizard>

     <runmigrationwizard>false</runmigrationwizard>

     <runmxmigrationwizard>false</runmxmigrationwizard>

     and in     <migratecf8>false</migratecf8>.

   3.   Save the file and restart ColdFusion 9 Service.

   4.   After restarting the service, you will get the migration wizard. Follow the onscreen wizard to continue.

Hope this helps.

Regards,

Anit Kumar

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

Hi Anit,

Thanks for that - I appreciate you taking the time to help.

Since I'd be doing that on my production server, I want to minimize any risk. I have assumed to date that I should leave cf8 running while I do the upgrade - is this correct?

Presumably, if the cf8 to cf9 migration all works, then I should repeat the process for cf9 to cf11.

Cheers,

Chris

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

Yes, you have to leave both the servers running and that's what I mentioned in the instructions as well.

  1. Start ColdFusion 8 and 9 both.
  2. Once both the CF servers are running then try the following steps:-

Once the migration is completed, follow the same instructions for migrating from ColdFusion 9 to ColdFusion 11. After you verify the settings being migrated successfully, then you can uninstall ColdFusion 9.

Regards,

Anit Kumar

Votes

Translate

Translate

Report

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 ,
Sep 28, 2014 Sep 28, 2014

Copy link to clipboard

Copied

Thanks Anit,

I'll try it tonight and let you know how I get on. If this works, then it will be relevant for anyone else with the same problem.

Cheers,

Chris

Votes

Translate

Translate

Report

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 ,
Sep 29, 2014 Sep 29, 2014

Copy link to clipboard

Copied

Wipe out!!  - the copy of cf9.01 64bit that I downloaded from Charlie Arehart's blog (Getting #ColdFusion 8/9 downloads (with Verity): ways that may work even after today - Charlie Areha...) gave me a Unsupported Version error and stopped.

So, I'm back to where I started.

After taking some time to cool down, I have to say this: I've been using ColdFusion since v1.5, upgrading as each new release became available. When CFMX came out, the bugs and functional changes resulted in nearly closing down my web developement business. CF8 finally got me out of that and I've been reluctant to go through more pain ever since. However, with cf11 coming out, there is no longer support for cf8, and anyway, some of the new functionality in cf10 and cf11 is becoming necessary for future development.

So now Adobe have cut me adrift, with no migration path from cf8 to cf11. I can't even buy cf10 as a transition. For what reason??? Yes, I can do a full install on a new server, manually recreating my entire environment of websites, datasources, webservices, virtual directories, and custom tags and components. The  cost to me of doing that is more than the full cost of the new standalone standard server license.

This is a gripe at Adobe - not Anit, Carl, and BKBK, who've taken time out to help me. I'm not a happy Adobe customer and I hope that someone from that organisation might get to read this.

Votes

Translate

Translate

Report

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 ,
Sep 29, 2014 Sep 29, 2014

Copy link to clipboard

Copied

Ok, I found another link, this time to download cf9 from within the trials.Adobe.com site. This install worked up to the point where I got to make the changes to the adminconfig.xml file and then to rerun the migration wizard.

This time I got an error and the migration.log file effectively said that it couldn't find the C:\ColdFusion9\temp_zip\cfusion-examples-db.zip file, and that the C:\ColdFusion9/lib/cf8settings folder was missing. I checked, they were indeed not present.

About the only good thing I can say about this is that my cf8 applications are not broken.

Votes

Translate

Translate

Report

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 ,
Sep 29, 2014 Sep 29, 2014

Copy link to clipboard

Copied

Can you check your pm?

Regards,

Anit Kumar

Votes

Translate

Translate

Report

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 ,
Mar 11, 2018 Mar 11, 2018

Copy link to clipboard

Copied

Carl,

I have a MAC running Sahara and installed the Coldfusion 2016 solution. The install works on the surface in that it completes without error. However the .CFM tags do not register with Apache, and the redirection for the management port

does not happen (I installed to 9002) on localhost. Apache's working, and PHPmyadmin are working. Is there a way to check the connector mods for Coldfusion?

Also can you please tell the developers to build a  Console into the Desktop Environment either in the the Settings or to a Web link as the MAC version doesnt do this anymore, and its very frustrating. I installed with a stand alone server and rebooted and it didnt work either.

Thanks,

John

Votes

Translate

Translate

Report

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 ,
Mar 11, 2018 Mar 11, 2018

Copy link to clipboard

Copied

LATEST

In my experience, you typically have to manually edit Apache's configuration file if you've done any kind of customization to Apache prior to installing CF, or if you want to do anything slightly out of the ordinary when installing CF like support multiple Apache virtual hosts. I would recommend that you install CF without choosing to connect to an external web server, then configure the connector after the installation has completed.

If you do that, and it still doesn't work, I would look at whether OS X is already using the ports selected for CF, or if you get any sort of fatal error when running CF. You can look at the CF log files directly, or you can even run CF as an application instead of as a service - there's a shell script in /opt/coldfusion2016/cfusion/runtime/bin or thereabouts to do this.

I'm not sure what you mean by "please tell the developers to build a console". I'm pretty confident that they will never build a native desktop app for managing CF if that's what you're asking.

Dave Watts, Fig Leaf Software

Votes

Translate

Translate

Report

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
Documentation