SFMVCPageService does not exist

Posted by Community Admin on 04-Aug-2018 15:37

SFMVCPageService does not exist

All Replies

Posted by Community Admin on 28-May-2015 00:00

Newbie to Sitefinity. I am getting this error once I setup the basic web site. Unable to run the site now. Help

Directory 'C:\xxx\SFMVCPageService' does not exist. Failed to start monitoring file changes.

 

 

[HttpException (0x80070002): Directory 'C:\TFSLocal\COLA\UI\Cola.UI\SFMVCPageService' does not exist. Failed to start monitoring file changes.]
   System.Web.FileChangesMonitor.FindDirectoryMonitor(String dir, Boolean addIfNotFound, Boolean throwOnError) +475
   System.Web.FileChangesMonitor.StartMonitoringPath(String alias, FileChangeEventHandler callback, FileAttributesData& fad) +857
   System.Web.Caching.CacheDependency.Init(Boolean isPublic, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart) +2457
   System.Web.Hosting.MapPathBasedVirtualPathProvider.GetCacheDependency(String virtualPath, IEnumerable virtualPathDependencies, DateTime utcStart) +331
   Telerik.Sitefinity.Abstractions.VirtualPath.SitefinityVirtualPathProvider.GetCacheDependency(String virtualPath, IEnumerable virtualPathDependencies, DateTime utcStart) +264
   System.Web.ResponseDependencyList.CreateCacheDependency(CacheDependencyType dependencyType, CacheDependency dependency) +475
   System.Web.HttpResponse.CreateCacheDependencyForResponse() +71
   System.Web.HttpCachePolicy.UpdateFromDependencies(HttpResponse response) +9882156
   System.Web.HttpCachePolicy.UpdateCachedHeaders(HttpResponse response) +234
   System.Web.HttpCachePolicy.GetHeaders(ArrayList headers, HttpResponse response) +39
   System.Web.HttpResponse.GenerateResponseHeaders(Boolean forCache) +687
   System.Web.HttpResponse.WriteHeaders() +91
   System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async) +357
   System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e) +143

 

Regards

Baliga

 

Posted by Community Admin on 02-Jun-2015 00:00

Hello Baliga,

The problem is a bug in Sitefinity Feather. Unfortunately, the bug is still not fixed. You can follow its status in github.
To try fix it on your end, remove the feather module for not starting when the site starts by going to App_Data/Sitefinity/Configuration/SystemConfig.config and if there is an entry for
Feather please revert it like below, if there is no entry place the below in <applicationModules>

Copy Code
<remove name="Feather" />

Restart the site and attempt to start it again.

Are you able to set your project up on IIS locally, since the bug is reproduced on Cassini only? You can check how to run Sitefinity projects on IIS here.   If you are using VS2012, you can directly start the project using local IIS server from project Properties -> Web.


Regards,
Nikola Zagorchev
Telerik
 
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 Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 02-Jun-2015 00:00

Thanks Nikola, I really appreciate your inputs. I used IIS hosting for the web site and once I did that, the error went away...

 

regards

Baliga

 

Posted by Community Admin on 03-Jun-2015 00:00

Hello Baliga,

Thank you for letting me know. I have marked it as an answer. Write back if you need further assistance on this thread.

Regards,
Nikola Zagorchev
Telerik

 
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 Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 17-Jun-2016 00:00

Hey,

Just downloaded a fresh 9.1.6110 and spun it up through the project manager.

Went through the normal installation steps, in the backend created a page with template set to 'default (mvc)'.

Viewed the homepage and everything worked fine.

Went to admin > settings >> advanced >> pages and disabled 'Inline Editing'.

Refreshed home page and getting the exact same error.

Turned inline editing back on, and page gets served.

Is this a new bug on the latest release version?

Posted by Community Admin on 17-Jun-2016 00:00

I had the same issue with Project Manageer.

I disabled inline editing.

When i tried to access homepage by this url, i received problem http://localhost:51223/siteA/

But when i tried to open url with homepage url localhost:51223/.../home it's working

Fortunately, i can't reproduce this bug with IIS. 

Definitely new SF bug :(

Posted by Community Admin on 17-Jun-2016 00:00

Hi,

We are currently working on this in a support thread opened by Jochem. We are narrowing down what is causing this and in what situations it is reproduced. 
It might be a bug when using Project Manager or VS Development server, but should not reproduce on IIS Express or IIS.

@Jochem, please, feel free to update the thread once we resolve this in the support one.

Regards,
Nikola Zagorchev
Telerik

 
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 Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 20-Jun-2016 00:00

Hello all,

You can find the updated bug item here:
http://feedback.telerik.com/Project/153/Feedback/Details/139921-directory-project-folder-sfmvcpageservice-does-not-exist-error

Regards,
Nikola Zagorchev
Telerik

 
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 Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 29-Nov-2016 00:00

I have found the same issue although I am currently using IIS.

This thread is closed