I upgraded our production server to CFMX from CF5 last friday. After
some initial hiccups, things seemed to settle down and I was impressed by
the speed. I have one concern though, in the CFusionMX\runtime\logs\
directory, my default-err log has a ton of errors--it's 16MB in just a week.
Now the server seems to be responsive, the standard CF Logs aren't showing
anything out of the ordinary, but these errors just keep coming. I've
included a few of the errors below, and the entire log file seems full of
similar errors. (sorry for the length, wasn't sure what would help
troublehsooting this) Any idea where to look to fix these errors? Thanks
john
---
John Venable
Director of Web Architecture
Epilepsy Foundation
10/30 13:36:58 error Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:530)
at jrun.servlet.jrpp.ProxyEndpoint.readFully(ProxyEndpoint.java:522)
at jrun.servlet.jrpp.ProxyEndpoint.readInt(ProxyEndpoint.java:540)
at
jrun.servlet.jrpp.ProxyEndpoint.readRequest(ProxyEndpoint.java:229)
at
jrun.servlet.jrpp.JRunProxyService.swapRunnable(JRunProxyService.java:144)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.swapRunnable(ThreadPool.java:32
0)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.swapRunnable(ThreadPool.java:433)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.swapRunnable(ThreadPool.java:280)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:76)
10/30 13:17:28 error Error while reading header S_DATE_TIME
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:66)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)
at jrun.servlet.jrpp.ProxyEndpoint.getHeader(ProxyEndpoint.java:694)
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:123)
at coldfusion.runtime.CgiScope.containsName(CgiScope.java:265)
at coldfusion.runtime.CgiScope.search(CgiScope.java:298)
at
coldfusion.runtime.NeoPageContext.searchScopes(NeoPageContext.java:540)
at
coldfusion.runtime.NeoPageContext.findAttribute(NeoPageContext.java:465)
at coldfusion.runtime.PageScope.resolveName(PageScope.java:51)
at coldfusion.runtime.Scope.put(Scope.java:63)
at coldfusion.runtime.CfJspPage._arrayset(CfJspPage.java:601)
at
coldfusion.runtime.NeoPageContext.SymTab_setSplitNameInMap(NeoPageContext.ja
va:1081)
at
coldfusion.runtime.NeoPageContext.SymTab_setValidatedSplitNameInString(NeoPa
geContext.java:1051)
at
coldfusion.runtime.NeoPageContext.SymTab_setValidatedDottedName(NeoPageConte
xt.java:1127)
at
coldfusion.runtime.NeoPageContext.setValidatedAttribute(NeoPageContext.java:
408)
at
coldfusion.runtime.NeoPageContext.setAttribute(NeoPageContext.java:276)
at coldfusion.runtime.CfJspPage._set(CfJspPage.java:229)
at
cfsavecontent2ecfm1186756816.runPage(C:\CFusionMX\wwwroot\WEB-INF\cftags\sav
econtent.cfm:11)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:
60)
at coldfusion.tagext.lang.ModuleTag.doAfterBody(ModuleTag.java:334)
at
cfexception_en2exml1987932571.runPage(C:\CFusionMX\wwwroot\WEB-INF\exception
\exception_en.xml:33)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1871)
at
cfdetail2ecfm1487115729.runPage(C:\CFusionMX\wwwroot\WEB-INF\exception\detai
l.cfm:33)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:
60)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:256)
at
cfTemplateException2ecfm755365794.runPage(C:\CFusionMX\wwwroot\WEB-INF\excep
tion\coldfusion\runtime\TemplateException.cfm:2)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
at
coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:30)
at
coldfusion.filter.ExceptionFilter.runBuiltInHandler(ExceptionFilter.java:462
)
at
coldfusion.filter.ExceptionFilter.handleException(ExceptionFilter.java:263)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:61)
at
coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistence
Filter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at
coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451
)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29
4)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

