Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
i upgraded to latest version and the coldfusion stop answering at 3 am and the cpu spikes to 100% at 8h15 am. anything else? Are you stuck on that JDK version for any reason? The first thing I'd do would be to upgrade it. It is 20 updates behind. Next, have you checked anything like jconsole

Re: Script tags and fckEditor

2011-03-22 Thread Torrent Girl
also check if you have scriptprotect=all/form/url enabled in your application/cf admin - if you do and you store the content you enter into fckeditor in a db, all script tags will be replaced with [invalid tag]... On 22/01/2011 00:29 , Monique Boea wrote: Is there ANY way to allow script

who's in charge around here?

2011-03-22 Thread zac wingfield
having just recently found H.O.F ive used it a few times. there are some really helpful, knowledgeable guys monitoring these lists and I’ve received some great help from the CF Newbie list. however the web site needs some attention. it's slow to respond and poorly presented. why are

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
i upgrade to the latest JDK version and the coldfusion stop responding this night at 3 am it doesn't solve my problems Are you stuck on that JDK version for any reason? The first thing I'd do would be to upgrade it. It is 20 updates behind. Next, have you checked anything like jconsole to see

Re: who's in charge around here?

2011-03-22 Thread Michael Grant
Perhaps you'd better enjoy the mailing list vs. the web interface? The person in charge is Michael Dinowitz. He's kick ass, but busy with about 300 children and tons of extra circular activities. To a newb it may seem like the site is in disrepair, but it's still serving a wonderful purpose. I

Re: Script tags and fckEditor

2011-03-22 Thread Dean Lawrence
The whole point of the scriptprotect attribute is to try and prevent scripts from being submitted to your site. When you use fckEditor, your submission is ultimately, just another form field. So if you have added scripts in the editor, the scriptprotect attribute will strip them out. So the only

Re: who's in charge around here?

2011-03-22 Thread zac wingfield
Perhaps you'd better enjoy the mailing list vs. the web interface? yes good point. i try not to respond directly via email because of my email header/footer. I use my work email address for everything which is unrelated to any web dev work that i do. I work for MI5 so i wouldn’t want people

Re: who's in charge around here?

2011-03-22 Thread Michael Dinowitz
Zac, Upgrading the site has been on my 'todo' list forever but it takes second place to things like these lists, etc. The colors and UI are about 10 years out of date and are in dire need for an upgrade. If you have an idea or two on UI, I'd be very happy to look at it. I might not be great at

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread James Holmes
Your perm size is way too small for a heap of 4GB (assuming you use a good portion of that heap). Check the logs for error messages just before the service locks up and you'll probably see out of memory errors. If so, make the perm size larger. -- WSS4CF - WS-Security framework for CF

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
there's no error in the log when the service locks up at 3am.. what should i put in my jvm settings instead? HI, i have a few problems with one of my server : Win2008 R2 Coldufsion 8.0.1 x64 Java 1.6.0_04 Dual Xeon Quad Core 32gb RAM Sometimes the CPU goes up to 100% and I need

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
also, i install jconsole the ps survivor space frequently goes to 100%, is it normal? also there is many Ps scavenge (1125 collection in 2 hours) vs 5 collection of PS marksweep there's no error in the log when the service locks up at 3am.. what should i put in my jvm settings instead?

RE: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Mark A. Kruger
Tom, I don't think you need that Xincgc.. that's a pre-1.4 setting I think. I think the newer JVM should be left more to it's own devices. If you see too many stop the world pauses you might try the low pause collector which works pretty well on larger heaps (though 4 gigs isn't really too large

Failed SSL Connection

2011-03-22 Thread David Patricola
Thank you everyone for your help so far. I'm at the cusp of completion and now the final test remains. I am testing my CF8 Enterprise datasource client connection to a Redhat 5 Postgresql server, and so far is failing: Someone else created the certificates for me on the Redhat box and sent

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
the latest hs_pid file in runtime\bin is 1 months old.. in runtime/log/ there is many of these errors when the CPU was 100% java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Wil Genovese
I had to research it myself. -Xincgc is an Incremental Garbage Collector. If you have a multi CPU server there are better GC options. --- info I found from 2003 -- -Xincgc The incremental garbage collector, which is off by default, will eliminate occasional garbage-collection

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
the service stop responding not always at 3am, sometimes it's at 2pm, 7pm etc i check if there was any schedule task starting and no there's nothing here's my jvm settings now : java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false -XX:PermSize=64m -XX:+UseParallelGC

Re: who's in charge around here?

2011-03-22 Thread Sean Corfield
On Tue, Mar 22, 2011 at 6:47 AM, zac wingfield z...@allied-facilities.com wrote: Perhaps you'd better enjoy the mailing list vs. the web interface? yes good point. i try not to respond directly via email because of my email header/footer. I use my work email address for everything which is

RE: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Mark A. Kruger
Tom, Looks like a connection issue with some resource - database, web service, cfhttp call... something that is making a connection is casing the problem. Take a look in the files referenced and see what you are hitting. Perhaps you need a cert installed into the keystore of your new JDK.

Re: who's in charge around here?

2011-03-22 Thread Dave Watts
The person in charge is Michael Dinowitz. He's kick ass, but busy with about 300 children and tons of extra circular activities. I'm not sure what an extra circular activity is, but I guess it has something to do with having 300 kids! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: who's in charge around here? [spamtrap bayes][spamtrap heur]

2011-03-22 Thread Paul Hastings
On 3/22/2011 11:49 PM, Dave Watts wrote: I'm not sure what an extra circular activity is, but I guess it has something to do with having 300 kids! if that's the case then future generation will be 0.5% related to micheal instead of genghis khan.

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
couldn't it be that because the CPU is at 100%, it can't make the connection?? Because there's nothing wrong with these request ~| Order the Adobe Coldfusion Anthology now!

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Wil Genovese
That last hotspot error was caused by an error of some sort with an outbound http request. But, it's a month old and not the current issue. Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Mar 22,

RE: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Mark A. Kruger
Tom, You are asking the chicken and egg question - and without poring over your logs it would be hard to say. But a connection issue to a DB (for example) can cause exactly this sort of behavior - a cpu constrainted server as it tries to resolve hanging threads. The 3am time frame makes me think

Re: who's in charge around here?

2011-03-22 Thread Matt Quackenbush
On Tue, Mar 22, 2011 at 11:15 AM, Sean Corfield wrote: The mail interface to HoF is certainly a lot more palatable than the web interface There's a web interface?? ;-) ~| Order the Adobe Coldfusion Anthology now!

Re: who's in charge around here?

2011-03-22 Thread zac wingfield
ok, i'm getting idea about using it as a mailing list. :-) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: CFHTTP Question

2011-03-22 Thread Donnie Carvajal
Were CARs available in CF5? If so and the servers' configs are supposed to be the same, id go that route first. Maybe a setting was just missed somewhere in the cf admin. .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com Unfortunately, the last server is

Re: who's in charge around here?

2011-03-22 Thread Charlie Griefer
On Tuesday, March 22, 2011 at 9:49 AM, Dave Watts wrote: The person in charge is Michael Dinowitz. He's kick ass, but busy with about 300 children and tons of extra circular activities. I'm not sure what an extra circular activity is, but I guess it has something to do with having 300

Re: who's in charge around here?

2011-03-22 Thread Michael Grant
Michael Zuckerwitz does have a certain ring to it. On Tue, Mar 22, 2011 at 7:51 PM, Charlie Griefer charlie.grie...@gmail.comwrote: On Tuesday, March 22, 2011 at 9:49 AM, Dave Watts wrote: The person in charge is Michael Dinowitz. He's kick ass, but busy with about 300 children and

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Carl Meyer
The NewGen size is too small. On my dev environment (CF9.0.1 JVM 1.6.0_24) I ran these JVM args: java.args=-server -Xms4096m -Xmx4096m -Dsun.io.useCanonCaches=false - XX:MaxPermSize=192m -XX:+UseParallelGC -XX:NewSize=48m - XX:SurvivorRatio=4 etc CF became unresponsive without much load, tho

Re: ColdFusion 9 VPS Host in Australia

2011-03-22 Thread Paul Kukiel
Are you after shared hosting or a VPS to run ColdFusion on? Paul http://blog.kukiel.net On Mon, Mar 21, 2011 at 11:09 PM, Richard White rich...@j7is.co.uk wrote: Hi, does anyone know of any good ColdFusion 9 windows VPS hosts in Australia? thanks