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

  1. #1

    Default JAR update

    Hi,

    I get an I/O error message from CF interface when I try to browse for the Jar
    file (Cumulative Hot Fix 1 for CFMX 7.0.2 running on W2K SP4 Server) . As a
    result, I cannot search and click on the update/jar file using the browse
    option and then submit my changes.

    1- I do not know how to troubleshoot this kind of error as it doesn't provide
    me with much info (other than the message itself).

    2- As a workaroung, can the Jar file simply be copied into the "right CF
    directory" for it to work and then restart CF Services OR does the JAR file
    actually need to be "installed" using the System Information screen?

    Any help would be much appreciated.
    Thanks,
    Claude

    cld007 Guest

  2. Similar Questions and Discussions

    1. why is the "Adobe Acrobat 6.0.1 Update" message there at the top? -- the update doesn't work
      why is the "Adobe Acrobat 6.0.1 Update" message there there at the top? -- the update doesn't work
    2. can't update to 6.01 pro
      updater does not work tells me I need msi file I HAVE msi file on my AcroPro CD, and I am correctly navigating to it. Installer tells me msi is...
    3. PSE Update?
      From www.sitelink.net: CNET News.com reports that Adobe is preparing to make several major product announcements -- including a new version of...
    4. 5.0.7 Update Pack 1 requires SCO Update license?
      I was just up on SCO's FTP site and noticed they have, as of today, Update Pack 1 and Maintenance Pack 1. I have a question about the Update Pack...
    5. Specifying "do not update" values in "additive" UPDATE sprocs
      Hello, I want to write a sproc whose purpose is to perform 'additive' UPDATEs to a given table. By 'additive', I mean I would like the existing...
  3. #2

    Default Re: JAR update

    If the browse function is not working, verify that RDS is operational.

    You can simply copy the file to the proper location.

    For ColdFusion standalone that path would be:

    <coldfusion home>\lib\updates

    For ColdFusion in J2EE:

    jrun4\servers\<instance_name>\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\update
    s

    ke4pym Guest

  4. #3

    Default Re: JAR update

    The file has been copied to the proper directory however I cannot be sure if it
    worked as the problem it was suppose to fix (lines are gettting cut in
    CFDocuments) still occurs.

    From Dreamweaver 8, I do not use RDS nor FTP as I have a drive mapped onto the
    server to xfer .cfm files. All of my Admin is done directly on the server on
    which CF is installed. On the other hand I can see all of my Data Sources,
    which is not done by "browsing" however, the CF admin module is able to see
    other CF parameters. RDS is not setup on my development serverand I am able to
    browse for update files from that one!!??

    Claude

    cld007 Guest

  5. #4

    Default Re: JAR update

    After you've placed the file in the proper directory, make sure you restart CF.
    Then, log into the administrator and click the System Information link at the
    top. If HF1 has been loaded you'll see this in the Java Class path section for
    CF classpath:

    ../lib/updates/chf7020001.jar


    ke4pym Guest

  6. #5

    Default Re: JAR update

    Exact, I just checked and the HF1 has indeed been loaded.

    Thanks ke4pym.

    Now that I have a workaround to my initial problem (I/O error in Communication
    when I hit the Browse button) which prevented me from installing Hot Fixes, the
    later doesn't seem so important however, if someone knows how I can get rid of
    it, I would have a healthy system....

    Thanks you very much.
    Claude

    cld007 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