Peter,

I had a similar problem on one of my servers.  I had let a few people run 
some cold fusion stuff on there that I was not in control of.  One of their 
access databases was corrupt and it would bring done the server every time 
someone would hit that corrupt table.

Something else I did was wrote a utility which I can send to you if you 
would like (I will need to make some changes to it to make it more 
generic).  Basically it is an include that runs in the application.cfm.  It 
writes down every cold fusion page that is hit in the system.  From this I 
was able to limit what was running about the time the cfserver crashed.

let me know about the code,
kaigler

http://www.cfcodewriter.com/




At 10:32 AM 8/14/2002 -0500, you wrote:
>It's not a full registry.  are using a SQL db for that.
>
>I'll check the CF logs and look for bad code next.... keep the ideas
>coming! thanks!
>
>peter
>
>
>At 10:27 AM 8/14/2002, you wrote:
> >Check you CF logs.  Perhaps you have an application that is holding up
> >threads causing your CF process to restart.  Restarts are logged.  Nasty
> >long running queries can do this.  Even code trapped in an infinte loop
> >can do this.  Just a start...
> >
> >Doug
> >
> > > -----Original Message-----
> > > From: Peter Kirk [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, August 14, 2002 11:18 AM
> > > To: CF-Server
> > > Subject: CF 5.0 terminating unexpectedly....
> > >
> > >
> > > i'm running Win2k sp2, CF 5.  and it's been off and on slow
> > > lately and
> > > occasionally crashing... i'm noticing in the system logs a
> > > recurring error
> > > that says, "The cold fusion application server service terminated
> > > unexpectedly.  It has done this 584 times.  The following
> > > corrective action
> > > will be taken in 0 milleseconds: no action.
> > >
> > > what the heck??? anyone got suggestions of what to check for
> > > to figure this
> > > out and get it running properly again?
> > >
> > > thanks
> > > peter kirk
> > >
> > >
> >
>
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to