Alex,

I'd always thought it was the browser stopping the connection that causes
these errors.

The browser calls the webserver, which then calls CF, which then processes
the request and passes it back to the webserver and from there back to the
browser.
If however the user has pressed stop, back or closed the browser then the
webserver has stopped processing the request and the pipe between the
webserver and CF has already been closed, so CF doesn't know what to do with
the results.

should be this:
Browser -> Webserver -> CF -> Webserver -> Browser

when you get errors:
Browser -> Webserver -> CF -> (stop pressed) -> eeek... log error 232 and/or
109

Andy


> -----Original Message-----
> From: Alex Dornback [mailto:[EMAIL PROTECTED]]
> Sent: 11 June 2001 16:17
> To: Spectra-Talk
> Subject: RE: Unusual Server Log entries
>
>
>
>   I have contacted Steve directly but I felt the list could benefit from
> this info.
>
>
> Error 232 (The Pipe Is Being Closed)
> * An attempt was made to read from a pipe, but no data was available.
>
> Error 109 (The Pipe Has Been Ended)
> * The using process has closed the pipe or, if you are trying to write to
> the pipe, there are no available readers.*
> * The pipe operation has failed because the other end of the pipe has been
> closed. *
>
>
> Those are normal errors for the log.  It is produced by Cold
> Fusion Server.
> Allaire representatives told me that these errors are referring to the
> database connections timing out in a normal fashion and that it is not
> something to be concerned about.  I have gotten those on every
> installation
> which I have enabled extended CF logging and debugging.
>
> The messages regarding user directories and security contexts are
> normal as
> well when you have SecurityDebugOption set to 1 in the registry.  This
> enables extended SiteMinder logging which produces these log entries.
>
>   Alex
>
> -----Original Message-----
> From: Steve Jaeger [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 10:03 AM
> To: Spectra-Talk
> Subject: Unusual Server Log entries
>
>
> Hi-
>
> I am experiencing some strange activity in my Cold Fusion Server logs that
> maybe someone can shed some light on.  We are running Spectra 1.01 and CF
> 4.5.1 on a P3 800mhz with 1GB of RAM.  We are connecting to a SQL Server 7
> on a separate box.  We are continuously receiving the following entries in
> the log files, probably every 5 to 6 minutes.
>
> ------------Start Log------------
> "06/05/01","13:30:44","Error number 232 occurred while attempting to write
> the reply to the web server."
> "06/05/01","13:30:44","Windows NT error number 232 occurred."
> "06/05/01","13:36:44","Unable to write reply -- client browser stopped
> waiting for request. "
> "06/05/01","13:36:44","Windows NT error number 109 occurred."
> -------------End Log-------------
>
> Periodically, every 5 to 7 hours, the Cold Fusion Server restarts itself.
> This is also shown in the CF Server logs.
>
> ------------Start Log------------
> "05/29/01","18:02:00","The ColdFusion Application Server was stopped."
> "05/29/01","18:03:01","The ColdFusion Application Server started."
> "05/29/01","18:03:05","List User Directories returned succeeded.  Return
> Code: 0"
> "05/29/01","18:03:06","List Security Context returned succeeded.  Return
> Code: 0"
> "05/29/01","18:04:37","List User Directories returned succeeded.  Return
> Code: 0"
> "05/29/01","18:04:37","List User Directories returned succeeded.  Return
> Code: 0"
> "05/29/01","18:04:37","List User Directories returned succeeded.  Return
> Code: 0"
> "05/29/01","18:04:37","List User Directories returned succeeded.  Return
> Code: 0"
> "05/29/01","18:04:37","List User Directories returned succeeded.  Return
> Code: 0"
> "05/29/01","18:04:37","List User Directories returned succeeded.  Return
> Code: 0"
> -------------End Log-------------
>
> The problems do not seem to corralate with any scheduled tasks on the
> server.  Has anyone experienced this behavior before?  Any clues
> on what we
> should look at to solve this problem?
>
> Thanks,
> Steve Jaeger
> [EMAIL PROTECTED]
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to