Thanks Steve for your fast response, Is there still a document available with the Kernel recommendations for MX on Linux?
==================== Ronald West Senior Applications Developer PaperThin 617-471-4440 x219 [EMAIL PROTECTED] CMSWatch recently ranked PaperThin's CommonSpot Content Server "Best Overall Value" among leading content management solutions. Find out more at www.paperthin.com. -----Original Message----- From: Steven Erat [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 2:24 PM To: CF-Linux Subject: RE: Too Many Files Open You might want to set the file limit descriptor with ulimit to increase the value higher than the default of 1024. You could set it in the profile for the coldfusion user, if it has a profile (preferably not), or in the start script /opt/coldfusionmx/bin/coldfusion . ulimit -a will show several fields including the file limit descriptor, and ulimit -n 4096 will increase the value from 1024 to 4096. -steven erat -----Original Message----- From: Ronald West [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 2:23 PM To: CF-Linux Subject: Too Many Files Open A customer has been reporting this issue for about a week and I just received this in the CF Admin when I clicked on Scheduled Tasks: Has any one come across this yet (Linux 7.2 MX-U2 Apache 2.0.42 java.io.IOException: Too many open files at java.lang.UNIXProcess.forkAndExec(Native Method) at java.lang.UNIXProcess.<init>(UNIXProcess.java:139) at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:546) at java.lang.Runtime.exec(Runtime.java:472) at coldfusion.jsp.JavaCompiler.outProcessCompile(Unknown Source) at coldfusion.jsp.JavaCompiler.compileClass(Unknown Source) at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source) at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source) at coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown Source) at coldfusion.util.LruCache.get(Unknown Source) at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown Source) at coldfusion.util.AbstractCache.fetch(Unknown Source) at coldfusion.util.SoftCache.get(Unknown Source) at coldfusion.runtime.TemplateClassLoader.findClass(Unknown Source) at coldfusion.filter.PathFilter.invoke(Unknown Source) at coldfusion.filter.ExceptionFilter.invoke(Unknown Source) at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source) at coldfusion.filter.BrowserFilter.invoke(Unknown Source) at coldfusion.filter.GlobalsFilter.invoke(Unknown Source) at coldfusion.filter.DatasourceFilter.invoke(Unknown Source) at coldfusion.CfmServlet.service(Unknown Source) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241 ) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527 ) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java: 198) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.j ava:348) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java :451) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.jav a:294) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) ==================== Ronald West Senior Applications Developer PaperThin 617-471-4440 x219 [EMAIL PROTECTED] CMSWatch recently ranked PaperThin's CommonSpot Content Server "Best Overall Value" among leading content management solutions. Find out more at www.paperthin.com <file:///C:\Documents%20and%20Settings\rwest\Application%20Data\Microsof t\Signatures\www.paperthin.com> . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=14 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=14 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.14
