Skip to main content
WolfShade
Legend
August 4, 2009
Question

New error for JVM, now.

  • August 4, 2009
  • 1 reply
  • 1400 views

Now I'm getting "no 'server' found at C:/Program Files/Java/jre6\bin\server\jvm.dll"

I know that the slashes are screwed up; how do I fix it?  It's not a registry setting (well, it IS, but I've corrected it in the registry, still getting the above error, as typed.)

Thanks,

^_^

    This topic has been closed for replies.

    1 reply

    August 6, 2009

    Windows shouldn't really care about the direction of the slashes (or java on windows).

    Does the path really exists to the .dll?

    Is that the complete error that you are getting? Where is that error appearing?

    Byron Mann

    mannb@hostmysite.com

    byronosity@gmail.com

    Software Architect

    hosting.com | hostmysite.com

    http://www.hostmysite.com/?utm_source=bb

    WolfShade
    WolfShadeAuthor
    Legend
    August 6, 2009

    Yes, the path exists, and the jvm.dll file is in that location.  That is the complete error I get.  I tried manually starting the CF Application server and it gave an error, so I dropped to a command line and tried to run the batch file to start the server; this is where the error message appears.

    Thanks,

    ^_^

    August 6, 2009

    Just realized the "server" folder shouldn't be there.

    jvm's installed with the JRE won't support the -server argument when CF is starting up.  You'll find this in the jvm.config for CF.

    You'll need to install a JDK, then update the java path in the jvm.config for CF.

    So the path should be something like this:

    "C:\Program Files\Java\jdk6\bin\server\jvm.dll"

    Curious though, if it's a CF stand alone install, there should be a jvm in the CF directory to use.  Probably this path.

    c:\ColdFusion8\runtime\jre\bin

    You JVM config is in this directory:

    c:\ColdFusion8\runtime\bin

    java.home=C:/ColdFusion8/runtime/jre  - should be the line to the local jre installed.

    Otherwise install the jdk

    java.home=C:/Program Files/Java/jdk6