Ask a Question related to Coldfusion Server Administration, Design and Development.
-
Fobarros #1
Apache / Cold Fusion Slow
Hi there,
My configuration is Apache/2.0.39, RH AS (2.4.19-4GB), Coldfusion Enterprise
MX 6,1,0,63958 (flex too) e Java Version 1.4.2. My server is too slow and I my
little confusion how to fix that. One thing is really strange... my apache log
file. Look this:
[Wed Sep 14 10:32:34 2005] [notice] child pid 30877 exit signal File size
limit exceeded (25)
[Wed Sep 14 10:32:34 2005] [notice] child pid 30871 exit signal File size
limit exceeded (25)
[Wed Sep 14 10:32:34 2005] [notice] child pid 30853 exit signal File size
limit exceeded (25)
[Wed Sep 14 10:32:34 2005] [notice] jrApache[init] added/activated proxy
127.0.0.1:51010
[Wed Sep 14 10:32:34 2005] [notice] jrApache[init] added/activated proxy
127.0.0.1:51010
[Wed Sep 14 10:32:34 2005] [notice] jrApache[init] added/activated proxy
127.0.0.1:51010
For each second, I have 20 or 30 messages like that. I just looked at google
but I couldnt find anything. Any idea?
Tks in advance!
Fernando
Fobarros Guest
-
Migrating from Cold fusion 5 to Cold fusion 7
Hi, I am facing problem while migrating from CF 5 to CF 7. Please let me know is there any tool is available to Migrate from CF5 to CF 7. -
Error with Apache and Cold Fusion
I followed the directions in my Cold Fusion 5 installation to configure it manually with Apache 2.0 by putting ApacheModuleColdFusion.dll into the... -
Using Cold Fusion
I've installed Colfusion MX 7 on my PC, as a "standalone" program, using the cf server. Where do I go to actually write CF websites, and what... -
Updating Apache user and group files (used with .htaccess) with Cold Fusion on Windows
Hi everyone, I have a unique question. We use Apache 2.0.54 and ColdFusion 6.1 on Windows 2000 Server, and I need to find a way to edit the user... -
Cold Fusion MX on Apache 2.0.53 and Windows 2000 Server
Hello, When I installed Cold Fusion MX over 2 years ago on Apache 2.0.39, it had issues and took lots of work to get going... but then when we... -
Neculai Macarie #2
Re: Apache / Cold Fusion Slow
> For each second, I have 20 or 30 messages like that. I just looked
Try clearing the log files (they might have grown too large).> at google but I couldnt find anything. Any idea?
--
<mack />
Neculai Macarie Guest
-
Fobarros #3
Re: Apache / Cold Fusion Slow
I didnt get how this could help but I did and I'm still getting the messsages on my log.
Fobarros Guest
-
Neculai Macarie #4
Re: Apache / Cold Fusion Slow
Fobarros wrote:
Sorry, I wasn't too clear in my previous post. I think that you need to> I didnt get how this could help but I did and I'm still getting the
> messsages on my log.
clear ColdFusion's log files, not Apache's ones.
--
<mack />
Neculai Macarie Guest
-
Fobarros #5
Re: Apache / Cold Fusion Slow
Ok tks anyway and I did it too. Just for information, In my coldfusion log I
have some:
14/09 12:17:42 warning Error while parsing POST data
java.lang.IllegalArgumentException: Short Read
at javax.servlet.http.HttpUtils.parsePostData(HttpUti ls.java:236)
at jrun.servlet.JRunRequest.getParameters(JRunRequest .java:383)
at jrun.servlet.JRunRequest.getInputStream(JRunReques t.java:261)
at
javax.servlet.ServletRequestWrapper.getInputStream (ServletRequestWrapper.java:19
1)
at
coldfusion.filter.FusionContext.getRequestContent( FusionContext.java:553)
at coldfusion.filter.FormScope.fillForm(FormScope.jav a:186)
at
coldfusion.filter.FusionContext.SymTab_initForRequ est(FusionContext.java:345)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilt er.java:38)
at coldfusion.filter.DatasourceFilter.invoke(Datasour ceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:252)
at
jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:527)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable( JRunProxyService.java:192)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invok eRunnable(ThreadPool.java:348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:451)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeR unnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)
and several:
14/09 12:12:41 error Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream. java:168)
at java.io.BufferedInputStream.fill(BufferedInputStre am.java:183)
at java.io.BufferedInputStream.read1(BufferedInputStr eam.java:222)
at java.io.BufferedInputStream.read(BufferedInputStre am.java:277)
at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEnd point.java:530)
at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEnd point.java:522)
at jrun.servlet.jrpp.ProxyEndpoint.readInt(ProxyEndpo int.java:540)
at jrun.servlet.jrpp.ProxyEndpoint.readRequest(ProxyE ndpoint.java:229)
at
jrun.servlet.jrpp.JRunProxyService.swapRunnable(JR unProxyService.java:144)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapR unnable(ThreadPool.java:320)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunn able(ThreadPool.java:433)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.swapRun nable(ThreadPool.java:280)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java :76)
and fews:
14/09 11:59:50 error Error in getRealPathFromConn
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutp utStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStre am.java:136)
at
java.io.BufferedOutputStream.flushBuffer(BufferedO utputStream.java:66)
at java.io.BufferedOutputStream.flush(BufferedOutputS tream.java:124)
at
jrun.servlet.jrpp.ProxyEndpoint.getRealPathFromSer ver(ProxyEndpoint.java:487)
at jrun.servlet.jrpp.ProxyEndpoint.access$000(ProxyEn dpoint.java:38)
at jrun.servlet.jrpp.ProxyEndpoint$1.fetch(ProxyEndpo int.java:477)
at jrunx.util.Cache.get(Cache.java:116)
at jrun.servlet.jrpp.ProxyEndpoint.getRealPath(ProxyE ndpoint.java:514)
at
jrun.servlet.WebApplicationService.getResource(Web ApplicationService.java:983)
at
jrun.servlet.JRunServletContext.getRealPath(JRunSe rvletContext.java:132)
at
coldfusion.runtime.ServletContextWrapper.doGetReal Path(ServletContextWrapper.jav
a:153)
at
coldfusion.runtime.ServletContextWrapper.access$00 0(ServletContextWrapper.java:2
4)
at
coldfusion.runtime.ServletContextWrapper$1.run(Ser vletContextWrapper.java:108)
at java.security.AccessController.doPrivileged(Native Method)
at
coldfusion.runtime.ServletContextWrapper.getRealPa th(ServletContextWrapper.java:
104)
at
coldfusion.runtime.RuntimeServiceImpl.getRealPath( RuntimeServiceImpl.java:591)
at coldfusion.filter.FusionContext.getRealPath(Fusion Context.java:598)
at
coldfusion.runtime.RuntimeServiceImpl.resolveTempl atePath(RuntimeServiceImpl.jav
a:424)
at
coldfusion.tagext.lang.IncludeTag$ResolveTemplateP athPrivilege.run(IncludeTag.ja
va:214)
at java.security.AccessController.doPrivileged(Native Method)
at coldfusion.tagext.lang.IncludeTag.setTemplate(Incl udeTag.java:278)
at cfswitch2ecfm827469477.runPage(/srv/www/sites/officer/switch.cfm:63)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java :147)
at coldfusion.tagext.lang.IncludeTag.doStartTag(Inclu deTag.java:357)
at coldfusion.filter.CfincludeFilter.invoke(Cfinclude Filter.java:62)
at
coldfusion.filter.ApplicationFilter.invoke(Applica tionFilter.java:107)
at
coldfusion.filter.RequestMonitorFilter.invoke(Requ estMonitorFilter.java:43)
at coldfusion.filter.PathFilter.invoke(PathFilter.jav a:80)
at coldfusion.filter.ExceptionFilter.invoke(Exception Filter.java:47)
at
coldfusion.filter.ClientScopePersistenceFilter.inv oke(ClientScopePersistenceFilt
er.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilt er.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilt er.java:43)
at coldfusion.filter.DatasourceFilter.invoke(Datasour ceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker. java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvok erChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequ estDispatcher.java:252)
at
jrun.servlet.ServletEngineService.dispatch(Servlet EngineService.java:527)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable( JRunProxyService.java:192)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invok eRunnable(ThreadPool.java:348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRu nnable(ThreadPool.java:451)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeR unnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java :66)
I'm just saying it because I'm still getting this:
[Wed Sep 14 14:22:32 2005] [notice] jrApache[init] added/activated proxy
127.0.0.1:51010
[Wed Sep 14 14:22:33 2005] [notice] child pid 7523 exit signal File size limit
exceeded (25)
Tks again,
Fernando
Fobarros Guest
-
Neculai Macarie #6
Re: Apache / Cold Fusion Slow
Fobarros wrote:
I don't know what the errors mean, but you could try reinstalling the> Ok tks anyway and I did it too. Just for information, In my
> coldfusion log I have some:
connector or even compiling a new connector...
--
<mack />
Neculai Macarie Guest
-
Fobarros #7
Re: Apache / Cold Fusion Slow
Hi,
I was using an old version of apache, so I decide to re-install my server. I did it and I am waiting to see. Tks anyway!
Fobarros Guest



Reply With Quote

