JRun CFusion server won't start after updating JVM

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

  1. #1

    Default JRun CFusion server won't start after updating JVM

    I just applied the ColdFusion Updater 7.0.2 and then upgraded the JVM to
    j2sdk1.4.1_11 and edited the jvm.config file to point the java.home to the new
    folder. After editing the file, I tried to restart the ColdFusion service as
    directed in the Technote d2ab4470 but it will not restart.

    Can anyone provide any assistance with this?

    Thank you!


    odyssey Guest

  2. Similar Questions and Discussions

    1. JRun Server doesn't start
      After a abortive update from CFMX 7.0 -> 7.0.2, i had to reinstall Coldfusion 7.0.2 ().The Server is Win 2003 + SP 1. I got always got an error (kb...
    2. Second "cfusion -start default" process launchesoccasonally on solaris
      Normally, I see this in a process listing UID PID PPID C STIME TTY TIME CMD nobody 1357 1 0 15:44:29 pts/2 0:00...
    3. How to configure windows 2003 x64 server to run CFUSION MX7
      1.If you install Internet Information Services (IIS) on a computer that is running Windows Server 2003 x64 Edition, IIS must be configured to run in...
    4. CFusion MX and the infamous "JRUN closed connection'
      I receive two of these errors, Event Type: Error Event Source: ColdFusion MX ODBC Server Event Category: None Event ID: 0 Date: 5/25/2005...
    5. CFUSION ODBC Agent & Server
      I've a Very Big Problem on My New Production Server (SO W2000Server 2Xeon processor 4G Ram - CF7StandEdit) with CFUSION ODBC Agent & Server.... ...
  3. #2

    Default Re: JRun CFusion server won't start after updating JVM

    What errors appear in the runtime/coldfusion-out.log, server.log or
    cfserver.log? That should point you in the right direction. If you are on
    windows your runtime/bin/jvm.config should probably be pointing to JAVA_HOME as
    c:/j2sdk1.4.2_11/jre. Does it? The forward slashes are required for java or
    you can use double back slashes as:
    c:\\j2sdk1.4.2_11\\jre.

    If this does not get you going start by moving back to the original internal
    JRE:
    c:/cfusionmx7/runtime/jre. Make a backup of you jvm.config outside the CF
    directory structure. Then if you break something during an update you can just
    copy a running copy back in. Generally, the jvm.config.bak in runtime/bin has
    the same problems as your jvm.config - so an outside backup is better.

    ksmith Guest

  4. #3

    Default Re: JRun CFusion server won't start after updating JVM

    I had the same issue as you. I had initially installed the new JVM to
    {cfusion}/runtime/jre after just renaming the old version's folder jre-old.
    After several re-installations and using different versions I still couldn't
    get it to work. Once I installed it to C:\j2sdk1.4.2_12 then changing my
    jvm.config to point to the new location, the server started just fine.

    rwhaun 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