Stephen, I've seen this happen as well, but I'm getting these errors all the time, it seems as though it's happening every time someone requests a page. I've got a custom tag that purges the undeliverable folder every 20 minutes so the blank emails don't mess the site up. Thanks for the input though. -mark
-----Original Message----- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:34 AM To: CF-Server Subject: Re: CF Server logs Mark, CFMail is another culprit.... Once in a while CFMail creates a zero size file in the spooler folder. When CF tries to spool that file to your mail server it gets its knickers in a twist. Deleting the file will usually sort things out. Regards Stephen ----- Original Message ----- From: "Mark M. Kecko" <[EMAIL PROTECTED]> To: "CF-Server" <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 4:17 PM Subject: RE: CF Server logs > Simon, thanks. But I'm not runnning any CFINSERT tags and I'm on CF Server > 5, so I don't think there's an SP update for me. Do you think that running > multiple SQL statements within the same CFQuery tag(below) could cause this? > > <cfquery> > Insert Into Table1.... > > Insert Into Table2..... > > Insert Into Table3.... > </cfquery> > > -----Original Message----- > From: Simon Whittaker [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 19, 2002 10:57 AM > To: CF-Server > Subject: Re: CF Server logs > > > Mark, > > I found this on cfmcentral > > http://www.cfmcentral.com/forum/details.cfm?ID=1182&forumtype=2 > > HTH > > Simon > ----- Original Message ----- > From: "Mark M. Kecko" <[EMAIL PROTECTED]> > To: "CF-Server" <[EMAIL PROTECTED]> > Sent: Friday, April 19, 2002 3:39 PM > Subject: CF Server logs > > > > Hello, I posted this question to CF-Talk but I rarely get help on that > board > > unless I've made an stupid mistake, so sorry if you've seen this.... and > I'm > > not using MS Access, I'm running a SQL Server 7 database w/ ODBC > > connections. > > > > I've got a CF5 Server running on NT4 and it seems as though the CF service > > is causing the server to crash. Something is causing 100% processor > tie-up, > > which hogs memory and eventually crashes the server. I've looked for > > endless loops and the such in my apps and haven't been able to find any. > > These are some entries that I'm concerned about from my SERVER.LOG and > > WEBSERVER.LOG log files. I don't really know what these errors mean or > > what's causing them, but I'm hoping that they're related to my problem. > If > > anybody could shed some light on these log entries it would be > appreciated, > > thanks. > > > > -mark kecko > > > > Server.LOG************************************ > > "Error","461","04/18/02","14:19:31",,"Windows NT error number 232 > occurred." > > "Error","702","04/18/02","14:19:32",,"Error number 232 occurred while > > attempting to write the reply to the web server." > > "Error","702","04/18/02","14:19:32",,"Windows NT error number 232 > occurred." > > "Error","702","04/18/02","14:19:32",,"Error number 232 occurred attempting > > to close connection to web server." > > "Error","702","04/18/02","14:19:32",,"Windows NT error number 232 > occurred." > > "Error","273","04/18/02","14:19:35",,"Error number 232 occurred attempting > > to close connection to web server." > > "Error","273","04/18/02","14:19:35",,"Windows NT error number 232 > occurred." > > "Error","461","04/18/02","14:19:41",,"Error number 232 occurred while > > attempting to write the reply to the web server." > > "Error","461","04/18/02","14:19:41",,"Windows NT error number 232 > occurred." > > "Error","461","04/18/02","14:19:41",,"Error number 232 occurred attempting > > to close connection to web server." > > "Error","461","04/18/02","14:19:41",,"Windows NT error number 232 > occurred." > > "Error","273","04/18/02","14:20:03",,"Error number 232 occurred attempting > > to close connection to web server." > > "Error","273","04/18/02","14:20:03",,"Windows NT error number 232 > occurred." > > > > WebSERVER.LOG********************************** > > "Error","626","04/18/02","14:16:34",,"Error attempting to write location > > redirection to web server (Windows NT error number 16389 occurred)" > > "Error","563","04/18/02","14:16:35",,"Error attempting to write location > > redirection to web server (Windows NT error number 16389 occurred)" > > "Error","593","04/18/02","14:16:44",,"Error attempting to write location > > redirection to web server (Windows NT error number 16389 occurred)" > > "Error","607","04/18/02","14:17:17",,"Error attempting to write location > > redirection to web server (Windows NT error number 16389 occurred)" > > "Error","548","04/18/02","14:17:17",,"Error attempting to write location > > redirection to web server (Windows NT error number 16389 occurred)" > > "Error","659","04/18/02","14:17:17",,"Error attempting to write location > > redirection to web server (Windows NT error number 16389 occurred)" > > "Error","396","04/18/02","14:17:17",,"Error attempting to write location > > redirection to web server (Windows NT error number 16389 occurred)" > > > > -----Original Message----- > > From: Jim McAtee [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 18, 2002 10:52 PM > > To: CF-Server > > Subject: Re: NT4 and Apache2.0 > > > > > > Here's an article: > > > > http://www.eweek.com/article/0,3658,s=702&a=25458,00.asp > > > > As for how technical you need to be. I just finished setting up a couple > of > > Windows 2000 Professional laptops with Apache 1.3 and CF 5, so that a few > of > > our sales reps could take demos of our web sites on the road. > Configuration > > of Apache was very straightforward. Never having seen an Apache config > file > > before, and just going from the included example configuration file, it > only > > took me an hour two to set up several dozen sites. Things like virtual > > name-based sites, virtual directories are dead simple to set up. One nice > > thing about working with a flat text file for configuration vs. a gui is > > that you don't have to remember "where" an option is set. It's all in > front > > of you. > > > > I'm guessing Apache 2.0 throws a lot more variables and performance tuning > > option at an Administrator than 1.3 did. This is either good or bad, > > depending on your point of view. > > > > Jim > > > > > > ----- Original Message ----- > > From: "doug" <[EMAIL PROTECTED]> > > To: "CF-Server" <[EMAIL PROTECTED]> > > Sent: Thursday, April 18, 2002 8:31 PM > > Subject: Re: NT4 and Apache2.0 > > > > > > > I currently am running Win2k Adv Server which includes IIS 5.0. > > > > > > I have been curious for a long time to see an actual performance > > comparison > > > between this and Apache Server. I am also curious about just how > > technical > > > one must be to deploy and run Apache server over the windows > environment, > > > as well as the technical aspects of administration. > > > > > > I have searched for documentation and resources to answer these > questions, > > > and haven't had much luck. Any resources available, I would love to see > > > posted here. > > > > > > Doug > > > > > > ----- Original Message ----- > > > From: "Jim McAtee" <[EMAIL PROTECTED]> > > > To: "CF-Server" <[EMAIL PROTECTED]> > > > Sent: Thursday, April 18, 2002 3:30 PM > > > Subject: Re: NT4 and Apache2.0 > > > > > > > > > Ummm, how long was Apache 2.0 in beta? Surely the API isn't such a > > slippery > > > beast that Macromedia couldn't have been working on that stub for many > > > months now. I'm reading a lot of great things about Apache 2.0, not the > > > least of which is that Apache has given their blessing to using it on > > > Windows in a production environment. That's a first. Looks like > > > performance tests are also showing it to be the equal or better of IIS. > > > > > > Looking forward to one less Microsoft headache. > > > > > > Jim > > > > > > > > > ----- Original Message ----- > > > From: "Steve" <[EMAIL PROTECTED]> > > > To: "CF-Server" <[EMAIL PROTECTED]> > > > Sent: Thursday, April 18, 2002 7:35 AM > > > Subject: Re: NT4 and Apache2.0 > > > > > > > > > > Thanks for the info, I guess I just have to wait. > > > > > > > > Steve > > > > > > > > ----- Original Message ----- > > > > From: "Jochem van Dieten" <[EMAIL PROTECTED]> > > > > To: "CF-Server" <[EMAIL PROTECTED]> > > > > Sent: Wednesday, April 17, 2002 4:22 PM > > > > Subject: Re: NT4 and Apache2.0 > > > > > > > > > > > > > Steve wrote: > > > > > > Sorry, Apache says it cannot find the module when you specify it. > > I > > > am > > > > > > certian the module is in the correct place. Maybe the module is > not > > > > > > compatable? I have not seen any allaire docs anywhere on this. > > > > > > > > > > IIRC the API changed quite drastically, so the stub that was used > for > > > > > Apache 1.3 can not be used by Apache 2.x > > > > > MM is working on a new stub, but that takes time. > > > > > > > > > > Jochem > > > > > > > > > > > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
