the site is down

Posted by Community Admin on 04-Aug-2018 13:08

the site is down

All Replies

Posted by Community Admin on 20-Apr-2013 00:00

here is the error. any idea how do i start it?



Server Error in '/' Application.

Directory 'D:\Annapolis20120925\SFPageService' does not exist. Failed to start monitoring file changes.



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:
Directory 'D:\Annapolis20120925\SFPageService' does not exist. Failed to
start monitoring file changes.



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 (0x80070002): Directory 'D:\Annapolis20120925\SFPageService' does not exist. Failed to start monitoring file changes.]
System.Web.FileChangesMonitor.FindDirectoryMonitor(String dir, Boolean addIfNotFound, Boolean throwOnError) +352
System.Web.FileChangesMonitor.StartMonitoringPath(String alias, FileChangeEventHandler callback, FileAttributesData& fad) +832
System.Web.Caching.CacheDependency.Init(Boolean isPublic, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart) +2475
System.Web.Hosting.MapPathBasedVirtualPathProvider.GetCacheDependency(String virtualPath, IEnumerable virtualPathDependencies, DateTime utcStart) +405
Telerik.Sitefinity.Abstractions.VirtualPath.SitefinityVirtualPathProvider.GetCacheDependency(String virtualPath, IEnumerable virtualPathDependencies, DateTime utcStart) +246
System.Web.ResponseDependencyList.CreateCacheDependency(CacheDependencyType dependencyType, CacheDependency dependency) +487
System.Web.HttpResponse.CreateCacheDependencyForResponse() +71
System.Web.HttpCachePolicy.UpdateFromDependencies(HttpResponse response) +61
System.Web.HttpCachePolicy.UpdateCachedHeaders(HttpResponse response) +505
System.Web.HttpCachePolicy.GetHeaders(ArrayList headers, HttpResponse response) +56
System.Web.HttpResponse.GenerateResponseHeaders(Boolean forCache) +9037478
System.Web.HttpResponse.WriteHeaders() +67
System.Web.HttpResponse.Flush(Boolean finalFlush) +219
System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e) +127











Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272





Posted by Community Admin on 24-Apr-2013 00:00

Hello Inna,

The error reads:

Directory 'D:\Annapolis20120925\SFPageService' does not exist. Failed to start monitoring file changes.

which sounds like the system cannot resolve a specific path to the SFPageService. SFPageService is used in Advanced settings to define the resolver to be used in your application. It looks like something has went wrong with the page resolver.  Please check whether ResolverName is set to PageResolver : Advanced Settings > VirtualPathSettings > Virtual Paths . If you cannot access the backend you can check the VirtualPaths config file in App_Data/Sitefinity/Configurations. Compare it with a one, from another version of your site, which was working. Additionally you can try to remove the Default.aspx page and add a 'SfPageService' folder to the root of the web project.

Also can you let us know what led to the error?

Greetings,
Victor Velev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed