Upgrading CF 7.0.1 to CF 7.0.2

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Upgrading CF 7.0.1 to CF 7.0.2

    I'm running into problems while trying to upgrade an install of ColdFusion
    7.0.1 on Windows Server 2003 to ColdFusion 7.0.2. The specific version I have
    installed is 7,0,1,116466. I'm running the upgrade over a Remote Desktop login.
    Before running the upgrade, I stop the following services:

    Macromedia JRun ColdFusion
    Macromedia JRun Admin Server
    IIS Admin Service

    I then run the upgrade, which goes through some configuration steps, copies
    some files, and then reports that the upgrade has failed. It tells me that I
    should stop all services related to ColdFusion. After the upgrade fails, the
    install log reports 4 warnings, 3 nonfatal errors, and 0 fatal errors. Are
    there more services that need to be stopped that I'm missing?

    stomcavage Guest

  2. Similar Questions and Discussions

    1. Upgrading CF from 5 to 7
      Hi am newbie to this forum. Currently am using CF enterprise version 5. Now we want to upgrade CF to version 7. Will it be possible to upgrade CF...
    2. Upgrading from 4.5 to MX7
      We have been developing apps on our server using CF4.5 for a number of years. We now think it is time to upgrade! We are planning to install MX7...
    3. Upgrading to IDS 9.3 / 9.4
      This was posted on an earlier thread: "First, you might search through the IIUG website to see if you can find a copy of Carlton Doe's...
    4. upgrading or not?
      Matthias, ASP.NET Is a great improvement over Classic ASP. It lets you do all the things in ASP and hundreds more. Even if you're creating 10...
    5. upgrading from ME to XP
      Hi David, Driver files are generally downloaded from the web site of either device maker or the pc manufacturer (Gateway in this case). Without...
  3. #2

    Default Re: Upgrading CF 7.0.1 to CF 7.0.2

    What are the errors & warnings that are being reported in the log?
    dimaint Guest

  4. #3

    Default Re: Upgrading CF 7.0.1 to CF 7.0.2

    Here are the three errors:

    Execute ANT Script: Script: cfmx-patch-move-files-all.xml
    Status: ERROR
    Additional Notes: ERROR -
    cfmx-patch-move-files-all.xml:173: Warning: Could not find file
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\runtime\servers
    \coldfusion\SERVER-INF\jrun.xml to copy.

    Execute ANT Script: Script: web-xml-patch.xml
    Status: ERROR
    Additional Notes: ERROR - web-xml-patch.xml:30:
    Replace: source file
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\wwwroot\WEB-INF
    \web.xml doesn't exist

    ANT Script Error:
    Status: ERROR
    Additional Notes: ERROR -
    update-jre.xmljava.io.FileNotFoundException:
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\runtime\tmpmove
    ..bat (The system cannot find the path specified)

    ===

    And here are the four warnings:

    Copy Folder: Destination:
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\bin
    Status: WARNING
    Additional Notes: WARNING - There was a problem
    copying
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\updater_backup\
    bin

    Copy Folder: Destination:
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\runtime
    Status: WARNING
    Additional Notes: WARNING - There was a problem
    copying
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\updater_backup\
    runtime

    Copy Folder: Destination:
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\wwwroot\WEB-INF
    Status: WARNING
    Additional Notes: WARNING - There was a problem
    copying
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\updater_backup\
    wwwroot\WEB-INF

    Copy Folder: Destination:
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\CFIDE
    Status: WARNING
    Additional Notes: WARNING - There was a problem
    copying
    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\updater_backup\
    wwwroot\CFIDE


    stomcavage Guest

  5. #4

    Default Re: Upgrading CF 7.0.1 to CF 7.0.2

    Interesting... Your path to jrun.xml looks really strange

    F:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\runtime\servers
    \coldfusion\SERVER-INF\jrun.xml
    it should simply be F:\JRun4\servers\cfusion\SERVER-INF\jrun.xml
    Please check where jrun.xml really is.

    When you run the updater, do you correctly specify which installation of
    ColdFusion you'd like to upgrade and where your ColdFusion is installed? It
    should be Multiserver and F:\JRun4 respectively.

    dimaint Guest

  6. #5

    Default Re: Upgrading CF 7.0.1 to CF 7.0.2

    Specifiying multiserver and F:/JRun4 worked. Thanks for your help.
    stomcavage Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139