Security hotfix APSB07-02 installation fails

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

  1. #1

    Default Security hotfix APSB07-02 installation fails

    I have followed the instructions given at
    [url]http://www.adobe.com/support/security/bulletins/apsb07-02.html[/url] to apply the
    security hotfix APSB07-02 to my CF7.0.2 standalone server, but when entering:

    java -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v

    into the command prompt as instructed, I get the following error:

    'java' is not recognized as an internal or external command

    julio5 Guest

  2. Similar Questions and Discussions

    1. CFMX 7.0.2 and Security Bulletin APSB07-02
      I am running CFMX 7,0,2,142559 Enterprise - Single Server. I followed the instruction to apply Security Bulletin APSB07-02...
    2. Security Patch APSB07-02 fails to install correctly
      I have followed the instructions (although they skipped the step about WHERE the wsconfig.jar file should be placed - in the lib directory, btw) at...
    3. JRun4 Updater 6 - IIS redirect hotfix installation
      I'm having problems installing the "IIS 6.0 redirect response truncation" hot fix provided on this page:...
    4. CF 5 Ent. Advanced Security fails after installation
      Hi, after I installed CF 5 Ent. on a Win 2003 box the Advanced Security is not working. When I open the CF Admin and go to the 'Security...
    5. NTBackup Fails after recent hotfix
      I have a windows 2003 server and was having intermittent problems with NTbackup failing. The usual messages were either NTBackup error: 'The saved...
  3. #2

    Default Re: Security hotfix APSB07-02 installation fails

    I think that you need to navigate to your {jrunhome}\lib directory (where the
    java.exe file resides) in order to run the command. The reason you get that is
    becuase the directory you are currently in does not contain the java.exe, so
    that's why you get the error.

    I too had a problem with this installation, but my error was "the wsconfig.jar
    file is corrupt or incorrect version" or something along those lines.

    rcgnsi Guest

  4. #3

    Default Re: Security hotfix APSB07-02 installation fails

    Thanks for the reply. My server is the standard rather than multi-server JRUN
    CF7 and I simply followed the instructions in the technote which said run the
    command in:

    {cfmx_root}\runtime\lib

    There is no java.exe in that folder. However there is in

    {cfmx_root}\runtime\jre\bin

    Are Adobe's instructions incorrect? Should I be running the command in that
    folder?

    Thanks.

    julio5 Guest

  5. #4

    Default Re: Security hotfix APSB07-02 installation fails

    Adobe's instructions are rarely correct, you have to be a mind reader or know
    the product inside out to decyfer them, so I don't blame you for finding an
    issue with the instructions.

    Anyway, I would try and run the command like this:

    drive:\{cfmx_root}\runtime\jre\bin\java -Dtrace.ci=1 -jar wsconfig.jar
    -upgrade -v

    FROM the directory that the wsconfig.jar file is in. So if your wsconfig.jar
    is in the directory {cfmx_root}\runtime\lib, use cmd prompt to navigate to that
    directory and then run the above command line.

    Be sure to back up your existing wsconfig.jar file BEFORE doing anything else.

    rcgnsi Guest

  6. #5

    Default Re: Security hotfix APSB07-02 installation fails

    One other quick thing that might be helpful is that you can add the java.exe
    file to your "path" Environment variable so no matter what directory you are in
    it will "know" where the java.exe file is and you can launch commands from
    wherever in your system tree. To do that you would right click on "My Computer"
    select "Properties" then the "Advanced" tab. Find the System Variable called
    "Path" and append the full path of the java.exe file like
    drive:\{cfmx_root}\runtime\jre\bin\java.exe.

    rcgnsi Guest

  7. #6

    Default Re: Security hotfix APSB07-02 installation fails

    That worked fine on my development server - thanks very much indeed. And for
    the tip about environment variables.

    Adobe really should take more care with their instructions rather than assume
    everyone is au fait with command line operations and has all the paths set up
    as they no doubt do. They also don't make it clear you need to unzip the new
    jar file before re-naming it and assume you will copy it to the correct place.
    Needless to say I gave the page a "poor" feedback rating.

    julio5 Guest

  8. #7

    Default Re: Security hotfix APSB07-02 installation fails

    Unzip the file? Hmm, maybe that is what my problem is. So what you are saying
    is that you have to download the zip file from the site and then unzip and
    rename the wsconfig-U6-65311.jar file INSIDE of the zip file? That would
    explain why I was getting errors about the jar file being corrupt...

    rcgnsi Guest

  9. #8

    Default Re: Security hotfix APSB07-02 installation fails

    Ah yes, you need to unzip the jar file, rename it to wsconfig.jar and then copy it to your \runtime\lib to replace the existing one (having backed it up as you say).

    You scratch my back.... :-)
    julio5 Guest

  10. #9

    Default Re: Security hotfix APSB07-02 installation fails

    More puzzlement: the technote says the Product Version of the new
    jrun_iis6_wildcard.dll should be 4,0,6,10840, but on both servers I have
    patched the version is 4,0,5,108409 The file is dated December 11th 2006 so
    it's definitely been updated.

    julio5 Guest

  11. #10

    Default Re: Security hotfix APSB07-02 installation fails

    My jrun_iis6_wildcard.dll is also version 4,0,5,108409 after running the upgrade. Has anyone found a resolution for this?
    JR Bob Dobbs Guest

  12. #11

    Default Re: Security hotfix APSB07-02 installation fails

    We had the same issue on our dev server and had to add the java.exe file to
    your "path" Environment variable.
    Our jrun_iis6_wildcard.dll is also version 4,0,5,108409 after running the
    upgrade.
    Has anyone found a resolution for this?

    Educate WebTeam 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