The "connection reset" and "Error while reading header" are from the end user clicking STOP or REFRESH in their browser, or browsing to another site away from yours. The browser sends a reset to the server.
If they occur at a high frequency then that is a symptom of a slow server. Generating thread dumps will provide a means to introspect what the server is doing, so find the technote on "Debugging Stack Traces" for CFMX. An example is provided on how to read a given stack for a jrpp (web) thread. Specific cfms are mentioned in the stack traces, and the lines being executed, and the specific action occuring. Also, turn on "Log slow pages" and monitor server.log for entries of slow pages. This doesn't give you the detail that a stack trace in a thread dump does, but its a quick summary of the parent page that runs slow. -Steven Erat > -----Original Message----- > From: Jon Block [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 02, 2005 2:11 PM > To: CF-Talk > Subject: Why is the Jrun error log filling up?? > > I'm using the current production release of apache 2 and a > just-downloaded > current copy of coldfusion cfmx 6.1. > > I'm setting up two servers with the same configuration and > both of them have > demonstrated the same problem. Please take a look at my Jrun > default error > log and tell me what could be causing this. > > http://www.jonathanblock.com/default-err.log > > Lately, I've noticed that when this problem occurs, the CFMX > service gets > hung up and becomes unresponsive. > > I've also noticed that, if I downgrade to apache 1.3.33, I > don't get this > problem. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192806 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

