Connection reset errors in the default-event.log file are common and can usually be ignored. They are typically caused by a client browser canceling the request or another benign issue.
The error typically appears as follows:
Connection reset errors in the default-event.log file are common and can usually be ignored. They are typically caused by a client browser canceling the request or another benign issue.
The error typically appears as follows:
03/15 12:28:33 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:320) 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)
When this error occurs, it indicates that the ColdFusion/JRun process has lost its connection to the web server process. The following are two reasons why this may occur:
When the second situation happens, a new connection will immediately be established between ColdFusion and the web server. Since the browser has already disconnected, no error message is seen by the end user.
If this error is displayed excessively in the logs, it may be an indication of slow site performance resulting in users becoming impatient and clicking another link before the page has completed downloading.