Security Patch APSB07-02 fails to install correctly

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

  1. #1

    Default 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
    [url]http://www.adobe.com/support/security/bulletins/apsb07-02.html[/url] and when I run
    the command "java -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v" from the lib
    directory I receive a prompt back that says the file is "corrupt or the wrong
    version of wsconfig.jar."

    This is for the multi-server version running jrun4 updater 6.

    Any help would be appreciated... thanks.

    rcgnsi 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. #40201 [NEW]: Fails to install, missing components of the install.Tried several site mirrors.
      From: cdgittler at interact dot ccsd dot net Operating system: Windows PHP version: 5.2.0 PHP Bug Type: Unknown/Other...
    3. Security hotfix APSB07-02 installation fails
      I have followed the instructions given at http://www.adobe.com/support/security/bulletins/apsb07-02.html to apply the security hotfix APSB07-02 to...
    4. #40201 [Asn->Fbk]: Fails to install, missing components of the install.Tried several site mirrors.
      ID: 40201 Updated by: edink@php.net Reported By: cdgittler at interact dot ccsd dot net -Status: Assigned...
    5. Progressbar works, loaded movie fails to run correctly.
      Hi, Maybe this is a noob problem but here it goes anyway: I'm using a loader movie (load.swf) to load my main moviefile.(main.swf) (with a...
  3. #2

    Default Re: Security Patch APSB07-02 fails to install correctly

    I figured out the problem after working with another user on this forum, so I
    will post what I sent to Adobe as the answer.

    In this security bulletin:
    [url]http://www.adobe.com/support/security/bulletins/apsb07-02.html[/url] several steps
    are simply left out of the process. We are using the multi-server version with
    Jrun4 Updater 6, so I will use that as my example and fill in the missing
    steps. The steps with >> << surrounding them are missing from the bulletin.

    Backup the existing {jrun_root}\lib\wsconfig.jar to wsconfig.jar.bu.
    Download the hot fix (wsconfig-U6-65311.jar - 2.5 MB).
    >> Unzip the file downloaded (wsconfig-U6-65311.zip) It contains two files
    called wsconfig-U6-65311.jar and another file called jrun-hotfix-65311.jar <<
    >> Rename wsconfig-U6-65311.jar to wsconfig.jar <<
    Stop all ColdFusion MX servers, JRun servers and IIS (WWW Publishing
    Services). Also stop the Windows Management Instrumentation service to unlock
    the IIS connector.
    Note: This step is important for ISPs. With IIS running, the connector
    installer shuts down and restarts each site during the upgrade, causing the
    upgrade to take much longer.
    >> Move the wsconfig.jar file that you renamed to the {jrun_root}\lib
    directory. <<
    Navigate to the \jrun4\lib directory and run the connector upgrade:
    cd {jrun_root}\lib
    java -Dtrace.ci=1 -jar wsconfig.jar -upgrade -v
    Make sure the upgrade completed successfully.
    Inspect {jrun_root}\lib\wsconfig\wsconfig.log for errors
    Check the version tab of
    {jrun_root}\lib\wsconfig\(number)\jrun_iis6_wildca rd.dll. The "Product Version"
    item name field should indicate 4,0,6,108407
    Another way to check the version is to query the wsconfig.jar
    directly as follows:
    java -jar wsconfig.jar -info
    The command should return, "Macromedia JRun 4.0 (Build 108407)".
    >> Move the file jrun-hotfix-65311.jar that you unzipped earlier and save in
    {jrun_root}\servers\lib. <<

    rcgnsi Guest

  4. #3

    Default Re: Security Patch APSB07-02 fails to install correctly

    This is for the connector, not JRun. To verify the connector build:

    java -jar wsconfig.jar -info

    as stated in the above post.
    ke4pym 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