Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Jochem van Dieten
On Thu, Oct 7, 2010 at 7:59 PM, Mary Jo Sminkey wrote: Is anyone using the JRocket JRE (with Mission Control) on ColdFusion 9.01 (I'm on Win 7 64-bit, standalone) What is in the log file? CF needs a JDK, not a JRE. Jochem -- Jochem van Dieten http://jochem.vandieten.net/

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
What is in the log file? CF needs a JDK, not a JRE. JDK?? Are you sure about that?? I'm not sure what it would do with the JDK. I'm basically trying to follow the instructions in this blog post to track memory leaks in the JVM:

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
What is in the log file? CF needs a JDK, not a JRE. Oh, and I don't get anything in the log file(s) it doesn't get anywhere close to logging anything. MJS ~| Order the Adobe Coldfusion Anthology now!

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Jochem van Dieten
On Fri, Oct 8, 2010 at 3:49 PM, Mary Jo Sminkey wrote: Oh, and I don't get anything in the log file(s) it doesn't get anywhere close to logging anything. If you start jrun.exe from the command line you should get something there. Jochem -- Jochem van Dieten http://jochem.vandieten.net/

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Matthew Williams
The JDK seems to be required because the stock JRE doesn't come with all the components need to run the services. There's a JRE inside the JDK, which is all you'll really need once you've extracted/installed it. I've found this to be the case with all of the SUN builds as well. Matthew

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Dave Watts
JDK?? Are you sure about that?? I'm not sure what it would do with the JDK. Yes, CF requires the JDK because it includes the server-specific version of jvm.dll. I don't remember enough about JRockit to know whether it has the same sort of JVM/JDK division. Dave Watts, CTO, Fig Leaf Software

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
The JDK seems to be required because the stock JRE doesn't come with all the components need to run the services. There's a JRE inside the JDK, which is all you'll really need once you've extracted/installed it. I've found this to be the case with all of the SUN builds as well. Hhm, okay

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
Yes, CF requires the JDK because it includes the server-specific version of jvm.dll. I don't remember enough about JRockit to know whether it has the same sort of JVM/JDK division. Ah okay, thanks for the info. This does appear to be part of the jrocket install that I have. --- Mary Jo

RE: CF 9.01 with JRocket JRE

2010-10-08 Thread Mark A. Kruger
-Original Message- From: Mary Jo Sminkey [mailto:mary...@cfwebstore.com] Sent: Friday, October 08, 2010 10:39 AM To: cf-talk Subject: Re: CF 9.01 with JRocket JRE The JDK seems to be required because the stock JRE doesn't come with all the components need to run the services. There's a JRE inside

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
I usually have to try a couple different directories before I find the right one... and make sure your slashes are pointed the right direction :) I'm not really seeing much in the way of choices to point to, but I did try both the top level directory as well as the JRE one (which is what seems

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
I usually have to try a couple different directories before I find the right one... and make sure your slashes are pointed the right direction :) Just to verify I have the right install, for CF9 on a Win 7 64-bit, I *would* use the 64-bit for Java 6, right? Seemed obvious, but just in case I'm

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
I usually have to try a couple different directories before I find the right one... and make sure your slashes are pointed the right direction :) Just to verify I have the right install, for CF9 on a Win 7 64-bit, I *would* use the 64-bit for Java 6, right? Seemed obvious, but just in case I'm

RE: CF 9.01 with JRocket JRE

2010-10-08 Thread DURETTE, STEVEN J (ATTASIAIT)
: Friday, October 08, 2010 1:18 PM To: cf-talk Subject: Re: CF 9.01 with JRocket JRE I usually have to try a couple different directories before I find the right one... and make sure your slashes are pointed the right direction :) Just to verify I have the right install, for CF9 on a Win 7 64-bit

RE: CF 9.01 with JRocket JRE

2010-10-08 Thread DURETTE, STEVEN J (ATTASIAIT)
Opps that was missing or corrupt jvm.config so attrib /s jvm.config -Original Message- From: DURETTE, STEVEN J (ATTASIAIT) Sent: Friday, October 08, 2010 1:29 PM To: cf-talk Subject: RE: CF 9.01 with JRocket JRE The error you gave said something about missing java.config right

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Judah McAuley
On Fri, Oct 8, 2010 at 10:17 AM, Mary Jo Sminkey mary...@cfwebstore.com wrote: I usually have to try a couple different directories before I find the right one... and make sure your slashes are pointed the right direction :) Just to verify I have the right install, for CF9 on a Win 7 64-bit,

RE: CF 9.01 with JRocket JRE

2010-10-08 Thread Justin Scott
And 64-bit CF9 is only available with Enterprise. CF9 Standard is 32-bit only. I believe that was true in CF8 but my understanding is that all editions of CF9 are now available in 64-bit. -Justin ~| Order the Adobe

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Dave Watts
I believe that was true in CF8 but my understanding is that all editions of CF9 are now available in 64-bit. That is correct. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule,

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Judah McAuley
That's correct, I was mistaken. I ran into it with CF8 and didn't notice that it had changed for 9. Dave corrected me in another thread. My apologies for the inaccurate info. Cheers, Judah On Fri, Oct 8, 2010 at 12:38 PM, Justin Scott jscott-li...@gravityfree.com wrote: And 64-bit CF9 is only

RE: CF 9.01 with JRocket JRE

2010-10-08 Thread Mark A. Kruger
08, 2010 12:16 PM To: cf-talk Subject: Re: CF 9.01 with JRocket JRE I usually have to try a couple different directories before I find the right one... and make sure your slashes are pointed the right direction :) I'm not really seeing much in the way of choices to point to, but I did try both

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
I don't want to be contrary - but your error almost has to be related to not finding the jvm.dll right? If it were args wouldn't it be some other sort of error? Something more related to GC or whatever that would show up in the out log? Well, I'm just guessing, I really don't know enough about

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Mary Jo Sminkey
That depends on whether you are running the 32-bit or 64-bit CF9. Oops, sorry yes I am indeed using the 64-bit CF9. --- Mary Jo ~| Order the Adobe Coldfusion Anthology now!

CF 9.01 with JRocket JRE

2010-10-07 Thread Mary Jo Sminkey
Is anyone using the JRocket JRE (with Mission Control) on ColdFusion 9.01 (I'm on Win 7 64-bit, standalone)? I'm having trouble getting ColdFusion to start up when I point it to the JRocket JRE and not sure what the problem is. I'm leaving out the mission control config in the args just to