Skip to main content
November 16, 2007
Question

CF8 Administrator problem (oh god I broke it..)

  • November 16, 2007
  • 2 replies
  • 2263 views
Ok, was trying to add a classpath for a java CFX tag in administrator and now whenever I go to the JAVA and JVM in the administrator I get:

Element JDKPATH is undefined in FORM.

The error occurred in jvm.cfm: line 174
Called from jvm.cfm: line 145
Called from jvm.cfm: line 143
Called from jvm.cfm: line 1

-1 : Unable to display error's location in a CFML template.

Remote Address 127.0.0.1
Referrer http://127.0.0.1/CFIDE/administrator/navserver.cfm
Date/Time 16-Nov-07 10:02 AM
Stack Trace
at cfjvm2ecfm485176473._factor2(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\settings\jvm.cfm:174) at cfjvm2ecfm485176473._factor4(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\settings\jvm.cfm:145) at cfjvm2ecfm485176473._factor5(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\settings\jvm.cfm:143) at cfjvm2ecfm485176473.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\settings\jvm.cfm:1)

Also, not sure if this is "normal" or not - that E:\ is the install source (DVD drive), not the install location - which is D:\CFusion8\ or the webroot which is D:\WebRoot\

And, going to Settings Summary gives this little gem:

Variable RETHROW is undefined.

The error occurred in runtime.cfc: line 1606
Called from runtime.cfc: line 30
Called from runtime.cfc: line 1
Called from _report.cfm: line 8
Called from _report.cfm: line 1
Called from index.cfm: line 14

-1 : Unable to display error's location in a CFML template.
Remote Address 127.0.0.1
Referrer http://127.0.0.1/CFIDE/administrator/navserver.cfm
Date/Time 16-Nov-07 10:12 AM
Stack Trace
at cfruntime2ecfc21267795$funcGETPROPS.runFunction(E:\cf8_final\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc:1606) at cfruntime2ecfc21267795._factor4(E:\cf8_final\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc:30) at cfruntime2ecfc21267795.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\adminapi\runtime.cfc:1) at cf_report2ecfm955180241._factor73(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm:8) at cf_report2ecfm955180241.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\reports\_report.cfm:1) at cfindex2ecfm1514503215.runPage(E:\cf8_final\cfusion\wwwroot\CFIDE\administrator\reports\index.cfm:14)
    This topic has been closed for replies.

    2 replies

    Participant
    December 4, 2007
    I too had this error and found your message in half my google searches. Gotta love redundancy ;).

    My problem was I accidentally put a Coldfusion Class Path in the Java Virtual Machine Path field.
    ColdFusion Administration - Server Settings - Java and JVM.

    My resolve was to edit this file:
    [ColdFusion8 Path]\runtime\bin\jvm.config

    Under Arguments to VM in java.args= is where my fix was (around line 18 in a default config).

    The last 2 elements in the list for me are: ,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars

    There was one more element created when I erred and fubar'd it and deleting that element fixed it.

    fyi, after this I could not access Java and JVM nor Settings Summary in the CF Admin.

    Hope this helps (actually hope you've fixed it by now) but at least this method of repair is somewhere.
    Inspiring
    November 16, 2007
    SteveLogan1029 wrote:
    > Ok, was trying to add a classpath for a java CFX tag in administrator and now
    > whenever I go to the JAVA and JVM in the administrator I get:
    >
    > Element JDKPATH is undefined in FORM.
    >
    > The error occurred in jvm.cfm: line 174
    > Called from jvm.cfm: line 145
    > Called from jvm.cfm: line 143
    > Called from jvm.cfm: line 1

    Check in you bin directory and see if you have a jvm.config file with
    some improper settings. There may also be a .bak there with a backup of
    your last settings.

    Jochem


    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion