> After upgrading from CF Server 4.5 to CF5.0 on Win2k Prof 
> WorkStation (this is a home development server), running 
> IIS5 I get the following errors logged when trying to start 
> the CF Administrator/or start the service manually
> 
> The Cold Fusion Application Server service failed to
> start due to the following error: 
> Access is denied.  
> 
> The following errors appear before the above:
> 
> The server was unable to add the virtual root '/C:'
> for the directory 'C:\' due to the following error:
> Access is denied.  The data is the error code. 
> 
> An error was detected on device \Device\Harddisk1\DR1
> during a paging operation. 

Yikes! This doesn't sound like a typical permissions problem. First, you
might want to run "chkdsk /f" on your C partition. Second, you probably
shouldn't have a virtual root "/C:" for the CF service anyway. If you're
using IIS, your root mapping might look like this:

"/" mapped to "c:\inetpub\wwwroot\"

If you've changed your web root directory, you'd use whatever that is
instead.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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