> > How can you force the cf server to stop. I get an error when > > trying to stop & start it via the service control panel. > > Are you saying, then, that you cannot directly access the > Services control panel applet to just stop/restart CF?
I think he's saying that the service doesn't respond if you try to stop it via the Services control panel applet. Brook, if you need to kill the service entirely, you can do this through the Task Manager. Obviously, this just gets you over the immediate problem. The process to look for is cfserver.exe. You might want to stop the ColdFusion Executive service first, as it'll simply restart the CF service if there are any incoming requests. > Any idea why our cfserver will not respond to any requests > and generate the "Server busy or unable to fulfill request." > error page for all requests? There are very few connections > and nothing in the log except a lot of the previous error > message. The cpu usage is low and cf is not using any memory > or cpu. This could be caused by lots of things. You'll want to find the page which is causing the failure, if you can. You might enable the "log slow pages" option in the CF Administrator. You might also look at your database drivers, and see whether those drivers have any known issues, or whether there are newer versions. You might also look at whether you're locking persistent memory variables consistently throughout your application. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

