Everytime I create a new document, and then save and publish the document, then I getted logged out, seems like a session timeout everytime? I checked the web.config, and the timeout is 20 minutes, so it doesn't make any sense? It's only when creating a new document, filling it out, and hitting save and publish.
The site is hosted at UnoEuro, and is on a MSSQL DB. The version of Umbraco is: Umbraco version 7.2.1 assembly: 1.0.5462.37503
Do you have a local instance of the site you can test on? Just to see if the behavior happens both places or it might be something on the server? It should act the same both places though but you never know if it's a setting in the host environment somewhere.
Ok, so is it running on shared hosting or a dedicated server? Is it possible for you to make modifications on the server? Maybe the /App_Data/Logs file from the server instance can reveal anything related to the issue?
It's running on a shared server, so dont think it's possible to make any modifications. There wasnt really anything in the log file, that tells me why the app pool keeps crashing :(
The UmbracoTraceLog has this:
2015-02-16 12:31:02,091 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk
2015-02-16 12:31:02,107 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 8ms)
2015-02-16 12:31:02,123 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2015-02-16 12:31:02,138 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 52 (took 20ms)
2015-02-16 12:31:02,216 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2015-02-16 12:31:02,216 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 0ms)
2015-02-16 12:31:02,216 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2015-02-16 12:31:02,216 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 18 (took 1ms)
2015-02-16 12:31:02,248 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2015-02-16 12:31:02,248 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 5 (took 1ms)
2015-02-16 12:31:02,248 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2015-02-16 12:31:02,248 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 50 (took 3ms)
2015-02-16 12:31:02,295 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2015-02-16 12:31:02,295 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 0ms)
2015-02-16 12:31:02,295 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2015-02-16 12:31:02,310 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2015-02-16 12:31:03,029 [7] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2015-02-16 12:31:03,076 [7] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2015-02-16 12:31:03,607 [7] INFO Umbraco.Web.UmbracoModule - [Thread 8] Setting OriginalRequestUrl: www.mydomain.dk:80/umbraco
2015-02-16 12:31:03,685 [7] INFO umbraco.content - [Thread 8] Loading content from disk cache...
2015-02-16 12:31:03,748 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2015-02-16 12:31:03,748 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 23 (took 0ms)
2015-02-16 12:31:04,201 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2015-02-16 12:31:04,201 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 49 (took 1ms)
2015-02-16 12:31:04,748 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.IDataType
2015-02-16 12:31:04,748 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.IDataType, found 35 (took 1ms)
2015-02-16 12:31:04,763 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:04,763 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 0ms)
2015-02-16 12:31:04,763 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Web.Trees.TreeController
2015-02-16 12:31:04,763 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 7 (took 0ms)
2015-02-16 12:31:04,763 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:04,763 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 0ms)
2015-02-16 12:31:04,795 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.IApplication
2015-02-16 12:31:04,795 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 0ms)
2015-02-16 12:31:05,795 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.cms.businesslogic.macro.IMacroEngine
2015-02-16 12:31:05,795 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.cms.businesslogic.macro.IMacroEngine, found 2 (took 1ms)
2015-02-16 12:31:11,076 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk
2015-02-16 12:31:11,092 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 8ms)
2015-02-16 12:31:11,092 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2015-02-16 12:31:11,107 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 52 (took 11ms)
2015-02-16 12:31:11,154 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2015-02-16 12:31:11,154 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 0ms)
2015-02-16 12:31:11,154 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2015-02-16 12:31:11,154 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 18 (took 1ms)
2015-02-16 12:31:11,170 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2015-02-16 12:31:11,170 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 5 (took 1ms)
2015-02-16 12:31:11,170 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2015-02-16 12:31:11,170 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 50 (took 3ms)
2015-02-16 12:31:11,217 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2015-02-16 12:31:11,217 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 0ms)
2015-02-16 12:31:11,217 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2015-02-16 12:31:11,217 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2015-02-16 12:31:11,888 [7] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2015-02-16 12:31:11,967 [7] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2015-02-16 12:31:12,498 [7] INFO Umbraco.Web.UmbracoModule - [Thread 8] Setting OriginalRequestUrl: www.mydomain.dk:80/umbraco
2015-02-16 12:31:12,576 [7] INFO umbraco.content - [Thread 8] Loading content from disk cache...
2015-02-16 12:31:12,670 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2015-02-16 12:31:12,670 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 23 (took 1ms)
2015-02-16 12:31:13,279 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2015-02-16 12:31:13,279 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 49 (took 1ms)
2015-02-16 12:31:14,201 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.IDataType
2015-02-16 12:31:14,201 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.IDataType, found 35 (took 1ms)
2015-02-16 12:31:14,201 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:14,201 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 1ms)
2015-02-16 12:31:14,217 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Web.Trees.TreeController
2015-02-16 12:31:14,217 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 7 (took 0ms)
2015-02-16 12:31:14,217 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:14,217 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 0ms)
2015-02-16 12:31:14,248 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.IApplication
2015-02-16 12:31:14,248 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 0ms)
2015-02-16 12:31:37,779 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk
2015-02-16 12:31:37,795 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 7ms)
2015-02-16 12:31:37,795 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2015-02-16 12:31:37,810 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 52 (took 9ms)
2015-02-16 12:31:37,873 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2015-02-16 12:31:37,873 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 0ms)
2015-02-16 12:31:37,873 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2015-02-16 12:31:37,873 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 18 (took 1ms)
2015-02-16 12:31:37,873 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2015-02-16 12:31:37,873 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 5 (took 1ms)
2015-02-16 12:31:37,873 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2015-02-16 12:31:37,888 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 50 (took 4ms)
2015-02-16 12:31:37,920 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2015-02-16 12:31:37,920 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 3ms)
2015-02-16 12:31:37,920 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2015-02-16 12:31:37,920 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2015-02-16 12:31:38,623 [7] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2015-02-16 12:31:38,685 [7] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2015-02-16 12:31:39,170 [7] INFO Umbraco.Web.UmbracoModule - [Thread 8] Setting OriginalRequestUrl: www.unlimitedperformance.dk:80/umbraco
2015-02-16 12:31:39,263 [7] INFO umbraco.content - [Thread 8] Loading content from disk cache...
2015-02-16 12:31:39,342 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2015-02-16 12:31:39,342 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 23 (took 0ms)
2015-02-16 12:31:39,795 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2015-02-16 12:31:39,795 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 49 (took 1ms)
2015-02-16 12:31:40,326 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.IDataType
2015-02-16 12:31:40,326 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.IDataType, found 35 (took 0ms)
2015-02-16 12:31:40,326 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:40,326 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 0ms)
2015-02-16 12:31:40,342 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Web.Trees.TreeController
2015-02-16 12:31:40,342 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 7 (took 0ms)
2015-02-16 12:31:40,342 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:40,342 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 0ms)
2015-02-16 12:31:40,373 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.IApplication
2015-02-16 12:31:40,373 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 0ms)
2015-02-16 12:31:44,607 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk
2015-02-16 12:31:44,623 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 7ms)
2015-02-16 12:31:44,638 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2015-02-16 12:31:44,638 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 52 (took 9ms)
2015-02-16 12:31:44,717 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2015-02-16 12:31:44,717 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 0ms)
2015-02-16 12:31:44,717 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2015-02-16 12:31:44,717 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 18 (took 1ms)
2015-02-16 12:31:44,732 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2015-02-16 12:31:44,732 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 5 (took 1ms)
2015-02-16 12:31:44,732 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2015-02-16 12:31:44,732 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 50 (took 3ms)
2015-02-16 12:31:44,763 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2015-02-16 12:31:44,763 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 0ms)
2015-02-16 12:31:44,763 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2015-02-16 12:31:44,779 [7] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2015-02-16 12:31:45,545 [7] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2015-02-16 12:31:45,623 [7] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2015-02-16 12:31:46,107 [7] INFO Umbraco.Web.UmbracoModule - [Thread 8] Setting OriginalRequestUrl: www.mydomain.dk:80/umbraco
2015-02-16 12:31:46,201 [7] INFO umbraco.content - [Thread 8] Loading content from disk cache...
2015-02-16 12:31:46,342 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2015-02-16 12:31:46,342 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 23 (took 0ms)
2015-02-16 12:31:46,904 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2015-02-16 12:31:46,904 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 49 (took 1ms)
2015-02-16 12:31:47,670 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.IDataType
2015-02-16 12:31:47,670 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.IDataType, found 35 (took 0ms)
2015-02-16 12:31:47,685 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:47,685 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 0ms)
2015-02-16 12:31:47,685 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Web.Trees.TreeController
2015-02-16 12:31:47,701 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 7 (took 0ms)
2015-02-16 12:31:47,701 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:47,701 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 0ms)
2015-02-16 12:31:47,732 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.IApplication
2015-02-16 12:31:47,732 [7] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 0ms)
2015-02-16 12:31:52,545 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk
2015-02-16 12:31:52,560 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 7ms)
2015-02-16 12:31:52,560 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2015-02-16 12:31:52,576 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 52 (took 14ms)
2015-02-16 12:31:52,638 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2015-02-16 12:31:52,638 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 0ms)
2015-02-16 12:31:52,638 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2015-02-16 12:31:52,638 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 18 (took 1ms)
2015-02-16 12:31:52,654 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2015-02-16 12:31:52,654 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 5 (took 1ms)
2015-02-16 12:31:52,654 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2015-02-16 12:31:52,654 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 50 (took 4ms)
2015-02-16 12:31:52,701 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2015-02-16 12:31:52,701 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 1ms)
2015-02-16 12:31:52,701 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2015-02-16 12:31:52,701 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2015-02-16 12:31:53,388 [8] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2015-02-16 12:31:53,451 [8] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2015-02-16 12:31:53,935 [8] INFO Umbraco.Web.UmbracoModule - [Thread 9] Setting OriginalRequestUrl: www.unlimitedperformance.dk:80/umbraco
2015-02-16 12:31:54,029 [8] INFO umbraco.content - [Thread 9] Loading content from disk cache...
2015-02-16 12:31:54,107 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2015-02-16 12:31:54,107 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 23 (took 0ms)
2015-02-16 12:31:54,576 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2015-02-16 12:31:54,576 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 49 (took 1ms)
2015-02-16 12:31:55,060 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Starting resolution types of umbraco.interfaces.IDataType
2015-02-16 12:31:55,060 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Completed resolution of types of umbraco.interfaces.IDataType, found 35 (took 0ms)
2015-02-16 12:31:55,060 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:55,060 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Completed resolution of types of umbraco.interfaces.ITree, found 41 (took 0ms)
2015-02-16 12:31:55,076 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Starting resolution types of Umbraco.Web.Trees.TreeController
2015-02-16 12:31:55,076 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 7 (took 0ms)
2015-02-16 12:31:55,076 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Starting resolution types of umbraco.interfaces.ITree
2015-02-16 12:31:55,076 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 0ms)
2015-02-16 12:31:55,107 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Starting resolution types of umbraco.interfaces.IApplication
2015-02-16 12:31:55,107 [8] INFO Umbraco.Core.PluginManager - [Thread 9] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 0ms)
Are you making use of some 3rd party packages or do you have some custom code that interacts with the Umbraco API, something custom in the backoffice etc. ?
Yeah, I have the SeoChecker and Umbraco Forms installed. I tried uninstalling the SEO Checker module, and that seems to have done the trick, so it seems the Seo Checker ins't compatible with Umbraco 7.2.1 install ?
Ok that's odd...I would have suspected that something would have been written from SEO checker to the log. But perhaps you should try filing a bug post/report on the SEO checker forum with a reference to this one - I'm sure Richard would love to know about this so he can investigate / improve his code if it's an issue in his end.
Keep getting logged out after publishing?
Everytime I create a new document, and then save and publish the document, then I getted logged out, seems like a session timeout everytime? I checked the web.config, and the timeout is 20 minutes, so it doesn't make any sense? It's only when creating a new document, filling it out, and hitting save and publish.
The site is hosted at UnoEuro, and is on a MSSQL DB. The version of Umbraco is: Umbraco version 7.2.1 assembly: 1.0.5462.37503
Any ideas?
Hi Nicky
Do you have a local instance of the site you can test on? Just to see if the behavior happens both places or it might be something on the server? It should act the same both places though but you never know if it's a setting in the host environment somewhere.
/Jan
Hey Jan.
Yeah, it doesnt seem to happen on my local DEV site, so it's properly something on the server, however, unsure what it could be ?
Hi Nicky
Ok, so is it running on shared hosting or a dedicated server? Is it possible for you to make modifications on the server? Maybe the /App_Data/Logs file from the server instance can reveal anything related to the issue?
/Jan
It's running on a shared server, so dont think it's possible to make any modifications.
There wasnt really anything in the log file, that tells me why the app pool keeps crashing :(
The UmbracoTraceLog has this:
Hi Nicky
Ok, have you been in touch with Unoeuro to ask them if they can see if everything is setup correctly in their end?
/Jan
Yes, they told me it was because my App Pool kept crashing. However, cant seem to figure out what makes it crash :(
Hi Nicky
Are you making use of some 3rd party packages or do you have some custom code that interacts with the Umbraco API, something custom in the backoffice etc. ?
/Jan
Yeah, I have the SeoChecker and Umbraco Forms installed. I tried uninstalling the SEO Checker module, and that seems to have done the trick, so it seems the Seo Checker ins't compatible with Umbraco 7.2.1 install ?
Hi Nicky
Ok that's odd...I would have suspected that something would have been written from SEO checker to the log. But perhaps you should try filing a bug post/report on the SEO checker forum with a reference to this one - I'm sure Richard would love to know about this so he can investigate / improve his code if it's an issue in his end.
It should be working with 7.2.1 as far as I know.
Cheers, Jan
is working on a reply...