JRUN Upgrade for Web Server Config Tool

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

  1. #1

    Default JRUN Upgrade for Web Server Config Tool

    Recently, I applied the latest connector update discussed in APSB07-02. Today,
    I attempted to create a connector to my new CF cluster and get the following
    error when using the Web Server Config tool:

    "The JRun server(s) found on host 127.0.0.1 must be upgraded to use this
    version of the Web Server Configuration tool"

    CF 7.0.2HF1
    JRun 4 Updater 6
    W2k3 SP1

    What update is it refering too?

    ke4pym Guest

  2. Similar Questions and Discussions

    1. JRun Web Server Config display problem
      Hi, I have the multiserver CF MX7 running on our live server, and have a small problem with the Web Server Configuration app. We have about 50...
    2. JRun Servlet Error after Upgrade to CF 7.1
      We get this error on our admin page: 500 coldfusion.runtime.CFPage.SetEncoding(Ljava/lang/String;Ljava/lang/String; )V...
    3. Sheer desperation with config of IIS and JRun for Flex
      Hi All, This issue keeps rearing its ugly head. Why MACR has not devoted some more detailed documentation to it mystifies me. I have spent...
    4. Web Server Config tool not seeing IIS6 virtual site.
      I dont know if I am posting in the right place but am working on CF High availiability using multiple CF instances connected to different virtual...
    5. Upgrade CMX61 to CFMX7 JRun Cluster
      Been running on a JRun clustered configuration of CFMX 6.1 and everything is going great. Now ready to upgrade to CFMX7 but the installation...
  3. #2

    Default Re: JRUN Upgrade for Web Server Config Tool

    This is a known issue and we are the technote should be updated shortly.
    Basically the hotfix jar you installed should be removed from
    jrun4\servers\lib. You should then create a separate directory for the hotfix
    jar. Place the jar there. Add this path (including the jar) to the beginning
    of the java classpath. Restart jrun/cfmx and run wsconfig.

    ksmith Guest

  4. #3

    Default Re: JRUN Upgrade for Web Server Config Tool

    Please update the bulletin.

    [url]http://www.adobe.com/support/security/bulletins/apsb07-02.html[/url]

    ColdFusion MX 7.01 and 7.02 multi-server with JRun 4 Updater 6 or JRun 4
    Updater 6

    Download jrun-hotfix-65311.jar and save in {jrun_root}\servers\lib.
    Text

    orangepips Guest

  5. #4

    Default Re: JRUN Upgrade for Web Server Config Tool

    Actually, Orangepips - jrun-hotfix-65311.jar needs to be outside of the
    \servers\lib folder. Then add an entry into your java path so that this hotfix
    is loaded first.

    If you put it into \servers\lib it doesn't get a chance to do its job because
    it is usually loaded later.

    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