[cfaussie] How to update JVM CF7?
I downloaded 1.4.2_17 of the jre and jdk and installed them into the Jrun4 jre directory and when I start jrun admin server, it fails with:- --- Services --- Windows could not start the Macromedia JRun Admin 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. --- OK --- What an I doing wrong? -- Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney September meeting: It's Going To Be Brilliant Date: Mon 29th September 6pm for 6:30 start Details and RSVP on http://apugs2008september.eventbrite.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: How to update JVM CF7?
2008/10/14 Mark Mandel <[EMAIL PROTECTED]>: > I would suggest installing the JDK in a differnet location (C:\java4\ > for example), > > and then change your jvm.config to being: > > java.home=C:/java4 Yes, that worked! Thanks. Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney September meeting: It's Going To Be Brilliant Date: Mon 29th September 6pm for 6:30 start Details and RSVP on http://apugs2008september.eventbrite.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: How to update JVM CF7?
What does your /bin/jvm.config look like? Mark On Tue, Oct 14, 2008 at 2:29 PM, Chris Velevitch <[EMAIL PROTECTED]> wrote: > > I downloaded 1.4.2_17 of the jre and jdk and installed them into the > Jrun4 jre directory and when I start jrun admin server, it fails > with:- > > --- > Services > --- > Windows could not start the Macromedia JRun Admin 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. > --- > OK > --- > > What an I doing wrong? > > -- > Chris > -- > Chris Velevitch > Manager - Adobe Platform Users Group, Sydney > m: 0415 469 095 > www.apugs.org.au > > Adobe Platform Users Group, Sydney > September meeting: It's Going To Be Brilliant > Date: Mon 29th September 6pm for 6:30 start > Details and RSVP on http://apugs2008september.eventbrite.com > > > > -- E: [EMAIL PROTECTED] W: www.compoundtheory.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: How to update JVM CF7?
Eeeep.. you installed over the TOP of the previous JRE? Yeah.. that would be bad. Better to install it to a different directory, and point it to have a home elsewhere. Sounds like you have seriously borked your JRE. I would suggest installing the JDK in a differnet location (C:\java4\ for example), and then change your jvm.config to being: java.home=C:/java4 (You want the folder UNDER where /bin sits) Mark On Tue, Oct 14, 2008 at 2:39 PM, Chris Velevitch <[EMAIL PROTECTED]> wrote: > > 2008/10/14 Mark Mandel <[EMAIL PROTECTED]>: >> >> What does your /bin/jvm.config look like? > > java.home=C:/bin/mx/JRun4/jre > # Arguments to VM > java.args=-Xmx512M -server -Dsun.io.useCanonCaches=false > -XX:MaxPermSize=128m -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS > -Dcoldfusion.rootDir=c:/projects/test/ets/dev/ -Djava.compiler=NONE > -Xnoagent -Xdebug > -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8201 > java.ext.dirs={jre.home}/lib/ext > java.library.path={application.home}/lib,{application.home}/servers/cfusion2/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib,{application.home}/servers/cfusion2/cfusion-ear/cfusion-war/WEB-INF/cfusion/jintegra/bin,{application.home}/servers/cfusion2/cfusion-ear/cfusion-war/WEB-INF/cfusion/jintegra/bin/international > system.path.first=false > java.user.dir={application.home}/../lib > java.class.path={application.home}/servers/lib,{application.home}/servers/lib,{application.home}/lib,C:\\bin\\postgres\\pg74.1jdbc3.jar > > > Chris > -- > Chris Velevitch > Manager - Adobe Platform Users Group, Sydney > m: 0415 469 095 > www.apugs.org.au > > Adobe Platform Users Group, Sydney > September meeting: It's Going To Be Brilliant > Date: Mon 29th September 6pm for 6:30 start > Details and RSVP on http://apugs2008september.eventbrite.com > > > > -- E: [EMAIL PROTECTED] W: www.compoundtheory.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: How to update JVM CF7?
2008/10/14 Mark Mandel <[EMAIL PROTECTED]>: > > What does your /bin/jvm.config look like? java.home=C:/bin/mx/JRun4/jre # Arguments to VM java.args=-Xmx512M -server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=128m -DJINTEGRA_NATIVE_MODE -DJINTEGRA_PREFETCH_ENUMS -Dcoldfusion.rootDir=c:/projects/test/ets/dev/ -Djava.compiler=NONE -Xnoagent -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8201 java.ext.dirs={jre.home}/lib/ext java.library.path={application.home}/lib,{application.home}/servers/cfusion2/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib,{application.home}/servers/cfusion2/cfusion-ear/cfusion-war/WEB-INF/cfusion/jintegra/bin,{application.home}/servers/cfusion2/cfusion-ear/cfusion-war/WEB-INF/cfusion/jintegra/bin/international system.path.first=false java.user.dir={application.home}/../lib java.class.path={application.home}/servers/lib,{application.home}/servers/lib,{application.home}/lib,C:\\bin\\postgres\\pg74.1jdbc3.jar Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney September meeting: It's Going To Be Brilliant Date: Mon 29th September 6pm for 6:30 start Details and RSVP on http://apugs2008september.eventbrite.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: CFCLIPSE and RDS
The thing that I have found slows it down is when you have a large number of debug variables you are displaying. Turn them all off and it's great. But then defeats the purpose as you can't see what is happening. Wish there was a solution as I have had to debug some hard code to do with mulitple regression the old fashioned way. Guess it doesn't help except to let you know that I also have problems. Cheers, Simon On 13/10/2008, Steve Onnis <[EMAIL PROTECTED]> wrote: > > > Its just strange because i do see noticible speed differences between > homesite and eclipse > > -Original Message- > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf > Of Barry Beattie > Sent: Monday, 13 October 2008 4:33 PM > To: cfaussie@googlegroups.com > Subject: [cfaussie] Re: CFCLIPSE and RDS > > > > Is it just me or is RDS on CFCLIPSE as slow as bananas rolling down a > hill? > > Hehe. that's funny. I'm gonna chuckle on that mental image all afternoon. > > Steve, I've had issues with it too, but I blame it on a slow network and > it's need to authenticate any movement of files. Dreamewaver and RDS had > the > same sort of issues, so I can't tell if it's specifically CFEclipse. > > sorry I can't be more help. > > > > > > > -- Cheers Simon Haddon Woman loves feeling danger and speed. That is why woman wants man. They get a speed rush that is the most dangerous of all. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] REMINDER: CFUG QLD Tuesday 14th October 2008 ( TONIGHT ) - Creative Suite 4 and Flex CF Community Program discussions
Please RSVP before 12:00 PM today Queensland Coldfusion Usergroup Tuesday 14th October 2008 Creative Suite 4 and Flex CF Community Program discussions Although this month we will not have any official presentations, we have a lot to talk about, and potentially even more to offer those who wish to be part of the beginning of a Coldfusion Flex Community building exercise. We will talk about and have a look at some of the Creative Suite 4 products great for those using Dreamweaver or for the designer developers using various other design and production products. We will talk more about the future of Coldfusion and more of what might be in store for Coldfusion 9. Then last, but definitely not least, for those interested in taking part in a Coldfusion Flex Community program we have a presentation for CFUG Queensland attendee eyes only ( or at least at this stage ) showing the early plans and benefits of the program and show you how to be a part of it. We will also have the usual Q&A time and Food and Drink. Look forward to seeing you at the October 2008 Brisbane CFUG. Please use the URL below to RSVP http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=7BF144A7-AC09-6C06-E711B0054867DC96 For More Information use the URL below. http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=7BF144A7-AC09-6C06-E711B0054867DC96 Cheers Gareth Edwards Queensland Coldfusion Usergroup [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: OT : Checking SSL website items
I second Firebug, it only takes one http:// to fire that message. And this is the quickest way to find it, that I have found anyway. Use the NET option to see all images, page requests etc. From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Pepperman Sent: Tuesday, 14 October 2008 7:57 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: OT : Checking SSL website items You may be able to find it with the Firebug plugin in Firefox. It will list all the http requests in a page, even the hard to find ones. On Mon, Oct 13, 2008 at 8:32 AM, Steve Onnis <[EMAIL PROTECTED]> wrote: Does anyone know of a tool that will report what is causing a site to report that a website is not secure? Am trying to track down what causing a webiste to not activate the popup and i keep getting a notice saying the site has blocked insecure content but i dont know what it is. Steve -- "anything you say can/will be used against you-- --nothing you say can/will be used to help you." -Professor James Duane --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] Re: OT : Checking SSL website items
You may be able to find it with the Firebug plugin in Firefox. It will list all the http requests in a page, even the hard to find ones. On Mon, Oct 13, 2008 at 8:32 AM, Steve Onnis <[EMAIL PROTECTED]> wrote: > Does anyone know of a tool that will report what is causing a site to > report that a website is not secure? Am trying to track down what causing a > webiste to not activate the popup and i keep getting a notice saying the > site has blocked insecure content but i dont know what it is. > > Steve > > > > -- "anything you say can/will be used against you-- --nothing you say can/will be used to help you." -Professor James Duane --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---
[cfaussie] OT : Checking SSL website items
Does anyone know of a tool that will report what is causing a site to report that a website is not secure? Am trying to track down what causing a webiste to not activate the popup and i keep getting a notice saying the site has blocked insecure content but i dont know what it is. Steve --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~--~~~~--~~--~--~---