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


java.lang.OutOfMemoryError: Java heap space

2011-03-28 Thread tom vallee

i have this error on a win2000 with cf8, 4gb ram

here are my java settings : 

java.args=-server  -Xms1024m -Xmx1024m -Xmn100M -Dsun.io.useCanonCaches=false 
-XX:PermSize=64m -XX:+UseConcMarkSweepGC -XX:NewSize=48m -XX:SurvivorRatio=4 
-XX:+UseParNewGC -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 the code the problem or my java settings? 

~|
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:343335
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: java.lang.OutOfMemoryError: Java heap space

2011-03-28 Thread tom vallee

i should replace -XX:+UseConcMarkSweepGC and  -XX:+UseParNewGC or only 
-XX:+UseConcMarkSweepGC

with : XX:+UseParallelGC 


~|
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:343346
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


upgrade coldfusion 7 JDK

2011-03-23 Thread tom vallee

Can i upgrade a cf7 to the latest jdk 1.6.0_24 ???

i currently use : Java Version  1.4.2_14   

thanks 

~|
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:343223
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 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 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 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 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


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