Interesting...I upgraded my jvm and ran my plantomatic application and it's initial load time is 29 seconds. Went to Todd's site http://slidesix.com/?init=true and that loads pretty darn quick. Hmmmm. I'm stumped.
On Mon, Feb 15, 2010 at 4:08 PM, Ron Mast <[email protected]> wrote: > Thanks for explaining why Dennis! :) > > On Mon, Feb 15, 2010 at 4:07 PM, Ron Mast <[email protected]> wrote: >> lol...making this thread really long! >> >> I ended up downloaded the JDK and installing it and point the >> java.home to the jre from that install. This worked vs just >> downloading the jre and installing it. >> >> FYI >> >> On Mon, Feb 15, 2010 at 3:50 PM, Ron Mast <[email protected]> wrote: >>> This is what i'm seeing in the cfusion-out.log file: >>> Error: no `server' JVM at `C:/Program Files/Java/jre\bin\server\jvm.dll'. >>> Error: no `server' JVM at `C:/apps/JRun4/jre\bin\server\jvm.dll'. >>> Error: no `server' JVM at `C:/apps/JRun4/jre\bin\server\jvm.dll'. >>> Error: no `server' JVM at `C:/apps/JRun4/jre\bin\server\jvm.dll'. >>> Error: no `server' JVM at `C:/apps/JRun4/jre\bin\server\jvm.dll'. >>> Error: no `server' JVM at `C:/apps/JRun4/jre\bin\server\jvm.dll'. >>> Error: no `server' JVM at `C:/apps/JRun4/jre\bin\server\jvm.dll'. >>> Error: no `server' JVM at `C:/apps/JRun4/jre\bin\server\jvm.dll'. >>> >>> >>> >>> On Mon, Feb 15, 2010 at 3:47 PM, Ron Mast <[email protected]> wrote: >>>> I downloaded the jre from sun.com and before editing the jvm.config >>>> file I backed it up. I changed the "java.home=C:/apps/JRun4/jre" to >>>> "java.home=C:/Program Files/Java/jre". That didn't work so I deleted >>>> the c:/apps/jrun/jre and copied & pasted C:/Program Files/Java/jre in >>>> it's place. Now I have broken CF...lol...I get the following error >>>> when I try to restart both jrun services: "Windows could not start the >>>> ColdFusion MX Application Server on Local Computer. For more >>>> information, review the System Event Log. If this is a non-Microsoft >>>> service, contact the service vendor, and refer to service-specific >>>> error code 2." >>>> >>>> I googled it and found http://kb2.adobe.com/cps/193/tn_19359.html >>>> >>>> Didn't help! >>>> >>>> Is Reinstall the only option here? >>>> >>>> I'll keep googling...thanks! >>>> >>>> On Mon, Feb 15, 2010 at 2:40 PM, Bud <[email protected]> wrote: >>>>> Thanks Todd. The host is running 1.6.0_04. Mine is even older on my >>>>> dev box. I'm in the process of verifying that Report Execution Times >>>>> is off at the host, although it's definitely turned off on my >>>>> development box. I'm going to update the JRE on the development box >>>>> right now and see what effect that has. looks they they're at version >>>>> _18. >>>>> >>>>> On Feb 15, 1:27 pm, todd sharp <[email protected]> wrote: >>>>>> Oops - actually this will do it: >>>>>> >>>>>> <cfset prop = createObject("java", "java.lang.System").getProperties() /> >>>>>> <cfdump var="#prop#"> >>>>>> >>>>> >>>>> -- >>>>> Model-Glue Sites: >>>>> Home Page: http://www.model-glue.com >>>>> Documentation: http://docs.model-glue.com >>>>> Bug Tracker: http://bugs.model-glue.com >>>>> Blog: http://www.model-glue.com/blog >>>>> >>>>> You received this message because you are subscribed to the Google >>>>> Groups "model-glue" group. >>>>> To post to this group, send email to [email protected] >>>>> To unsubscribe from this group, send email to >>>>> [email protected] >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/model-glue?hl=en >>>> >>> >> > -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
