Skip to main content
Rodrigo Alarcon
Known Participant
July 25, 2006
Question

Coldfusion 7.0.2 Post Installation Isue

  • July 25, 2006
  • 3 replies
  • 811 views
Hey guys, i just installed Coldfusion MX 7.02 Patch in our development environment, all the installation procedure ran with out a single error...


Summary
-------

Installation: Successful.

44 SUCCESSES
0 WARNINGS
0 NONFATAL ERRORS
0 FATAL ERRORS

(Copy/Paste from the file "Macromedia_ColdFusion_MX_7.0.2_InstallLog")

But when i try to start the service i get this error on the Windows Application Log:

Descripción:
The ColdFusion MX 7 Application Server service for the "coldfusion" server is logging system output to C:\CFusionMX7\runtime\logs\coldfusion-out.log and system errors to C:\CFusionMX7\runtime\logs\coldfusion-err.log.

When cheking on the coldfusion-err.log i can see this:

Error: no known VMs. (check for corrupt jvm.cfg file)

Actually there is one of these for each time i tryed to start the service. This is a developer version (7.01) that was working perpect until the 7.02 patch was installed.

Any ideas?
    This topic has been closed for replies.

    3 replies

    November 27, 2006
    ColdFusion isn't currently supported on Java 5.0. As Sanaullah pointed out, use Java 1.4.2_13 (or whatever the latest happens to be by the time you read this).
    zamvil
    Inspiring
    November 15, 2006
    I have the same problem as Rodrigo.

    Did you resolve the problem?

    I have installed in my Pc the Jre 5.0 and I think this include the jvm, is correct?
    Participating Frequently
    November 23, 2006
    Hi

    i am not sure does CFMX7.02 works with JRE 5.0 but I think you have instanll 1.4._13 JDK
    then point to java.home= [1.4_13] then CF should work.

    Participating Frequently
    July 26, 2006
    CFMX 7.0.2 needs to be on 1.4.2_06 or higher jvm. It should install 1.4.2_09 with the updater. What is the java.home property in your C:\cfusionmx7\runtime\bin\jvm.config file?

    Ted Zimmerman