6 Replies Latest reply: May 17, 2013 10:17 AM by Anit Kumar Panda RSS

    ColdFusion 10, Configuration and Settings Migration Wizard

    userCold9 Community Member

      Hi,

       

      Used the following URL to access the CF Adobe ColdFusion 10 Configuration and Settings Migration Wizard:

      http://localhost/CFIDE/administrator/

       

      After installing Cold Fusion 10, The CF Adobe ColdFusion 10 Configuration and Settings Migration Wizard
      screen appears. The Login button is pointing to the following URL:

      http://localhost/CFIDE/administrator/enter.cfm

       

      Either after entering the password or just selecting the Login button, the following screen:

       

       

      HTTP Error 404.0 - Not Found

      The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.


      The question I have is what should the Login button be pointing too?

       

       

      Thanks,

       

       

      Mike

        • 1. Re: ColdFusion 10, Configuration and Settings Migration Wizard
          Anit Kumar Panda Employee Hosts

          Hello userCold9,

           

          Thank you for your post.

           

          Can you check the physical location of ColdFusion installation and confirm that CFIDE folder is available inside the cf-root and index.cfm/enter.cfm are residing within the same. For login issues, i would suggest the following:-

           

          Try a different browser or a different system

          Use the system's ip instead of localhost

           

          If still you are facing difficulties, then please repost with your environment details.

           

          Regards,

          Anit Kumar

          • 2. Re: ColdFusion 10, Configuration and Settings Migration Wizard
            userCold9 Community Member

            Hi,

             

            Below is the informetion of where CFIDE is located:

             

            CF9 (production)

            CFIDE location
            D:\CFWEB\CFIDE

             


            CF10 (installing)

            CFIDE location
            D:\ColdFusion10\cfusion\wwwwroot\CFIDE
            no index.cfm or enter.cfm

             

            There is a index.cfm and enter.cfm
            under D:\ColdFusion10\cfusion\wwwwroot\CFIDE\administrator


            The following is the system information:

            Installation Directories:

               Product: D:\ColdFusion10


            Server Information:

               Web Server: Internet Information Server (IIS) (All)

               ODBC Services: installed

               ColdFusion Solr Search Services: installed

               ColdFusion .NET Integration Services: installed

               Microsoft .NET version: v2.0.50727

               .NET Java Port: 6085

               .NET Client Port: 6086

               Documentation: installed

               RDS: disabled


            Disk Space Information (for Installation Target):

               Required: 598,249,450 bytes

               Available: 17,875,804,160 bytes

             

             

            The URL used to get the Configuration and Setting Wizards screen is:

            http://localhost/CFIDE/administrator/

             

            Using the IP address did not work.

             

             

             

            Thanks,

             

             

            Mike

            • 3. Re: ColdFusion 10, Configuration and Settings Migration Wizard
              userCold9 Community Member

              Hi,

               

              After the Configuration and Settings Migration Wizard appears, cannot continue the installation.

               

              The URL that appears is:

              http://localhost/CFIDE/administrator/enter.cfm

               

              Either after entering the password or just selecting the Login button, the following screen:

               

              HTTP Error 404.0 - Not Found

              The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

               

              Is the version of Cold Fusion 10 we have a bad build?

               

               

               

               

              Thanks,

               

               

              Mike

              • 4. Re: ColdFusion 10, Configuration and Settings Migration Wizard
                Anit Kumar Panda Employee Hosts

                Hello Mike,

                 

                Can you try installing ColdFusion with built-in port. Please try the following to enable the same, with the current installation. In cf_root\cfusion\runtime\con\server.xml one can find the following connector block -

                 

                  <!-- internal webserver end -->                   

                      <Connector executor="tomcatThreadPool" maxThreads="50"

                                     port="8500" protocol="org.apache.coyote.http11.Http11Protocol"

                                     connectionTimeout="20000"

                                  redirectPort="8445" />

                      <!-- internal webserver end -->   

                 

                This is the connector for the built-in webserver. If it is not enabled through installer, uncomment this block to enable it later on. Restart server. 

                 

                Once done, please try to access the CF admin with http://localhost:8500/CFIDE/administrator/index.cfm or try replacing the "localhost" with "127.0.0.1" or alternatively the ip of the system.

                 

                Hope this helps.

                 

                Regards,

                Anit Kumar

                • 5. Re: ColdFusion 10, Configuration and Settings Migration Wizard
                  userCold9 Community Member

                  We are using Microsoft IIS 7.

                   

                   

                  Thanks,

                   

                   

                  Mike

                  • 6. Re: ColdFusion 10, Configuration and Settings Migration Wizard
                    Anit Kumar Panda Employee Hosts

                    IIS 7 is supported with ColdFusion 10.

                     

                    Regards,

                    Anit Kumar