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

2011-04-11 Thread tom vallee

also i saw that jrun.exe memory is always growing, it was at 5 590 405 kb.

is it normal?

is it because in jvm.settings i put 8gb of java jeap size ? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343648
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

2011-03-24 Thread Jochem van Dieten

On Mon, Mar 21, 2011 at 7:11 PM, tom vallee wrote:
 Sometimes the CPU goes up to 100% and I need to restart the coldfusion 
 service and everything goes back normal
 Sometimes, coldfusion stop responding, if i type my website in internet 
 explorer, it's not responsing but IIS is responding

 i think it might be the JVM settings,

Why do you think so? Can you correlate the problems to occurrences of
garbage collection in your log files?

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343241
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

2011-03-23 Thread tom vallee

thanks!

here are my settings now :

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
-XX:PermSize=256m -XX:MaxPermSize=256m -XX:+UseParallelGC 
-Dsun.rmi.dgc.client.gcInterval=60 -Dsun.rmi.dgc.server.gcInterval=60 
-XX:NewSize=148m -XX:SurvivorRatio=4 
-Dcoldfusion.rootDir={application.home}/../ 
-Dcoldfusion.libPath={application.home}/../lib 
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
 Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343222
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

2011-03-23 Thread Carl Meyer

More settings suggestions.

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
-XX:PermSize=256m -XX:MaxPermSize=384m -XX:+UseParallelGC 
-XX:ParallelGCThreads=4 
-Dsun.rmi.dgc.client.gcInterval=60 -Dsun.rmi.dgc.server.gcInterval=60 
-XX:NewSize=148m -XX:SurvivorRatio=4 -Xbatch 
-Dcoldfusion.rootDir={application.home}/../ 
-Dcoldfusion.libPath={application.home}/../lib 
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
 
Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar

Bigger PermGen, 64bit generally needs more than 32bit. Let the ParallelGC use 
some of the cores you have, maybe ParallelGCThreads=8 will even be better if I 
read your server hardware correctly. Include Xbatch which I note seems required 
for 64bit. 

Open to others thoughts on Xbatch? Have posted a comment here:

http://forums.adobe.com/message/3527227#3527227

HTH, Carl.
 thanks!
 
 here are my settings now :
 
 java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
 -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+UseParallelGC -Dsun.rmi.
 dgc.client.gcInterval=60 -Dsun.rmi.dgc.server.gcInterval=60 
 -XX:NewSize=148m -XX:SurvivorRatio=4 -Dcoldfusion.rootDir={application.
 home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.
 classPath={application.home}/../lib/updates,{application.home}/../lib,
 {application.home}/../gateway/lib/,{application.home}/..
 /wwwroot/WEB-INF/flex/jars,{application.home}/..
 /wwwroot/WEB-INF/cfform/jars,C:\\Program Files 
 (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343238
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 to see what is going on when
this spike happens? 

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com


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 to restart the coldfusion
service and everything goes back normal

Sometimes, coldfusion stop responding, if i type my website in internet
explorer, it's not responsing but IIS is responding

i think it might be the JVM settings,

here are my jvm settings 

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false
-XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4
-XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../
-Dcoldfusion.libPath={application.home}/../lib
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/
../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-
INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


help! 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343188
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 what is going on when
this spike happens? 

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com


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 to restart the coldfusion
service and everything goes back normal

Sometimes, coldfusion stop responding, if i type my website in internet
explorer, it's not responsing but IIS is responding

i think it might be the JVM settings,

here are my jvm settings 

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false
-XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4
-XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../
-Dcoldfusion.libPath={application.home}/../lib
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/
../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-
INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


help! 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343191
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
http://wss4cf.riaforge.org/



On 22 March 2011 20:17, tom vallee tom...@numerique.ca wrote:

 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 what is going on when
this spike happens?

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com


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 to restart the coldfusion
service and everything goes back normal

Sometimes, coldfusion stop responding, if i type my website in internet
explorer, it's not responsing but IIS is responding

i think it might be the JVM settings,

here are my jvm settings

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false
-XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4
-XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../
-Dcoldfusion.libPath={application.home}/../lib
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/
../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-
INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


help!

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 to restart the coldfusion 
 service and everything goes back normal
 
 Sometimes, coldfusion stop responding, if i type my website in 
 internet explorer, it's not responsing but IIS is responding
 
 i think it might be the JVM settings,
 
 here are my jvm settings 
 
 java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
 -XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4  
 -XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../ 
 -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.
 classPath={application.home}/../lib/updates,{application.home}/../lib,
 {application.home}/../gateway/lib/,{application.home}/..
 /wwwroot/WEB-INF/flex/jars,{application.home}/..
 /wwwroot/WEB-INF/cfform/jars,C:\\Program Files 
 (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar
 
 
 help! 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343197
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343198
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 for
a 64x heap).

Other than that you have to give us more to go on :)  What's in the
/runtime/logs/cfusion-out.log file? Any clues there? Any hs_pidxxx.log files
in runtime/bin?  Throw us a bone.

-Mark


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com


-Original Message-
From: tom vallee [mailto:tom...@numerique.ca] 
Sent: Tuesday, March 22, 2011 9:59 AM
To: cf-talk
Subject: Re: coldfusion service stop rsponding or CPU goes up tp 100%


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 to restart the coldfusion 
 service and everything goes back normal
 
 Sometimes, coldfusion stop responding, if i type my website in 
 internet explorer, it's not responsing but IIS is responding
 
 i think it might be the JVM settings,
 
 here are my jvm settings 
 
 java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
 -XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4  
 -XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../ 
 -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.
 classPath={application.home}/../lib/updates,{application.home}/../lib,
 {application.home}/../gateway/lib/,{application.home}/..
 /wwwroot/WEB-INF/flex/jars,{application.home}/..
 /wwwroot/WEB-INF/cfform/jars,C:\\Program Files 
 (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar
 
 
 help! 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at 
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at jrun.servlet.jrpp.ProxyEndpoint.getHeader(ProxyEndpoint.java:760)
at 
javax.servlet.http.HttpServletRequestWrapper.getHeader(HttpServletRequestWrapper.java:124)
at 
javax.servlet.http.HttpServletRequestWrapper.getHeader(HttpServletRequestWrapper.java:124)
at coldfusion.runtime.CgiScope.resolve(CgiScope.java:216)
at coldfusion.runtime.CgiScope.containsName(CgiScope.java:296)
at coldfusion.runtime.CgiScope.search(CgiScope.java:329)
at 
coldfusion.runtime.NeoPageContext.searchScopes(NeoPageContext.java:684)
at 
coldfusion.runtime.NeoPageContext.findAttribute(NeoPageContext.java:585)
at coldfusion.runtime.PageScope.resolveName(PageScope.java:52)
at coldfusion.runtime.PageScope.containsName(PageScope.java:57)
at coldfusion.runtime.Scope.containsKey(Scope.java:105)
at coldfusion.runtime.Scope.put(Scope.java:72)
at coldfusion.runtime.CfJspPage._arrayset(CfJspPage.java:1038)
at 
coldfusion.runtime.NeoPageContext.SymTab_setSplitNameInMap(NeoPageContext.java:1258)
at 
coldfusion.runtime.NeoPageContext.SymTab_setValidatedSplitNameInString(NeoPageContext.java:1228)
at 
coldfusion.runtime.NeoPageContext.SymTab_setValidatedDottedName(NeoPageContext.java:1304)
at 
coldfusion.runtime.NeoPageContext.setValidatedAttribute(NeoPageContext.java:524)
at 
coldfusion.runtime.NeoPageContext.setAttribute(NeoPageContext.java:392)
at coldfusion.runtime.CfJspPage._set(CfJspPage.java:369)
at 
cfsavecontent2ecfm146453001.runPage(E:\cf8_updates\cfusion\wwwroot\WEB-INF\cftags\savecontent.cfm:11)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at 
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
at coldfusion.tagext.lang.ModuleTag.doAfterBody(ModuleTag.java:361)
at 
cfinfo2ecfm1595267860._factor8(C:\inetpub\scripts\ChaletsALouerModules\info.cfm:128)
at 
cfinfo2ecfm1595267860._factor9(C:\inetpub\scripts\ChaletsALouerModules\info.cfm:49)
at 
cfinfo2ecfm1595267860._factor10(C:\inetpub\scripts\ChaletsALouerModules\info.cfm:34)
at 
cfinfo2ecfm1595267860.runPage(C:\inetpub\scripts\ChaletsALouerModules\info.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at 
cfinfo2ecfm351247822.runPage(C:\inetpub\scripts\ChaletsALouer\info.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at 
cfApplication2ecfc638988258$funcONREQUEST.runFunction(C:\inetpub\scripts\ChaletsALouer\Application.cfc:448)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418)
at 
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360)
at 
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324)
at 
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308)
at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:74)
at 
coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:243)
at 
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:269)
at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
  

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 pauses during program execution. However, it can 
lead to a roughly 10% decrease in overall GC performance.


On multi-CPU/Core server I usually use parallel GC. It's setup like this. The 
interval values calculate out to 10 minutes. You will need to adjust this to 
suite the server and application needs.  

-XX:+UseParallelGC -Dsun.rmi.dgc.client.gcInterval=60 
-Dsun.rmi.dgc.server.gcInterval=60

If you need to know more detail about what the GC is doing then enable GC 
verbose output and logging.  That is done by adding these arguments to the JVM 
line.  -Xloggc takes a full path to a log file.  

-XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -verbose:gc 
-Xloggc:GarbageCollection.log
This page is archived at Sun and is a good resource to help understand the GC 
log output.
http://java.sun.com/docs/hotspot/gc1.4.2/example.html

I have a guide to JVM tuning at my blog - It's a guide as in general road map, 
the values specified worked on my servers and may or may work on yours. But it 
will give you an idea of what and where to look. 
http://www.trunkful.com/index.cfm/2008/11/25/How-to-Tune-the-JVM-Part-2

As for the reason the service stops at 3am? Not sure, does it always do this at 
the same time? If so look for a scheduled task somewhere. Look in the web 
server logs. There could be something outside hitting the site (think bot) hard 
the same time everyday.

Hope some of this helps,


Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Mar 22, 2011, at 10:27 AM, Mark A. Kruger wrote:

 Xincgc


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343202
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 -XX:NewSize=48m -XX:SurvivorRatio=4  
-XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../ 
-Dcoldfusion.libPath={application.home}/../lib 
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
 Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar

is it ok? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343203
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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.

-Mark

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com


-Original Message-
From: tom vallee [mailto:tom...@numerique.ca] 
Sent: Tuesday, March 22, 2011 10:39 AM
To: cf-talk
Subject: Re: coldfusion service stop rsponding or CPU goes up tp 100%


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
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at jrun.servlet.jrpp.ProxyEndpoint.getHeader(ProxyEndpoint.java:760)
at
javax.servlet.http.HttpServletRequestWrapper.getHeader(HttpServletRequestWra
pper.java:124)
at
javax.servlet.http.HttpServletRequestWrapper.getHeader(HttpServletRequestWra
pper.java:124)
at coldfusion.runtime.CgiScope.resolve(CgiScope.java:216)
at coldfusion.runtime.CgiScope.containsName(CgiScope.java:296)
at coldfusion.runtime.CgiScope.search(CgiScope.java:329)
at
coldfusion.runtime.NeoPageContext.searchScopes(NeoPageContext.java:684)
at
coldfusion.runtime.NeoPageContext.findAttribute(NeoPageContext.java:585)
at coldfusion.runtime.PageScope.resolveName(PageScope.java:52)
at coldfusion.runtime.PageScope.containsName(PageScope.java:57)
at coldfusion.runtime.Scope.containsKey(Scope.java:105)
at coldfusion.runtime.Scope.put(Scope.java:72)
at coldfusion.runtime.CfJspPage._arrayset(CfJspPage.java:1038)
at
coldfusion.runtime.NeoPageContext.SymTab_setSplitNameInMap(NeoPageContext.ja
va:1258)
at
coldfusion.runtime.NeoPageContext.SymTab_setValidatedSplitNameInString(NeoPa
geContext.java:1228)
at
coldfusion.runtime.NeoPageContext.SymTab_setValidatedDottedName(NeoPageConte
xt.java:1304)
at
coldfusion.runtime.NeoPageContext.setValidatedAttribute(NeoPageContext.java:
524)
at
coldfusion.runtime.NeoPageContext.setAttribute(NeoPageContext.java:392)
at coldfusion.runtime.CfJspPage._set(CfJspPage.java:369)
at
cfsavecontent2ecfm146453001.runPage(E:\cf8_updates\cfusion\wwwroot\WEB-INF\c
ftags\savecontent.cfm:11)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:
63)
at coldfusion.tagext.lang.ModuleTag.doAfterBody(ModuleTag.java:361)
at
cfinfo2ecfm1595267860._factor8(C:\inetpub\scripts\ChaletsALouerModules\info.
cfm:128)
at
cfinfo2ecfm1595267860._factor9(C:\inetpub\scripts\ChaletsALouerModules\info.
cfm:49)
at
cfinfo2ecfm1595267860._factor10(C:\inetpub\scripts\ChaletsALouerModules\info
.cfm:34)
at
cfinfo2ecfm1595267860.runPage(C:\inetpub\scripts\ChaletsALouerModules\info.c
fm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at
cfinfo2ecfm351247822.runPage(C:\inetpub\scripts\ChaletsALouer\info.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661)
at
cfApplication2ecfc638988258$funcONREQUEST.runFunction(C:\inetpub\scripts\Cha
letsALouer\Application.cfc:448)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418)
at
coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360)
at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:
324)
at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308)
at
coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:74)
at
coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:243)
at
coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:269

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!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343208
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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, 2011, at 11:59 AM, tom vallee wrote:

 
 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!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343209
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
something else is going on ... but you will need to investigate investigate
investigate till you come up with some scenarios that make sense to you.

-mark

-Original Message-
From: tom vallee [mailto:tom...@numerique.ca] 
Sent: Tuesday, March 22, 2011 12:00 PM
To: cf-talk
Subject: Re: coldfusion service stop rsponding or CPU goes up tp 100%


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!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343210
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 I did not see the CPU bound.

I increased the NewGen JVM arg: -XX:NewSize=148m
Now CF kept on responding.

Three JVM things to note:
-the PermGen is fair to say small perhaps you do well to increase those values 
eg -XX:PermSize=148m -XX:MaxPermSize=296m
-have seen CF on 64 bit fail to respond when -XBatch is not in the JVM args 
-when using low pause XincGC you would do well to have a NewGen collector eg 
-XX:+UseParNewGC

HTH, Carl.

 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 -XX:NewSize=48m 
 -XX:SurvivorRatio=4  -XX:MaxPermSize=192m -Dcoldfusion.
 rootDir={application.home}/../ -Dcoldfusion.libPath={application.
 home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,
 {application.home}/../lib,{application.home}/../gateway/lib/,
 {application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/..
 /wwwroot/WEB-INF/cfform/jars,C:\\Program Files 
 (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar
 
 is it ok? 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343216
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-21 Thread tom vallee

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 to restart the coldfusion service 
and everything goes back normal

Sometimes, coldfusion stop responding, if i type my website in internet 
explorer, it's not responsing but IIS is responding

i think it might be the JVM settings,

here are my jvm settings 

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
-XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4  
-XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../ 
-Dcoldfusion.libPath={application.home}/../lib 
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
 Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


help! 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

2011-03-21 Thread Bobby Hartsfield

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 what is going on when
this spike happens? 

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com


-Original Message-
From: tom vallee [mailto:tom...@numerique.ca] 
Sent: Monday, March 21, 2011 2:11 PM
To: cf-talk
Subject: coldfusion service stop rsponding or CPU goes up tp 100%


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 to restart the coldfusion
service and everything goes back normal

Sometimes, coldfusion stop responding, if i type my website in internet
explorer, it's not responsing but IIS is responding

i think it might be the JVM settings,

here are my jvm settings 

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false
-XX:PermSize=64m -Xincgc -XX:NewSize=48m -XX:SurvivorRatio=4
-XX:MaxPermSize=192m -Dcoldfusion.rootDir={application.home}/../
-Dcoldfusion.libPath={application.home}/../lib
-Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/
../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-
INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars,C:\\Program
Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar


help! 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343170
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion Service Startup - Metrics Service is not availabl e

2008-05-28 Thread Scott Brady
On Tue, May 27, 2008 at 4:50 PM, Dave Watts [EMAIL PROTECTED] wrote:
 You need to configure your user account to have the required permissions and
 privileges. Your account must have the log on as a service privilege,
 read/execute access to your web root directory, and RWXD access to your CF
 install directory.

It looks like it was access to the install directory that was the
problem (which was the only thing that changed when upgrading from 7
to 8).

Thanks!
-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306155
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


ColdFusion Service Startup - Metrics Service is not available

2008-05-27 Thread Scott Brady
So, my boss agreed that I could install CF8 on one of our boxes.  And,
overall, things went smoothly. Until I realized that, because we use
UNC paths in some of our code (in cfdirectory, for instance), I have
to have CF log on as a user instead of the system account.

However, when I do that, I get a jrun 500 error.  Looking at the
server log, I see that when it was restarting to use the new logon, it
would have the following entry:

Information,main,05/27/08,15:23:45,,ColdFusion started
Error,Thread-1,05/27/08,15:25:35,,The Metrics service is not
available. This exception is usually caused by service startup
failure. Check your server configuration.
Information,Thread-1,05/27/08,15:25:40,,ColdFusion stopped

The service manager in Windows shows CF is still running, but
apparently it's not.  So, it appears that jrun isn't able to
find/start the Metrics service.  I've tried using this article as a
guide to resolve it
(http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19120sliceId=1)
but it didn't seem to change anything.

Is there something else I should try doing?

If I have CF start up as the system account, CF starts, but I can't use UNC.

Scott

-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306115
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion Service Startup - Metrics Service is not available

2008-05-27 Thread Scott Brady
So, we found a workaround that we really don't like. If we put that
coldfusion user (it's a domain user) into the Administrators group, it
works.  Putting it in a different group (like Power Users) doesn't
work.

We're not too keen on having it be a local administrator, so I'm open
to other ideas.

(And, this wasn't required when the box was on CF7)

-- 
-
Scott Brady
http://www.scottbrady.net/

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306125
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFusion Service Startup - Metrics Service is not availabl e

2008-05-27 Thread Dave Watts
 So, we found a workaround that we really don't like. If we 
 put that coldfusion user (it's a domain user) into the 
 Administrators group, it works.  Putting it in a different 
 group (like Power Users) doesn't work.
 
 We're not too keen on having it be a local administrator, so 
 I'm open to other ideas.
 
 (And, this wasn't required when the box was on CF7)

You need to configure your user account to have the required permissions and
privileges. Your account must have the log on as a service privilege,
read/execute access to your web root directory, and RWXD access to your CF
install directory.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306126
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Service

2007-08-22 Thread vishnu prasad
HI tripura 

Mail me offline at [EMAIL PROTECTED] i can forward you the presentations / 
resource i have for coldfusion.


 Hello Vishnuprasad
 
 
 I am new to cold fusion and I am not knowing from where I should start 
 and how to learn and how to use java files in coldfusion..
 can yo suggest me best link or best book or anything else 
 
 
  Subject: Coldfusion Service From: [EMAIL PROTECTED] 
 To: cf-talk@houseoffusion.com Date: Tue, 21 Aug 2007 03:24:38 -0500 
  Hi All  I need an help  we have done 2 project in coldfusion so 
 far , I told about the getting more coldfusion project in our company. 
 But they are asking me for some presentation or Fact that should tell 
 Coldfusion will be better than .Net or Java or PHP wrt Cost / 
 Implemenation / Time taken to complete / Learning time / Training cost 
 etc..  Can anyone help me on this   If you have any presentaion or 
 document which will be used to sell or promote coldfusion service   
 Thanks and regards Vishnuprasad 


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286796
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Coldfusion Service

2007-08-22 Thread srinivas ganta
Hi Vishnu,

the following link may help you to give presentation

http://easywebbers.blogspot.com/2006/01/finally-difference-between-php-asp-and.html

Thanks

On 8/22/07, vishnu prasad [EMAIL PROTECTED] wrote:

 HI tripura

 Mail me offline at [EMAIL PROTECTED] i can forward you the
 presentations / resource i have for coldfusion.


  Hello Vishnuprasad

 
  I am new to cold fusion and I am not knowing from where I should start
  and how to learn and how to use java files in coldfusion..
  can yo suggest me best link or best book or anything else

 
   Subject: Coldfusion Service From: [EMAIL PROTECTED]
  To: cf-talk@houseoffusion.com Date: Tue, 21 Aug 2007 03:24:38 -0500
   Hi All  I need an help  we have done 2 project in coldfusion so
  far , I told about the getting more coldfusion project in our company.
  But they are asking me for some presentation or Fact that should tell
  Coldfusion will be better than .Net or Java or PHP wrt Cost /
  Implemenation / Time taken to complete / Learning time / Training cost
  etc..  Can anyone help me on this   If you have any presentaion or
  document which will be used to sell or promote coldfusion service  
  Thanks and regards Vishnuprasad


 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286797
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Coldfusion Service

2007-08-22 Thread Adrian Wagner
Very often, stock ColdFusion has just one way to solve a problem, and
this greatly reduces your control over the solution you make.

?

-Original Message-
From: srinivas ganta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 22 August 2007 4:54 PM
To: CF-Talk
Subject: Re: Coldfusion Service

Hi Vishnu,

the following link may help you to give presentation

http://easywebbers.blogspot.com/2006/01/finally-difference-between-php-a
sp-and.html

Thanks

On 8/22/07, vishnu prasad [EMAIL PROTECTED] wrote:

 HI tripura

 Mail me offline at [EMAIL PROTECTED] i can forward you the 
 presentations / resource i have for coldfusion.


  Hello Vishnuprasad

 
  I am new to cold fusion and I am not knowing from where I should 
  start and how to learn and how to use java files in coldfusion..
  can yo suggest me best link or best book or anything else

 
   Subject: Coldfusion Service From: 
   [EMAIL PROTECTED]
  To: cf-talk@houseoffusion.com Date: Tue, 21 Aug 2007 03:24:38 
  -0500
   Hi All  I need an help  we have done 2 project in coldfusion 
   so
  far , I told about the getting more coldfusion project in our
company.
  But they are asking me for some presentation or Fact that should 
  tell Coldfusion will be better than .Net or Java or PHP wrt Cost / 
  Implemenation / Time taken to complete / Learning time / Training 
  cost etc..  Can anyone help me on this   If you have any 
  presentaion or document which will be used to sell or promote 
  coldfusion service   Thanks and regards Vishnuprasad


 



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286798
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Coldfusion Service

2007-08-21 Thread vishnu prasad
Hi All

I need an help

we have done 2 project in coldfusion so far , I told about the getting more 
coldfusion project in our company. But they are asking me for some presentation 
or Fact that should tell Coldfusion will be better than .Net or Java or PHP wrt 
Cost / Implemenation / Time taken to complete / Learning time / Training cost 
etc..

Can anyone help me on this 

If you have any presentaion or document which will be used to sell or promote 
coldfusion service 

Thanks and regards
Vishnuprasad
 



~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286658
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion Service

2007-08-21 Thread tripura k
Hello Vishnuprasad
 
I am new to cold fusion and I am not knowing from where I should start and how 
to learn and how to use java files in coldfusion..
can yo suggest me best link or best book or anything else 
 
 Subject: Coldfusion Service From: [EMAIL PROTECTED] To: 
 cf-talk@houseoffusion.com Date: Tue, 21 Aug 2007 03:24:38 -0500  Hi All  
 I need an help  we have done 2 project in coldfusion so far , I told about 
 the getting more coldfusion project in our company. But they are asking me 
 for some presentation or Fact that should tell Coldfusion will be better than 
 .Net or Java or PHP wrt Cost / Implemenation / Time taken to complete / 
 Learning time / Training cost etc..  Can anyone help me on this   If you 
 have any presentaion or document which will be used to sell or promote 
 coldfusion service   Thanks and regards Vishnuprasad 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286688
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Coldfusion service crashing and unable to restart

2007-07-09 Thread nerd
Hi.  We're running CF MX 7.0.2.142559 on a Win2003 server and we're having the 
following problem:

Coldfusion is periodically crashing (leaving our users with a Could not 
connect to jrun server error) and the only way to restart it is to restart the 
machine.  When we try to restart the application service it is unable to 
restart.  When I try to restart it from the command line with cfstart, I get 
this error: 

# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x080cacc2, pid=3692, tid=3932
#
# Java VM: Java HotSpot(TM) Server VM (1.4.2_09-b05 mixed mode)
# Problematic frame:
# V  [jvm.dll+0xcacc2]

We have noticed that if we restart the Coldfusion ODBC service first, then the 
application service starts up without us having to restart the machine.

Our goal is to stop CF from crashing in the first place, but since we have no 
idea why that's happening (we're searched the log files and found no clues), 
I'm hoping someone can recognize the symptoms above offer us some guidance.  
Thanks!

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283292
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion service crashing and unable to restart

2007-07-09 Thread Dave Watts
 Hi.  We're running CF MX 7.0.2.142559 on a Win2003 server and 
 we're having the following problem:
 
 Coldfusion is periodically crashing (leaving our users with a 
 Could not connect to jrun server error) and the only way to 
 restart it is to restart the machine.  When we try to restart 
 the application service it is unable to restart.  When I try 
 to restart it from the command line with cfstart, I get this error: 
 
 # An unexpected error has been detected by HotSpot Virtual Machine:
 #
 #  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x080cacc2, 
 pid=3692, tid=3932 # # Java VM: Java HotSpot(TM) Server VM 
 (1.4.2_09-b05 mixed mode) # Problematic frame:
 # V  [jvm.dll+0xcacc2]

I recommend that you upgrade your JVM to the latest supported version:
1.4.2_11 or _13, I forget which. In fact, I would go for _13 even if it's
not officially supported.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283296
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion service crashing and unable to restart

2007-07-09 Thread John Mason
This looks/sounds like bad ram on the server. The other issue is you should be 
on jvm version 1.4.2_11 at least because of the daylight savings time changes 
this year. Here are the instructions on updating your JVM..

http://labs.fusionlink.com/katapult/index.cfm?page=articles/daylightsavings

John
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 09, 2007 12:59 PM
To: CF-Talk
Subject: Coldfusion service crashing and unable to restart

Hi.  We're running CF MX 7.0.2.142559 on a Win2003 server and we're having the 
following problem:

Coldfusion is periodically crashing (leaving our users with a Could not 
connect to jrun server error) and the only way to restart it is to restart the 
machine.  When we try to restart the application service it is unable to 
restart.  When I try to restart it from the command line with cfstart, I get 
this error: 

# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x080cacc2, pid=3692, tid=3932 
# # Java VM: Java HotSpot(TM) Server VM (1.4.2_09-b05 mixed mode) # Problematic 
frame:
# V  [jvm.dll+0xcacc2]

We have noticed that if we restart the Coldfusion ODBC service first, then the 
application service starts up without us having to restart the machine.

Our goal is to stop CF from crashing in the first place, but since we have no 
idea why that's happening (we're searched the log files and found no clues), 
I'm hoping someone can recognize the symptoms above offer us some guidance.  
Thanks!



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283297
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion service crashing and unable to restart

2007-07-09 Thread Nicholas Tunney
_13 is supported now as well.  I've not run it, but have run _12 with 
great success.

Nicholas M. Tunney
Blog: http://www.nictunney.com

Adobe Certified Advanced ColdFusion MX7 Developer
Adobe Certified Instructor
Adobe Community Expert



Dave Watts wrote:
 Hi.  We're running CF MX 7.0.2.142559 on a Win2003 server and 
 we're having the following problem:

 Coldfusion is periodically crashing (leaving our users with a 
 Could not connect to jrun server error) and the only way to 
 restart it is to restart the machine.  When we try to restart 
 the application service it is unable to restart.  When I try 
 to restart it from the command line with cfstart, I get this error: 

 # An unexpected error has been detected by HotSpot Virtual Machine:
 #
 #  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x080cacc2, 
 pid=3692, tid=3932 # # Java VM: Java HotSpot(TM) Server VM 
 (1.4.2_09-b05 mixed mode) # Problematic frame:
 # V  [jvm.dll+0xcacc2]
 

 I recommend that you upgrade your JVM to the latest supported version:
 1.4.2_11 or _13, I forget which. In fact, I would go for _13 even if it's
 not officially supported.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!

 This email has been processed by SmoothZap - www.smoothwall.net


 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283299
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-17 Thread Webdevotion
I ran into this problem too on different development machines.




On 4/17/06, Andrew Grosset [EMAIL PROTECTED] wrote:

 That didn't work for me, anyone else have any suggestions?

 Andrew

 yes i get it too. i get round it by stopping the jrun process in task
 manager.
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237891
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-16 Thread Andrew Grosset
That didn't work for me, anyone else have any suggestions?

Andrew

yes i get it too. i get round it by stopping the jrun process in task 
manager.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237875
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-10 Thread Mike Kear
Me too. I just put it down to a hiccup on my system - i'm having some
other unrelated issues with it and was going to rebuild my machine in
the next few weeks, so i just put up with the issue until then.

I'm watching this thread closely now - maybe my issue will go away
if/when we find a solution to David's problem.

Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On 4/10/06, Andrew Grosset [EMAIL PROTECTED] wrote:
 I have that problem as well on my developer edition of MX7 on my PC, as you 
 say it takes at least 3-4 mins before you can restart(I have one gig of 
 ram).

 Andrew.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237324
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-10 Thread Gareth
yes i get it too. i get round it by stopping the jrun process in task 
manager.

- Original Message - 
From: [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, April 10, 2006 5:46 AM
Subject: Problems Stopping and Starting Coldfusion Service (CFMX7)


Hi

We have a problem where everytime we try to stop and restart the CF service 
on a windows 2003 box it tries unsuccesfully to stop the service for about 3 
minutes and that gives an error. We then need to wait another few minutes 
before we can click the start button to get things going again.

Anyone else seeing this and is there a fix?

Thanks

David



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237325
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-10 Thread Rob Wilkerson
For what it's worth, I've seen this when:

1.  I've set the max heap size greater than 1024 (on Windows)
2.  I've edited the JVM arguments using the CF Administrator
3.  I've created a new instance with a new service and specified an
invalid jvm.config file

I don't know if any of these conditions apply to what you all are
seeing, but that's been my experience.  If none of these scenarios
apply, then I would ask whether the service has always failed to
stop/start or whether this is a recent development.  If recent, then
what has changed?

On 4/10/06, Gareth [EMAIL PROTECTED] wrote:
 yes i get it too. i get round it by stopping the jrun process in task
 manager.

 - Original Message -
 From: [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Monday, April 10, 2006 5:46 AM
 Subject: Problems Stopping and Starting Coldfusion Service (CFMX7)


 Hi

 We have a problem where everytime we try to stop and restart the CF service
 on a windows 2003 box it tries unsuccesfully to stop the service for about 3
 minutes and that gives an error. We then need to wait another few minutes
 before we can click the start button to get things going again.

 Anyone else seeing this and is there a fix?

 Thanks

 David



 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237328
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-10 Thread Dawson, Michael
I have experienced the exact same issue on three separate Windows 2003
servers.

M!ke 

-Original Message-
From: Jerry Johnson [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 09, 2006 11:52 PM
To: CF-Talk
Subject: Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

Yes, I am seeing it. No I don't know of a fix.

On 4/10/06, david @ red5. com. au david @ red5. com. au
[EMAIL PROTECTED] wrote:
 Hi

 We have a problem where everytime we try to stop and restart the CF
service on a windows 2003 box it tries unsuccesfully to stop the service
for about 3 minutes and that gives an error. We then need to wait
another few minutes before we can click the start button to get things
going again.

 Anyone else seeing this and is there a fix?

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237342
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-09 Thread david
Hi

We have a problem where everytime we try to stop and restart the CF service on 
a windows 2003 box it tries unsuccesfully to stop the service for about 3 
minutes and that gives an error. We then need to wait another few minutes 
before we can click the start button to get things going again.

Anyone else seeing this and is there a fix?

Thanks

David

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237320
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-09 Thread Jerry Johnson
Yes, I am seeing it. No I don't know of a fix.

On 4/10/06, david @ red5. com. au david @ red5. com. au
[EMAIL PROTECTED] wrote:
 Hi

 We have a problem where everytime we try to stop and restart the CF service 
 on a windows 2003 box it tries unsuccesfully to stop the service for about 3 
 minutes and that gives an error. We then need to wait another few minutes 
 before we can click the start button to get things going again.

 Anyone else seeing this and is there a fix?

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237321
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-09 Thread Michael Dinowitz
You may not have enough ram set for the JVM or you may have messed up your JVM 
settings (if you edited them reciently). 

 Hi
 
 We have a problem where everytime we try to stop and restart the CF 
 service on a windows 2003 box it tries unsuccesfully to stop the 
 service for about 3 minutes and that gives an error. We then need to 
 wait another few minutes before we can click the start button to get 
 things going again.
 
 Anyone else seeing this and is there a fix?
 
 Thanks
 
David

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237322
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Problems Stopping and Starting Coldfusion Service (CFMX7)

2006-04-09 Thread Andrew Grosset
I have that problem as well on my developer edition of MX7 on my PC, as you say 
it takes at least 3-4 mins before you can restart(I have one gig of ram).

Andrew.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237323
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54