Azure: Template not found and System.Net.Sockets.SocketException
Hi
I have installed Umbraco from Nuget in Visual Studio, its working fine in local. However, when I host it in Azure I got lot of errors.
Error Type 1:
System.Exception: No physical template file was found for template Home
Also,
System.InvalidOperationException: Could not find the view ~/Views/MacroPartials/latestBlogposts.cshtml, the following locations were searched:
~/Views/MacroPartials/latestBlogposts.cshtml
and lot more...
Error Type 2:
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
To fix Error 1 I included all the cshtml in the Views folder to the project. Now I can see them on server, but the error persists.
For Error 2 I added the TLS1.2 setting, as suggested here. This also didn't fixed the error.
Below is the log file -
2018-11-28 13:58:54,208 [P4764/D2/T1] INFO
Umbraco.Core.CoreBootManager - Umbraco 7.12.4 application starting on
RD0003FF46D6C8 2018-11-28 13:58:54,364 [P4764/D2/T1] INFO
Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-11-28 13:58:54,395 [P4764/D2/T1] INFO Umbraco.Core.PluginManager
- Hash determined (took 42ms) 2018-11-28 13:58:54,567 [P4764/D2/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom... 2018-11-28
13:58:54,567 [P4764/D2/T1] INFO Umbraco.Core.MainDom - Acquired
MainDom. 2018-11-28 13:58:54,585 [P4764/D2/T1] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 13:58:55,520
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 937ms) 2018-11-28 13:58:55,520
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IApplicationStartupHandler 2018-11-28 13:58:55,567
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IApplicationStartupHandler (took 45ms) 2018-11-28
13:58:55,629 [P4764/D2/T1] INFO Umbraco.Core.PluginManager -
Resolving umbraco.interfaces.IDiscoverable 2018-11-28 13:58:55,629
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 13:58:55,629
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter 2018-11-28
13:58:55,676 [P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter (took 53ms)
2018-11-28 13:58:55,676 [P4764/D2/T1] INFO Umbraco.Core.PluginManager
- Resolving umbraco.interfaces.IDiscoverable 2018-11-28 13:58:55,676 [P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 13:58:55,676
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IPropertyValueConverter 2018-11-28
13:58:55,723 [P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.PropertyEditors.IPropertyValueConverter (took 45ms)
2018-11-28 13:58:55,756 [P4764/D2/T1] INFO Umbraco.Core.PluginManager
- Resolving umbraco.interfaces.IDiscoverable 2018-11-28 13:58:55,756 [P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 4ms) 2018-11-28 13:58:55,756
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Web.Mvc.SurfaceController 2018-11-28 13:58:55,801
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Web.Mvc.SurfaceController (took 39ms) 2018-11-28 13:58:55,801
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 13:58:55,801
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 13:58:55,801
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Web.WebApi.UmbracoApiController 2018-11-28 13:58:55,848
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Web.WebApi.UmbracoApiController (took 44ms) 2018-11-28
13:58:59,997 [P4764/D2/T1] INFO Umbraco.Core.DatabaseContext -
CanConnect = True 2018-11-28 13:59:00,966 [P4764/D2/T1] INFO
Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco
internal event handlers for cache refreshing 2018-11-28 13:59:01,263
[P4764/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Initializing
Examine and binding to business logic events 2018-11-28 13:59:01,263
[P4764/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Adding examine
event handlers for index providers: 3 2018-11-28 13:59:01,450
[P4764/D2/T1] WARN Umbraco.Core.Sync.DatabaseServerMessenger - No
last synced Id found, this generally means this is a new
server/install. The server will build its caches and indexes, and then
adjust its last synced Id to the latest found in the database and
maintain cache updates based on that Id. 2018-11-28 13:59:01,591
[P4764/D2/T1] INFO umbraco.content - Load Xml from file...
2018-11-28 13:59:01,607 [P4764/D2/T1] WARN umbraco.content - Failed
to load Xml, file does not exist. 2018-11-28 13:59:01,607
[P4764/D2/T1] INFO umbraco.content - Loading content from database...
2018-11-28 13:59:03,295 [P4764/D2/T1] INFO umbraco.content - Loading
content from database... 2018-11-28 13:59:03,514 [P4764/D2/T1] INFO
Umbraco.Core.CoreBootManager - Umbraco application startup complete
(took 9517ms) 2018-11-28 13:59:03,530 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index,
Provider=InternalMemberIndexer, NodeId=-1 2018-11-28 13:59:03,779
[P4764/D2/T1] INFO UmbracoExamine.DataServices.UmbracoLogService -
PerformIndexAll - Start data queries - member,
Provider=InternalMemberIndexer, NodeId=-1 2018-11-28 13:59:04,594
[P4764/D2/T1] INFO UmbracoExamine.DataServices.UmbracoLogService -
PerformIndexAll - End data queries - member, took 810ms,
Provider=InternalMemberIndexer, NodeId=-1 2018-11-28 13:59:04,594
[P4764/D2/T1] INFO UmbracoExamine.DataServices.UmbracoLogService -
Rebuilding index, Provider=InternalIndexer, NodeId=-1 2018-11-28
13:59:04,735 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll -
Start data queries - content, Provider=InternalIndexer, NodeId=-1
2018-11-28 13:59:05,454 [P4764/D2/T1] INFO Umbraco.Core.PluginManager
- Resolving umbraco.interfaces.IDiscoverable 2018-11-28 13:59:05,454 [P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 13:59:05,471
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IParameterEditor 2018-11-28 13:59:05,517
[P4764/D2/T1] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.PropertyEditors.IParameterEditor (took 46ms) 2018-11-28
13:59:06,173 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End
data queries - content, took 1434ms, Provider=InternalIndexer,
NodeId=-1 2018-11-28 13:59:06,173 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll -
Start data queries - media, Provider=InternalIndexer, NodeId=-1
2018-11-28 13:59:06,814 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End
data queries - media, took 647ms, Provider=InternalIndexer, NodeId=-1
2018-11-28 13:59:06,814 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index,
Provider=ExternalIndexer, NodeId=-1 2018-11-28 13:59:06,892
[P4764/D2/T1] INFO UmbracoExamine.DataServices.UmbracoLogService -
PerformIndexAll - Start data queries - content,
Provider=ExternalIndexer, NodeId=-1 2018-11-28 13:59:07,501
[P4764/D2/T11] INFO umbraco.content - Save Xml to file... 2018-11-28
13:59:07,564 [P4764/D2/T11] INFO umbraco.content - Saved Xml to file.
2018-11-28 13:59:07,580 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End
data queries - content, took 691ms, Provider=ExternalIndexer,
NodeId=-1 2018-11-28 13:59:07,580 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll -
Start data queries - media, Provider=ExternalIndexer, NodeId=-1
2018-11-28 13:59:07,799 [P4764/D2/T1] INFO
UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End
data queries - media, took 210ms, Provider=ExternalIndexer, NodeId=-1
2018-11-28 13:59:08,454 [P4764/D2/T11] INFO
Umbraco.Core.Sync.ApplicationUrlHelper - New ApplicationUrl detected:
http://umbracoazure20181128085341.azurewebsites.net/umbraco
2018-11-28 13:59:08,454 [P4764/D2/T11] INFO
Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl:
http://umbracoazure20181128085341.azurewebsites.net/umbraco
(UmbracoModule request) 2018-11-28 13:59:16,838 [P4764/D2/T11] WARN
Umbraco.Web.Mvc.RenderMvcController - No physical template file was
found for template Home 2018-11-28 13:59:16,854 [P4764/D2/T11] ERROR
Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.Exception: No physical template file was found for template
Home at Umbraco.Web.Mvc.RenderMvcController.CurrentTemplate[T](T
model) at Umbraco.Web.Mvc.RenderMvcController.Index(RenderModel
model) at lambdamethod(Closure , ControllerBase , Object[] ) at
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase
controller, Object[] parameters) at
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext
controllerContext, IDictionary2 parameters) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext
controllerContext, ActionDescriptor actionDescriptor, IDictionary2
parameters) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.method(Closure , ControllerBase , Object[] ) at
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase
controller, Object[] parameters) at
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext
controllerContext, IDictionary2 parameters) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext
controllerContext, ActionDescriptor actionDescriptor, IDictionary2
parameters) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.
_shutDownMessage=Change Notification for critical directories. bin dir change or directory rename HostingEnvironment initiated shutdown
Change Notification for critical directories. bin dir change or
directory rename HostingEnvironment caused shutdown
shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.getStackTrace() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace) at
System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender,
FileChangeEvent e) at
System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender,
FileChangeEvent e) at
System.Web.DirectoryMonitor.FireNotifications() at
System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback
callback) at
System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at
System.Threading.QueueUserWorkItemCallback.WaitCallbackContext(Object
state) at
System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch() at
System.Threading.ThreadPoolWaitCallback.PerformWaitCallback()
2018-11-28 14:08:41,105 [P4764/D3/T23] INFO Umbraco.Core.MainDom -
Stopping... 2018-11-28 14:08:41,105 [P4764/D3/T23] INFO
Umbraco.Web.ExamineStartup - Examine shutting down 2018-11-28
14:08:41,121 [P4764/D3/T23] INFO Umbraco.Web.ExamineStartup -
Complete (took 15ms) 2018-11-28 14:08:41,121 [P4764/D3/T23] INFO
Umbraco.Core.MainDom - Released MainDom. 2018-11-28 14:08:41,121
[P4764/D3/T23] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner -
[Umbraco.Web.Scheduling.IBackgroundTask] Terminating 2018-11-28
14:08:41,121 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner -
[Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
2018-11-28 14:08:41,121 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner -
[Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
2018-11-28 14:08:41,121 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier]
Terminating 2018-11-28 14:08:41,121 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier]
Waiting for tasks to complete 2018-11-28 14:08:41,121 [P4764/D3/T23]
INFO Umbraco.Web.Scheduling.BackgroundTaskRunner -
[HealthCheckNotifier] Tasks completed, terminated 2018-11-28
14:08:41,137 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks]
Terminating 2018-11-28 14:08:41,137 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting
for tasks to complete 2018-11-28 14:08:41,137 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks
completed, terminated 2018-11-28 14:08:41,137 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing]
Terminating 2018-11-28 14:08:41,137 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing]
Waiting for tasks to complete 2018-11-28 14:08:41,137 [P4764/D3/T23]
INFO Umbraco.Web.Scheduling.BackgroundTaskRunner -
[ScheduledPublishing] Tasks completed, terminated 2018-11-28
14:08:41,137 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
2018-11-28 14:08:41,152 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for
tasks to complete 2018-11-28 14:08:41,152 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks
completed, terminated 2018-11-28 14:08:41,152 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber]
Terminating 2018-11-28 14:08:41,152 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting
for tasks to complete 2018-11-28 14:08:41,152 [P4764/D3/T23] INFO
Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks
completed, terminated 2018-11-28 14:08:53,988 [P4764/D4/T29] INFO
Umbraco.Core.CoreBootManager - Umbraco 7.12.4 application starting on
RD0003FF46D6C8 2018-11-28 14:08:54,048 [P4764/D4/T29] INFO
Umbraco.Core.PluginManager - Determining hash of code files on disk
2018-11-28 14:08:54,063 [P4764/D4/T29] INFO
Umbraco.Core.PluginManager - Hash determined (took 14ms) 2018-11-28
14:08:54,173 [P4764/D4/T29] INFO Umbraco.Core.MainDom - Acquiring
MainDom... 2018-11-28 14:08:54,173 [P4764/D4/T29] INFO
Umbraco.Core.MainDom - Acquired MainDom. 2018-11-28 14:08:54,191
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:08:54,344
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 160ms) 2018-11-28 14:08:54,344
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IApplicationStartupHandler 2018-11-28 14:08:54,344
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IApplicationStartupHandler (took 6ms) 2018-11-28
14:08:54,409 [P4764/D4/T29] INFO Umbraco.Core.PluginManager -
Resolving umbraco.interfaces.IDiscoverable 2018-11-28 14:08:54,409
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 14:08:54,409
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter 2018-11-28
14:08:54,423 [P4764/D4/T29] INFO Umbraco.Core.PluginManager -
Resolved Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
(took 0ms) 2018-11-28 14:08:54,423 [P4764/D4/T29] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:08:54,423
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:08:54,423
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IPropertyValueConverter 2018-11-28
14:08:54,423 [P4764/D4/T29] INFO Umbraco.Core.PluginManager -
Resolved Umbraco.Core.PropertyEditors.IPropertyValueConverter (took
7ms) 2018-11-28 14:08:54,454 [P4764/D4/T29] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:08:54,454
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:08:54,454
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Web.Mvc.SurfaceController 2018-11-28 14:08:54,454
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Web.Mvc.SurfaceController (took 0ms) 2018-11-28 14:08:54,454
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:08:54,469
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 2ms) 2018-11-28 14:08:54,469
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Web.WebApi.UmbracoApiController 2018-11-28 14:08:54,469
[P4764/D4/T29] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Web.WebApi.UmbracoApiController (took 6ms) 2018-11-28
14:08:57,766 [P4764/D4/T29] INFO Umbraco.Core.DatabaseContext -
CanConnect = True 2018-11-28 14:08:58,423 [P4764/D4/T29] INFO
Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco
internal event handlers for cache refreshing 2018-11-28 14:08:58,798
[P4764/D4/T29] INFO Umbraco.Web.Search.ExamineEvents - Initializing
Examine and binding to business logic events 2018-11-28 14:08:58,798
[P4764/D4/T29] INFO Umbraco.Web.Search.ExamineEvents - Adding examine
event handlers for index providers: 3 2018-11-28 14:08:59,098
[P4764/D4/T29] INFO Umbraco.Core.CoreBootManager - Umbraco
application startup complete (took 5284ms) 2018-11-28 14:09:00,160
[P4764/D4/T19] INFO Umbraco.Core.Sync.ApplicationUrlHelper - New
ApplicationUrl detected:
http://umbracoazure20181128085341.azurewebsites.net/umbraco
2018-11-28 14:09:00,173 [P4764/D4/T19] INFO
Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl:
http://umbracoazure20181128085341.azurewebsites.net/umbraco
(UmbracoModule request) 2018-11-28 14:09:11,170 [P4764/D3/T24] INFO
Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details:
BinDirChangeOrDirectoryRename
_shutDownMessage=Change Notification for critical directories. bin dir change or directory rename HostingEnvironment initiated shutdown
HostingEnvironment caused shutdown
shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.getStackTrace() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace) at
System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender,
FileChangeEvent e) at
System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender,
FileChangeEvent e) at
System.Web.DirectoryMonitor.FireNotifications() at
System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback
callback) at
System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at
System.Threading.QueueUserWorkItemCallback.WaitCallbackContext(Object
state) at
System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch() at
System.Threading.ThreadPoolWaitCallback.PerformWaitCallback()
2018-11-28 14:21:28,019 [P4764/D4/T5] INFO
Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: User logged will
be logged out due to timeout: [email protected], IP Address:
96.237.248.210 2018-11-28 14:22:32,026 [P4764/D4/T18] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state:
Login attempt succeeded for username [email protected] from
IP address 96.237.248.210 2018-11-28 14:22:32,026 [P4764/D4/T18] INFO
Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state:
User: [email protected] logged in from IP address
96.237.248.210 2018-11-28 14:22:35,509 [P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:22:35,509
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:22:35,509
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
[umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
2018-11-28 14:22:35,556 [P4764/D4/T9] INFO Umbraco.Core.PluginManager
- Resolved [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
(took 41ms) 2018-11-28 14:22:35,637 [P4764/D4/T9] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:22:35,637
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:22:35,637
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2018-11-28 14:22:35,637 [P4764/D4/T9] INFO Umbraco.Core.PluginManager
- Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
(took 0ms) 2018-11-28 14:22:35,650 [P4764/D4/T9] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:22:35,650
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:22:35,650
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
[umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree
2018-11-28 14:22:35,650 [P4764/D4/T9] INFO Umbraco.Core.PluginManager
- Resolved [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree (took
0ms) 2018-11-28 14:22:49,487 [P4764/D4/T11] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:22:49,501
[P4764/D4/T11] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 14:22:49,501
[P4764/D4/T11] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2018-11-28 14:22:49,501 [P4764/D4/T11] INFO
Umbraco.Core.PluginManager - Resolved
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
(took 0ms) 2018-11-28 14:22:50,376 [P4764/D4/T5] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:22:50,376
[P4764/D4/T5] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:22:50,376
[P4764/D4/T5] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IParameterEditor 2018-11-28 14:22:50,376
[P4764/D4/T5] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.PropertyEditors.IParameterEditor (took 8ms) 2018-11-28
14:22:53,522 [P4764/D4/T9] INFO Umbraco.Core.PluginManager -
Resolving umbraco.interfaces.IDiscoverable 2018-11-28 14:22:53,522
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:22:53,522
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.ICacheRefresher 2018-11-28 14:22:53,522
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.ICacheRefresher (took 0ms) 2018-11-28 14:22:53,569
[P4764/D4/T9] INFO umbraco.content - Load Xml from file...
2018-11-28 14:22:53,584 [P4764/D4/T9] INFO umbraco.content - Loaded
Xml from file. 2018-11-28 14:22:57,234 [P4764/D4/T9] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:22:57,252
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 14:22:57,252
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2018-11-28 14:22:57,252 [P4764/D4/T9] INFO Umbraco.Core.PluginManager
- Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
(took 2ms) 2018-11-28 14:22:58,203 [P4764/D4/T9] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:22:58,203
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:22:58,219
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IAction 2018-11-28 14:22:58,219 [P4764/D4/T9] INFO
Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction (took
1ms) 2018-11-28 14:22:58,656 [P4764/D4/T11] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:22:58,656
[P4764/D4/T11] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:22:58,687
[P4764/D4/T11] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IParameterEditor 2018-11-28 14:22:58,687
[P4764/D4/T11] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.PropertyEditors.IParameterEditor (took 0ms) 2018-11-28
14:22:58,971 [P4764/D4/T11] INFO Umbraco.Core.PluginManager -
Resolving umbraco.interfaces.IDiscoverable 2018-11-28 14:22:58,984
[P4764/D4/T11] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 11ms) 2018-11-28 14:22:58,984
[P4764/D4/T11] INFO Umbraco.Core.PluginManager - Resolving
umbraco.cms.businesslogic.macro.IMacroEngine 2018-11-28 14:22:58,984
[P4764/D4/T11] INFO Umbraco.Core.PluginManager - Resolved
umbraco.cms.businesslogic.macro.IMacroEngine (took 4ms) 2018-11-28
14:22:59,016 [P4764/D4/T11] WARN umbraco.macro - Error loading
partial view macro (View:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:22:59,016 [P4764/D4/T11] WARN umbraco.macro - Error
loading Partial View (file:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:22:59,031 [P4764/D4/T11] ERROR
Umbraco.Web.Editors.MacroController - Unhandled controller exception
occurred System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
at Umbraco.Web.UmbracoComponentRenderer.RenderMacro(macro m,
IDictionary2 parameters, page umbracoPage) at
Umbraco.Web.Editors.MacroController.GetMacroResultAsHtml(String
macroAlias, Int32 pageId, IDictionary2 macroParams) at
Umbraco.Web.Editors.MacroController.GetMacroResultAsHtmlForEditor(MacroParameterModel
model) at lambdamethod(Closure , Object , Object[] ) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass10.9(Object
instance, Object[] methodParameters) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object
instance, Object[] arguments) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext
controllerContext, IDictionary2 arguments, CancellationToken
cancellationToken)
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext()
2018-11-28 14:23:00,536 [P4764/D4/T11] WARN
Umbraco.Web.Mvc.RenderMvcController - No physical template file was
found for template Home 2018-11-28 14:23:00,553 [P4764/D4/T11] ERROR
Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.Exception: No physical template file was found for template
Home at Umbraco.Web.Mvc.RenderMvcController.CurrentTemplate[T](T
model) at Umbraco.Web.Mvc.RenderMvcController.Index(RenderModel
model) at lambda_method(Closure , ControllerBase , Object[] ) at
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase
controller, Object[] parameters) at
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext
controllerContext, IDictionary2 parameters) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext
controllerContext, ActionDescriptor actionDescriptor, IDictionary2
parameters) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult
asyncResult, ActionInvocation innerInvokeState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult2.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult
asyncResult) at
System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult
asyncResult, ExecuteCoreState innerState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
at System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult
asyncResult, Controller controller) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
at
System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult
asyncResult) at
System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult
asyncResult, ProcessRequestState innerState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult
asyncResult) at
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult
result) at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) 2018-11-28 14:23:10,490
[P4764/D4/T9] WARN Umbraco.Web.Mvc.RenderMvcController - No physical
template file was found for template Home 2018-11-28 14:23:10,490
[P4764/D4/T9] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled
exception occurred System.Exception: No physical template file was
found for template Home at
Umbraco.Web.Mvc.RenderMvcController.CurrentTemplate[T](T model) at
Umbraco.Web.Mvc.RenderMvcController.Index(RenderModel model) at
lambda_method(Closure , ControllerBase , Object[] ) at
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase
controller, Object[] parameters) at
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext
controllerContext, IDictionary2 parameters) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext
controllerContext, ActionDescriptor actionDescriptor, IDictionary2
parameters) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult
asyncResult, ActionInvocation innerInvokeState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult2.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult
asyncResult) at
System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult
asyncResult, ExecuteCoreState innerState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
at System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult
asyncResult, Controller controller) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
at
System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult
asyncResult) at
System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult
asyncResult, ProcessRequestState innerState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult
asyncResult) at
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult
result) at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) 2018-11-28 14:23:26,823
[P4764/D4/T26] ERROR Umbraco.Web.Scheduling.KeepAlive - Failed (at
"http://umbracoazure20181128085341.azurewebsites.net/umbraco").
System.Net.Http.HttpRequestException: An error occurred while sending
the request. ---> System.Net.WebException: The underlying connection
was closed: An unexpected error occurred on a send. --->
System.IO.IOException: Unable to read data from the transport
connection: An existing connection was forcibly closed by the remote
host. ---> System.Net.Sockets.SocketException: An existing connection
was forcibly closed by the remote host at
System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) at
System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace --- at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult) at
System.Net.PooledStream.EndWrite(IAsyncResult asyncResult) at
System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar) ---
End of inner exception stack trace --- at
System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult
ar) --- End of inner exception stack trace --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
Umbraco.Web.Scheduling.KeepAlive.<PerformRunAsync>d__5.MoveNext()
2018-11-28 14:23:26,854 [P4764/D4/T9] INFO umbraco.BusinessLogic.Log
- Log scrubbed. Removed all items older than 2018-11-27 14:23:26 2018-11-28 14:23:37,978 [P4764/D4/T11] WARN
Umbraco.Web.Mvc.RenderMvcController - No physical template file was
found for template Home 2018-11-28 14:23:37,978 [P4764/D4/T11] ERROR
Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.Exception: No physical template file was found for template
Home at Umbraco.Web.Mvc.RenderMvcController.CurrentTemplate[T](T
model) at Umbraco.Web.Mvc.RenderMvcController.Index(RenderModel
model) at lambda_method(Closure , ControllerBase , Object[] ) at
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase
controller, Object[] parameters) at
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext
controllerContext, IDictionary2 parameters) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext
controllerContext, ActionDescriptor actionDescriptor, IDictionary2
parameters) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult
asyncResult, ActionInvocation innerInvokeState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult2.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult
asyncResult) at
System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult
asyncResult, ExecuteCoreState innerState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
at System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult
asyncResult, Controller controller) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
at
System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult
asyncResult) at
System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult
asyncResult, ProcessRequestState innerState) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid1.CallEndDelegate(IAsyncResult
asyncResult) at
System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase1.End()
at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult
asyncResult) at
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult
result) at
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously) 2018-11-28 14:23:42,530
[P4764/D4/T20] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:23:42,530
[P4764/D4/T20] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:23:42,530
[P4764/D4/T20] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.ITree 2018-11-28 14:23:42,547 [P4764/D4/T20] INFO
Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ITree (took
8ms) 2018-11-28 14:23:43,420 [P4764/D4/T9] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:23:43,420
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:23:43,420
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.Deploy.IServiceConnector 2018-11-28 14:23:43,420
[P4764/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.Deploy.IServiceConnector (took 1ms) 2018-11-28
14:23:44,030 [P4764/D4/T11] WARN umbraco.macro - Error loading
partial view macro (View:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:23:44,030 [P4764/D4/T11] WARN umbraco.macro - Error
loading Partial View (file:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:23:44,047 [P4764/D4/T11] ERROR
Umbraco.Web.Editors.MacroController - Unhandled controller exception
occurred System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
at Umbraco.Web.UmbracoComponentRenderer.RenderMacro(macro m,
IDictionary2 parameters, page umbracoPage) at
Umbraco.Web.Editors.MacroController.GetMacroResultAsHtml(String
macroAlias, Int32 pageId, IDictionary2 macroParams) at
Umbraco.Web.Editors.MacroController.GetMacroResultAsHtmlForEditor(MacroParameterModel
model) at lambda_method(Closure , Object , Object[] ) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object
instance, Object[] methodParameters) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object
instance, Object[] arguments) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext
controllerContext, IDictionary2 arguments, CancellationToken
cancellationToken)
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Controllers.ApiControllerActionInvoker.method(Closure , ControllerBase , Object[] ) at
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase
controller, Object[] parameters) at
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext
controllerContext, IDictionary2 parameters) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext
controllerContext, ActionDescriptor actionDescriptor, IDictionary2
parameters) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.
_shutDownMessage=Change Notification for critical directories. bin dir change or directory rename HostingEnvironment initiated shutdown
Change in D:\local\Temporary ASP.NET
Files\root\76bfd0e3\9088abc9\hash\hash.web HostingEnvironment caused
shutdown
shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.getStackTrace() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace) at
System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender,
FileChangeEvent e) at
System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender,
FileChangeEvent e) at
System.Web.DirectoryMonitor.FireNotifications() at
System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback
callback) at
System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at
System.Threading.QueueUserWorkItemCallback.WaitCallbackContext(Object
state) at
System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch() at
System.Threading.ThreadPoolWaitCallback.PerformWaitCallback()
2018-11-28 14:42:43,699 [P3732/D3/T7] INFO Umbraco.Core.PluginManager
- Resolving umbraco.interfaces.IDiscoverable 2018-11-28 14:42:43,699 [P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:42:43,699
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.Deploy.IServiceConnector 2018-11-28 14:42:43,761
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.Deploy.IServiceConnector (took 66ms) 2018-11-28
14:42:44,652 [P3732/D3/T7] INFO umbraco.content - Load Xml from
file... 2018-11-28 14:42:44,667 [P3732/D3/T7] INFO umbraco.content -
Loaded Xml from file. 2018-11-28 14:42:54,574 [P3732/D3/T7] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:42:54,574
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 14:42:54,574
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2018-11-28 14:42:54,621 [P3732/D3/T7] INFO Umbraco.Core.PluginManager
- Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
(took 51ms) 2018-11-28 14:42:55,158 [P3732/D3/T7] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:42:55,158
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:42:55,158
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IParameterEditor 2018-11-28 14:42:55,158
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.PropertyEditors.IParameterEditor (took 0ms) 2018-11-28
14:42:55,222 [P3732/D3/T7] INFO Umbraco.Core.PluginManager -
Resolving umbraco.interfaces.IDiscoverable 2018-11-28 14:42:55,222
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:42:55,222
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolving
umbraco.cms.businesslogic.macro.IMacroEngine 2018-11-28 14:42:55,283
[P3732/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.cms.businesslogic.macro.IMacroEngine (took 54ms) 2018-11-28
14:42:55,299 [P3732/D3/T7] WARN umbraco.macro - Error loading partial
view macro (View: ~/Views/MacroPartials/latestBlogposts.cshtml).
Exception: System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:42:55,299 [P3732/D3/T7] WARN umbraco.macro - Error
loading Partial View (file:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:43:09,978 [P3732/D3/T16] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:43:09,978
[P3732/D3/T16] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:43:09,978
[P3732/D3/T16] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2018-11-28 14:43:10,040 [P3732/D3/T16] INFO
Umbraco.Core.PluginManager - Resolved
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
(took 53ms) 2018-11-28 14:43:10,292 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:43:10,292
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 14:43:10,292
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IAction 2018-11-28 14:43:10,321 [P3732/D3/T25]
INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction
(took 35ms) 2018-11-28 14:43:11,417 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:43:11,417
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 14:43:11,417
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.ITree 2018-11-28 14:43:11,496 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ITree (took
76ms) 2018-11-28 14:43:11,527 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:43:11,527
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:43:11,527
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2018-11-28 14:43:11,527 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolved
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
(took 0ms) 2018-11-28 14:43:11,546 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:43:11,546
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:43:11,546
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolving
[umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree
2018-11-28 14:43:11,589 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolved
[umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree (took
53ms) 2018-11-28 14:43:11,623 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:43:11,623
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:43:11,623
[P3732/D3/T25] INFO Umbraco.Core.PluginManager - Resolving
[umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
2018-11-28 14:43:11,683 [P3732/D3/T25] INFO
Umbraco.Core.PluginManager - Resolved
[umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
(took 55ms) 2018-11-28 14:43:22,717 [P3732/D3/T22] WARN
umbraco.macro - Error loading partial view macro (View:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:43:22,717 [P3732/D3/T22] WARN umbraco.macro - Error
loading Partial View (file:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:43:23,108 [P3732/D3/T22] ERROR
Umbraco.Web.Editors.MacroController - Unhandled controller exception
occurred System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
at Umbraco.Web.UmbracoComponentRenderer.RenderMacro(macro m,
IDictionary2 parameters, page umbracoPage) at
Umbraco.Web.Editors.MacroController.GetMacroResultAsHtml(String
macroAlias, Int32 pageId, IDictionary2 macroParams) at
Umbraco.Web.Editors.MacroController.GetMacroResultAsHtmlForEditor(MacroParameterModel
model) at lambdamethod(Closure , Object , Object[] ) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass10.9(Object
instance, Object[] methodParameters) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object
instance, Object[] arguments) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext
controllerContext, IDictionary2 arguments, CancellationToken
cancellationToken)
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext()
2018-11-28 14:43:26,814 [P3732/D3/T16] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 14:43:26,814
[P3732/D3/T16] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 14:43:26,814
[P3732/D3/T16] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.ICacheRefresher 2018-11-28 14:43:27,451
[P3732/D3/T16] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.ICacheRefresher (took 628ms) 2018-11-28
14:43:29,828 [P3732/D3/T16] WARN umbraco.macro - Error loading
partial view macro (View:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:43:29,828 [P3732/D3/T16] WARN umbraco.macro - Error
loading Partial View (file:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 14:43:30,234 [P3732/D3/T16] ERROR
Umbraco.Web.Editors.MacroController - Unhandled controller exception
occurred System.InvalidOperationException: Could not find the view
~/Views/MacroPartials/latestBlogposts.cshtml, the following locations
were searched: ~/Views/MacroPartials/latestBlogposts.cshtml at
Umbraco.Web.Mvc.ControllerExtensions.EnsureViewObjectDataOnResult(ControllerBase
controller, ViewResultBase result) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
at Umbraco.Web.UmbracoComponentRenderer.RenderMacro(macro m,
IDictionary2 parameters, page umbracoPage) at
Umbraco.Web.Editors.MacroController.GetMacroResultAsHtml(String
macroAlias, Int32 pageId, IDictionary2 macroParams) at
Umbraco.Web.Editors.MacroController.GetMacroResultAsHtmlForEditor(MacroParameterModel
model) at lambda_method(Closure , Object , Object[] ) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object
instance, Object[] methodParameters) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object
instance, Object[] arguments) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext
controllerContext, IDictionary2 arguments, CancellationToken
cancellationToken)
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task
task) at
System.Web.Http.Controllers.ApiControllerActionInvoker.method(Closure , Object , Object[] ) at
System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass10.
_shutDownMessage=Change Notification for critical directories. bin dir change or directory rename HostingEnvironment initiated shutdown
Change Notification for critical directories. bin dir change or
directory rename Change Notification for critical directories. bin dir
change or directory rename Change in D:\local\Temporary ASP.NET
Files\root\76bfd0e3\9088abc9\hash\hash.web HostingEnvironment caused
shutdown
shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.getStackTrace() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace) at
System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender,
FileChangeEvent e) at
System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender,
FileChangeEvent e) at
System.Web.DirectoryMonitor.FireNotifications() at
System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback
callback) at
System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at
System.Threading.QueueUserWorkItemCallback.WaitCallbackContext(Object
state) at
System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch() at
System.Threading.ThreadPoolWaitCallback.PerformWaitCallback()
2018-11-28 15:07:03,778 [P4144/D3/T15] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:07:03,778
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 5ms) 2018-11-28 15:07:03,778
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.Deploy.IServiceConnector 2018-11-28 15:07:03,824
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.Deploy.IServiceConnector (took 43ms) 2018-11-28
15:07:04,591 [P4144/D3/T15] INFO umbraco.content - Load Xml from
file... 2018-11-28 15:07:04,653 [P4144/D3/T15] INFO umbraco.content
- Loaded Xml from file. 2018-11-28 15:07:11,872 [P4144/D3/T9] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:07:11,872
[P4144/D3/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 4ms) 2018-11-28 15:07:11,889
[P4144/D3/T9] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2018-11-28 15:07:15,043 [P4144/D3/T9] INFO Umbraco.Core.PluginManager
- Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
(took 3156ms) 2018-11-28 15:07:16,390 [P4144/D3/T18] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:07:16,390
[P4144/D3/T18] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:07:16,390
[P4144/D3/T18] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IAction 2018-11-28 15:07:18,387 [P4144/D3/T18]
INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction
(took 2001ms) 2018-11-28 15:07:18,513 [P4144/D3/T15] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:07:18,513
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:07:18,513
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2018-11-28 15:07:18,559 [P4144/D3/T15] INFO
Umbraco.Core.PluginManager - Resolved
[Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
(took 40ms) 2018-11-28 15:07:19,080 [P4144/D3/T15] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:07:19,080
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:07:19,080
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IParameterEditor 2018-11-28 15:07:19,098
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.PropertyEditors.IParameterEditor (took 4ms) 2018-11-28
15:07:19,142 [P4144/D3/T15] INFO Umbraco.Core.PluginManager -
Resolving umbraco.interfaces.IDiscoverable 2018-11-28 15:07:19,142
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:07:19,142
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolving
umbraco.cms.businesslogic.macro.IMacroEngine 2018-11-28 15:07:19,189
[P4144/D3/T15] INFO Umbraco.Core.PluginManager - Resolved
umbraco.cms.businesslogic.macro.IMacroEngine (took 45ms) 2018-11-28
15:07:21,861 [P4144/D3/T7] INFO Umbraco.Core.PluginManager -
Resolving umbraco.interfaces.IDiscoverable 2018-11-28 15:07:21,861
[P4144/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:07:21,877
[P4144/D3/T7] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.ITree 2018-11-28 15:07:23,127 [P4144/D3/T7] INFO
Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ITree (took
1261ms) 2018-11-28 15:07:23,158 [P4144/D3/T7] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:07:23,158
[P4144/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 15:07:23,158
[P4144/D3/T7] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2018-11-28 15:07:23,158 [P4144/D3/T7] INFO Umbraco.Core.PluginManager
- Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
(took 0ms) 2018-11-28 15:07:23,176 [P4144/D3/T7] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:07:23,176
[P4144/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:07:23,176
[P4144/D3/T7] INFO Umbraco.Core.PluginManager - Resolving
[umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree
2018-11-28 15:07:23,236 [P4144/D3/T7] INFO Umbraco.Core.PluginManager
- Resolved [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree (took
59ms) 2018-11-28 15:07:23,252 [P4144/D3/T7] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:07:23,267
[P4144/D3/T7] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 1ms) 2018-11-28 15:07:23,267
[P4144/D3/T7] INFO Umbraco.Core.PluginManager - Resolving
[umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
2018-11-28 15:07:23,474 [P4144/D3/T7] INFO Umbraco.Core.PluginManager
- Resolved [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
(took 209ms) 2018-11-28 15:07:23,689 [P4144/D3/T15] WARN
umbraco.macro - Error loading partial view macro (View:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: The partial view
'~/Views/Partials/CategoryLinks.cshtml' was not found or no view
engine supports the searched locations. The following locations were
searched: ~/Views/Partials/CategoryLinks.cshtml at
System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext,
String partialViewName, ViewEngineCollection viewEngineCollection)
at System.Web.Mvc.HtmlHelper.RenderPartialInternal(String
partialViewName, ViewDataDictionary viewData, Object model, TextWriter
writer, ViewEngineCollection viewEngineCollection) at
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper,
String partialViewName, Object model, ViewDataDictionary viewData)
at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper
htmlHelper, String partialViewName, Object model) at
ASP.PageViewsMacroPartialslatestBlogpostscshtml.Execute() in
d:\home\site\wwwroot\Views\MacroPartials\LatestBlogposts.cshtml:line
44 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
pageContext, TextWriter writer, WebPageRenderingBase startPage) at
System.Web.Mvc.RazorView.RenderView(ViewContext viewContext,
TextWriter writer, Object instance) at
System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext
viewContext, TextWriter writer) at
Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext,
TextWriter writer) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 15:07:23,689 [P4144/D3/T15] WARN umbraco.macro - Error
loading Partial View (file:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: The partial view
'~/Views/Partials/CategoryLinks.cshtml' was not found or no view
engine supports the searched locations. The following locations were
searched: ~/Views/Partials/CategoryLinks.cshtml at
System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext,
String partialViewName, ViewEngineCollection viewEngineCollection)
at System.Web.Mvc.HtmlHelper.RenderPartialInternal(String
partialViewName, ViewDataDictionary viewData, Object model, TextWriter
writer, ViewEngineCollection viewEngineCollection) at
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper,
String partialViewName, Object model, ViewDataDictionary viewData)
at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper
htmlHelper, String partialViewName, Object model) at
ASP.PageViewsMacroPartialslatestBlogpostscshtml.Execute() in
d:\home\site\wwwroot\Views\MacroPartials\LatestBlogposts.cshtml:line
44 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
pageContext, TextWriter writer, WebPageRenderingBase startPage) at
System.Web.Mvc.RazorView.RenderView(ViewContext viewContext,
TextWriter writer, Object instance) at
System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext
viewContext, TextWriter writer) at
Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext,
TextWriter writer) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 15:07:28,973 [P4144/D3/T15] ERROR
Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.InvalidOperationException: The partial view
'~/views/partials/navigation/topNavigation.cshtml' was not found or no
view engine supports the searched locations. The following locations
were searched: ~/views/partials/navigation/topNavigation.cshtml at
System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext,
String partialViewName, ViewEngineCollection viewEngineCollection)
at System.Web.Mvc.HtmlHelper.RenderPartialInternal(String
partialViewName, ViewDataDictionary viewData, Object model, TextWriter
writer, ViewEngineCollection viewEngineCollection) at
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper,
String partialViewName, Object model, ViewDataDictionary viewData)
at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper
htmlHelper, String partialViewName) at
ASP.PageViewsMastercshtml.Execute() in
d:\home\site\wwwroot\Views\Master.cshtml:line 29 at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
pageContext, TextWriter writer, WebPageRenderingBase startPage) at
System.Web.WebPages.WebPageBase.<>cDisplayClass3.2(TextWriter
writer) at System.Web.WebPages.HelperResult.WriteTo(TextWriter
writer) at System.Web.WebPages.WebPageBase.Write(HelperResult
result) at System.Web.WebPages.WebPageBase.RenderSurrounding(String
partialViewName, Action1 body) at
System.Web.WebPages.WebPageBase.PopContext() at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
pageContext, TextWriter writer, WebPageRenderingBase startPage) at
System.Web.Mvc.RazorView.RenderView(ViewContext viewContext,
TextWriter writer, Object instance) at
System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext
viewContext, TextWriter writer) at
Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext,
TextWriter writer) at
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext
controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1
filters, Int32 filterIndex, ResultExecutingContext preContext,
ControllerContext controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1
filters, Int32 filterIndex, ResultExecutingContext preContext,
ControllerContext controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1
filters, Int32 filterIndex, ResultExecutingContext preContext,
ControllerContext controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1
filters, Int32 filterIndex, ResultExecutingContext preContext,
ControllerContext controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext
controllerContext, IList1 filters, ActionResult actionResult) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>cDisplayClass21.<>cDisplayClass2b.
shutDownMessage=Change Notification for critical directories. AppCode dir change or directory rename HostingEnvironment initiated
shutdown Change Notification for critical directories. bin dir change
or directory rename Change Notification for critical directories. bin
dir change or directory rename Change Notification for critical
directories. bin dir change or directory rename Change in
D:\local\Temporary ASP.NET Files\root\76bfd0e3\9088abc9\hash\hash.web
HostingEnvironment caused shutdown
shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.getStackTrace() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal() at
System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace) at
System.Web.HttpRuntime.OnCriticalDirectoryChange(Object sender,
FileChangeEvent e) at
System.Web.FileChangesMonitor.OnCriticaldirChange(Object sender,
FileChangeEvent e) at
System.Web.DirectoryMonitor.FireNotifications() at
System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback
callback) at
System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at
System.Threading.QueueUserWorkItemCallback.WaitCallbackContext(Object
state) at
System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx) at
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch() at
System.Threading.ThreadPoolWaitCallback.PerformWaitCallback()
2018-11-28 15:21:20,584 [P4144/D4/T13] INFO
Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: User logged will
be logged out due to timeout: [email protected], IP Address:
96.237.248.210 2018-11-28 15:21:23,303 [P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:21:23,303
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:21:23,303
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.Deploy.IServiceConnector 2018-11-28 15:21:23,349
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.Deploy.IServiceConnector (took 57ms) 2018-11-28
15:21:24,146 [P4144/D4/T9] INFO umbraco.content - Load Xml from
file... 2018-11-28 15:21:24,178 [P4144/D4/T9] INFO umbraco.content -
Loaded Xml from file. 2018-11-28 15:21:33,928 [P4144/D4/T9] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:21:33,928
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:21:33,928
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
[Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2018-11-28 15:21:33,990 [P4144/D4/T9] INFO Umbraco.Core.PluginManager
- Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
(took 48ms) 2018-11-28 15:21:34,532 [P4144/D4/T9] INFO
Umbraco.Core.PluginManager - Resolving
umbraco.interfaces.IDiscoverable 2018-11-28 15:21:34,548
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 4ms) 2018-11-28 15:21:34,548
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
Umbraco.Core.PropertyEditors.IParameterEditor 2018-11-28 15:21:34,548
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
Umbraco.Core.PropertyEditors.IParameterEditor (took 0ms) 2018-11-28
15:21:34,595 [P4144/D4/T9] INFO Umbraco.Core.PluginManager -
Resolving umbraco.interfaces.IDiscoverable 2018-11-28 15:21:34,595
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.interfaces.IDiscoverable (took 0ms) 2018-11-28 15:21:34,595
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolving
umbraco.cms.businesslogic.macro.IMacroEngine 2018-11-28 15:21:34,688
[P4144/D4/T9] INFO Umbraco.Core.PluginManager - Resolved
umbraco.cms.businesslogic.macro.IMacroEngine (took 86ms) 2018-11-28
15:21:38,078 [P4144/D4/T9] WARN umbraco.macro - Error loading partial
view macro (View: ~/Views/MacroPartials/latestBlogposts.cshtml).
Exception: System.InvalidOperationException: The partial view
'~/Views/Partials/CategoryLinks.cshtml' was not found or no view
engine supports the searched locations. The following locations were
searched: ~/Views/Partials/CategoryLinks.cshtml at
System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext,
String partialViewName, ViewEngineCollection viewEngineCollection)
at System.Web.Mvc.HtmlHelper.RenderPartialInternal(String
partialViewName, ViewDataDictionary viewData, Object model, TextWriter
writer, ViewEngineCollection viewEngineCollection) at
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper,
String partialViewName, Object model, ViewDataDictionary viewData)
at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper
htmlHelper, String partialViewName, Object model) at
ASP.PageViewsMacroPartialslatestBlogpostscshtml.Execute() in
d:\home\site\wwwroot\Views\MacroPartials\LatestBlogposts.cshtml:line
44 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
pageContext, TextWriter writer, WebPageRenderingBase startPage) at
System.Web.Mvc.RazorView.RenderView(ViewContext viewContext,
TextWriter writer, Object instance) at
System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext
viewContext, TextWriter writer) at
Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext,
TextWriter writer) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 15:21:38,078 [P4144/D4/T9] WARN umbraco.macro - Error
loading Partial View (file:
~/Views/MacroPartials/latestBlogposts.cshtml). Exception:
System.InvalidOperationException: The partial view
'~/Views/Partials/CategoryLinks.cshtml' was not found or no view
engine supports the searched locations. The following locations were
searched: ~/Views/Partials/CategoryLinks.cshtml at
System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext,
String partialViewName, ViewEngineCollection viewEngineCollection)
at System.Web.Mvc.HtmlHelper.RenderPartialInternal(String
partialViewName, ViewDataDictionary viewData, Object model, TextWriter
writer, ViewEngineCollection viewEngineCollection) at
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper,
String partialViewName, Object model, ViewDataDictionary viewData)
at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper
htmlHelper, String partialViewName, Object model) at
ASP.PageViewsMacroPartialslatestBlogpostscshtml.Execute() in
d:\home\site\wwwroot\Views\MacroPartials\LatestBlogposts.cshtml:line
44 at System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
pageContext, TextWriter writer, WebPageRenderingBase startPage) at
System.Web.Mvc.RazorView.RenderView(ViewContext viewContext,
TextWriter writer, Object instance) at
System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext
viewContext, TextWriter writer) at
Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext,
TextWriter writer) at
Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase
controller, ViewResultBase viewResult) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
IPublishedContent content) at
Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro,
INode node) at umbraco.macro.LoadPartialViewMacro(MacroModel macro)
at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)
2018-11-28 15:21:41,836 [P4144/D4/T9] ERROR
Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.InvalidOperationException: The partial view
'~/views/partials/navigation/topNavigation.cshtml' was not found or no
view engine supports the searched locations. The following locations
were searched: ~/views/partials/navigation/topNavigation.cshtml at
System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext,
String partialViewName, ViewEngineCollection viewEngineCollection)
at System.Web.Mvc.HtmlHelper.RenderPartialInternal(String
partialViewName, ViewDataDictionary viewData, Object model, TextWriter
writer, ViewEngineCollection viewEngineCollection) at
System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper,
String partialViewName, Object model, ViewDataDictionary viewData)
at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper
htmlHelper, String partialViewName) at
ASP.PageViewsMastercshtml.Execute() in
d:\home\site\wwwroot\Views\Master.cshtml:line 29 at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() at
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
pageContext, TextWriter writer, WebPageRenderingBase startPage) at
System.Web.WebPages.WebPageBase.<>cDisplayClass3.2(TextWriter
writer) at System.Web.WebPages.HelperResult.WriteTo(TextWriter
writer) at System.Web.WebPages.WebPageBase.Write(HelperResult
result) at System.Web.WebPages.WebPageBase.RenderSurrounding(String
partialViewName, Action1 body) at
System.Web.WebPages.WebPageBase.PopContext() at
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext
pageContext, TextWriter writer, WebPageRenderingBase startPage) at
System.Web.Mvc.RazorView.RenderView(ViewContext viewContext,
TextWriter writer, Object instance) at
System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext
viewContext, TextWriter writer) at
Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext,
TextWriter writer) at
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext
controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1
filters, Int32 filterIndex, ResultExecutingContext preContext,
ControllerContext controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1
filters, Int32 filterIndex, ResultExecutingContext preContext,
ControllerContext controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1
filters, Int32 filterIndex, ResultExecutingContext preContext,
ControllerContext controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList1
filters, Int32 filterIndex, ResultExecutingContext preContext,
ControllerContext controllerContext, ActionResult actionResult) at
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext
controllerContext, IList1 filters, ActionResult actionResult) at
System.Web.Mvc.Async.AsyncControllerActionInvoker.<>cDisplayClass21.<>cDisplayClass2b.
If you are using the release stuff from Visual Studio, then please ensure the missing files are included in the project file.
When you install a package in Umbraco the files are not added to the visual studio project automatically.
When you say missing files, you mean the Views, Partials and Macro Partials. Then yes I have included them in Visual Studio and I can see them on Azure using KUDU.
I have setup site locally with database on Azure. So even the local website is getting data from Azure.
Having said that, my trial period of Umbraco is expiring/expired and I am not able to host even a simple starter kit Umbraco site on Azure.
Maybe if I have spent a bit more time diagnosing this issue I would have get it up running. But I was in an impression it will work as is with minimal effort.
If you can please ask your developers to do a fresh installation of Umbraco and deploy it on Azure, they'll definitely see the issue.
I have not got access yet to set up an Azure test website here. I will update you when I have the possibility to set up everything and go through the guide.
Okay, I think I know what is going on here. Since you are using Visual Studio you should make sure that the Models builder is set to Dll mode.
By default, it sets to PureLive in the web.config. When you have changed this setting then you need to go into the back office in the developer section.
In there you will see a Models builder dashboard, when you have to change the Models builder to Dll mode then you will need to click the generate models on the dashboard.
By doing this your models will be in a DLL file which is the preferred set up when you are using Visual Studio and Umbraco CMS
Azure: Template not found and System.Net.Sockets.SocketException
Hi
I have installed Umbraco from Nuget in Visual Studio, its working fine in local. However, when I host it in Azure I got lot of errors.
Error Type 1:
System.Exception: No physical template file was found for template Home
Also,
System.InvalidOperationException: Could not find the view ~/Views/MacroPartials/latestBlogposts.cshtml, the following locations were searched: ~/Views/MacroPartials/latestBlogposts.cshtml and lot more...
Error Type 2:
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
To fix Error 1 I included all the cshtml in the Views folder to the project. Now I can see them on server, but the error persists.
For Error 2 I added the TLS1.2 setting, as suggested here. This also didn't fixed the error.
Below is the log file -
I have redone the whole thing again following the tutorial - https://www.eqtr.com/ideas/posts/2018/03/deploying-umbraco-to-azure/
Same error. Also it says no package installed, whereas I can see on locally (Starter kit)
Hi, How are you deploying to Azure?
If you are using the release stuff from Visual Studio, then please ensure the missing files are included in the project file. When you install a package in Umbraco the files are not added to the visual studio project automatically.
When you say missing files, you mean the Views, Partials and Macro Partials. Then yes I have included them in Visual Studio and I can see them on Azure using KUDU.
I am missing the following tutorial - https://www.eqtr.com/ideas/posts/2018/03/deploying-umbraco-to-azure/
Hi Gaurav.
I have talked with my developer's colleague here today and here are what they suggest.
When you set up a site locally, then you will need to take care of transfer the database to Azure.
What I would suggest that you are trying to is as follows.
Let me know how it goes.
Best,
/Dennis
I have setup site locally with database on Azure. So even the local website is getting data from Azure.
Having said that, my trial period of Umbraco is expiring/expired and I am not able to host even a simple starter kit Umbraco site on Azure.
Maybe if I have spent a bit more time diagnosing this issue I would have get it up running. But I was in an impression it will work as is with minimal effort.
If you can please ask your developers to do a fresh installation of Umbraco and deploy it on Azure, they'll definitely see the issue.
And yes I am following steps from link which your shared. https://www.eqtr.com/ideas/posts/2018/03/deploying-umbraco-to-azure/
I will try setting up one solution tomorrow where I follow https://www.eqtr.com/ideas/posts/2018/03/deploying-umbraco-to-azure/ and let you know how it goes,
/Dennis
Hi Gaurav,
I have not got access yet to set up an Azure test website here. I will update you when I have the possibility to set up everything and go through the guide.
/Dennis
Hi Gaurav,
Okay, I think I know what is going on here. Since you are using Visual Studio you should make sure that the Models builder is set to Dll mode.
By default, it sets to PureLive in the web.config. When you have changed this setting then you need to go into the back office in the developer section.
In there you will see a Models builder dashboard, when you have to change the Models builder to Dll mode then you will need to click the generate models on the dashboard.
By doing this your models will be in a DLL file which is the preferred set up when you are using Visual Studio and Umbraco CMS
You can find the Models Builder documentation here https://our.umbraco.com/documentation/reference/templating/modelsbuilder/
Best,
/Dennis
is working on a reply...