AC 7.0.3 Install Issue & Error Message

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
combra
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 98
Joined: Thu Jul 31, 2008 7:09 pm

AC 7.0.3 Install Issue & Error Message

Post by combra » Wed Jul 08, 2009 9:10 am

Hi All,

I installed 7.0.3 yesterday from 7.0.0, uploaded the files, upgraded the database and everything seemed fine until...I went back into my GoDaddy console to change the read/write permissions back to what they were before the install and I got the error message below when trying to hit my website.

To clarify..before I upgraded the database, I made every folder read/write as the documentation recommends. When I switched back to the original permissions after the install was complete (originally read/write on ( [Root], App_Data, App_Themes, Assets, Webcharts )) I got the message below. I'm assuming it's a permission issue. Anybody have GoDaddy that got an error upon upgrading? Any ideas?

Thanks,
Brandon
www.christmasdealz.com

Server Error in '/' Application.
________________________________________
Failed to start monitoring changes to 'd:\hosting\combra07\bin' because access is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Failed to start monitoring changes to 'd:\hosting\combra07\bin' because access is denied.

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80070005): Failed to start monitoring changes to 'd:\hosting\combra07\bin' because access is denied.]
System.Web.DirMonCompletion..ctor(DirectoryMonitor dirMon, String dir, Boolean watchSubtree, UInt32 notifyFilter) +8844223
System.Web.DirectoryMonitor.StartMonitoring() +44
System.Web.DirectoryMonitor.StartMonitoringFile(String file, FileChangeEventHandler callback, String alias) +140
System.Web.FileChangesMonitor.ListenToSubdirectoryChanges(String dirRoot, String dirToListenTo) +216
System.Web.FileChangesMonitor.StartMonitoringDirectoryRenamesAndBinDirectory(String dir, FileChangeEventHandler callback) +335
System.Web.HttpRuntime.StartMonitoringDirectoryRenamesAndBinDirectory() +80
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +94

[HttpException (0x80004005): Failed to start monitoring changes to 'd:\hosting\combra07\bin' because access is denied.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8886319
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259

________________________________________
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
AC 7.0.7 build 14600

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: AC 7.0.3 Install Issue & Error Message

Post by mazhar » Thu Jul 09, 2009 10:20 am

Seems like a permission issue to me. I think it could be because when removing permissions you removed all permission for some required user as well. Make sure that application has proper access permission for example on bin it has read permissions, App_Data and charts folder has read/write permission.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: AC 7.0.3 Install Issue & Error Message

Post by Logan Rhodehamel » Thu Jul 09, 2009 11:55 am

It almost looks like you eliminated read access? I disabled read access to the bin folder and received the same error you report.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

combra
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 98
Joined: Thu Jul 31, 2008 7:09 pm

Re: AC 7.0.3 Install Issue & Error Message

Post by combra » Thu Jul 09, 2009 1:05 pm

Logan_AbleCommerce wrote:It almost looks like you eliminated read access? I disabled read access to the bin folder and received the same error you report.
Thanks Mazhar and Logan for the responses.

Right now I can't get the website to display unless I put read/write permissions on every single folder, which is something I can't/won't do b/c of security reasons. With 7.0.0, all I needed was read/write on Root, App_Data, App Themes, Assets & Webcharts. Now with 7.0.3, that doesn't seem to be enough. I even tried putting read on the bin folder and that didn't do it. I'll keep trying.

-Brandon
AC 7.0.7 build 14600

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: AC 7.0.3 Install Issue & Error Message

Post by Logan Rhodehamel » Thu Jul 09, 2009 2:05 pm

The ASPNET user process needs read access to the whole website. The error above occurred because read access was missing for the bin folder.

Give READ access to everything, and add write access to the specific folders you mentioned.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

Post Reply