Skip to main content
myCharlie
Inspiring
July 2, 2015
Frage

Unable to start ColdFusion application service

  • July 2, 2015
  • 1 Antwort
  • 456 Ansichten

ColdFusion application was starting fine until I installed JVM and I now got this error.

Any suggestion is much appreciated.

    Dieses Thema wurde für Antworten geschlossen.

    1 Antwort

    Legend
    July 2, 2015

    Try start CF from CMD prompt (as administrator) and see what error is reported.

    CD \ColdFusion11\cfusion\bin

    cfstart

    Report back what CMD prompt says.

    HTH, Carl.

    myCharlie
    Inspiring
    July 17, 2015

    Thanks for the help. I figured out what it was. It has something to do with the jvm.config file specifically the java.home path. It's pointing to the incorrect folder. It should be in the ava\jdk1.8.0_45\jre folder.