Hi guys, I've noticed that my solution hosted at UnoEuro recycles it's application pool when accessing the Media folder resulting in a constant "Session timeout".
I cleared the logs, logged in, accessed the media folder, was kicked out and this is the error I see.
Can the "invalid column ID." error I get at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller have anything to do with it perhaps?
Or is this completely unreleated to Tea Commerce?
2019-09-16 19:55:12,252 [P54296/D2/T72] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,268 [P54296/D2/T72] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,794 [P54296/D2/T81] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,810 [P54296/D2/T81] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,872 [P54296/D2/T81] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.OutOfMemoryException: Out of memory.
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y)
at System.Drawing.Graphics.DrawImageUnscaled(Image image, Int32 x, Int32 y)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,872 [P54296/D2/T81] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,888 [P54296/D2/T81] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,888 [P54296/D2/T79] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,888 [P54296/D2/T79] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:12,904 [P54296/D2/T79] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:13,504 [P63308/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.13.2 application starting on NT14
2019-09-16 19:55:14,006 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2019-09-16 19:55:14,006 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 4ms)
2019-09-16 19:55:14,037 [P63308/D2/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2019-09-16 19:55:14,037 [P54296/D2/T81] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:15,519 [P54296/D2/T81] INFO Umbraco.Core.MainDom - Stopping...
2019-09-16 19:55:15,782 [P63308/D2/T1] INFO Umbraco.Core.MainDom - Acquired MainDom.
2019-09-16 19:55:15,782 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:55:15,782 [P54296/D2/T81] INFO Umbraco.Web.ExamineStartup - Complete (took 4ms)
2019-09-16 19:55:15,782 [P54296/D2/T81] INFO Umbraco.Core.MainDom - Released MainDom.
2019-09-16 19:55:15,816 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 38ms)
2019-09-16 19:55:15,816 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IApplicationStartupHandler
2019-09-16 19:55:15,816 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IApplicationStartupHandler (took 0ms)
2019-09-16 19:55:15,832 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:55:15,832 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter (took 0ms)
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyValueConverter
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyValueConverter (took 1ms)
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.Mvc.SurfaceController
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.Mvc.SurfaceController (took 0ms)
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.WebApi.UmbracoApiController
2019-09-16 19:55:15,847 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.WebApi.UmbracoApiController (took 0ms)
2019-09-16 19:55:18,835 [P63308/D2/T1] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2019-09-16 19:55:18,950 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.Models.PublishedContent.PublishedContentModel
2019-09-16 19:55:19,939 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.Models.PublishedContent.PublishedContentModel (took 974ms)
2019-09-16 19:55:20,003 [P63308/D2/T1] INFO Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
2019-09-16 19:55:20,018 [P63308/D2/T1] INFO Umbraco.Forms.Core.Cache.CacheEventHandler - Initializing Umbraco Forms Events to trigger Cache Refreshers
2019-09-16 19:55:20,018 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:55:20,018 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:55:20,018 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2019-09-16 19:55:20,018 [P63308/D2/T1] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper (took 0ms)
2019-09-16 19:55:20,666 [P54296/D2/T59] ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.OutOfMemoryException: Out of memory.
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y)
at System.Drawing.Graphics.DrawImageUnscaled(Image image, Int32 x, Int32 y)
at ImageProcessor.Common.Extensions.ImageExtensions.Copy(Image source, AnimationProcessMode animationProcessMode, PixelFormat format, Boolean preserveExifData)
at ImageProcessor.ImageFactory.Load(Stream stream)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__34.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.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
2019-09-16 19:55:20,681 [P63308/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
2019-09-16 19:55:21,115 [P63308/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
2019-09-16 19:55:21,160 [P63308/D2/T1] ERROR System.Web.Optimization.BundleCollection - Error adding bundles: System.Configuration.ConfigurationErrorsException: The configuration section cannot contain a CDATA or text element. (d:\web\localuser\roldskovcykelsho.dk\public_html\web.config line 514)
at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
at System.Web.HttpContext.GetSection(String sectionName)
at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName)
at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey)
at System.Configuration.ConfigurationManager.GetSection(String sectionName)
at BundleTransformer.Core.Configuration.ConfigurationContext.<.ctor>b__0()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at System.Lazy`1.get_Value()
at BundleTransformer.Core.BundleTransformerContext..ctor()
at BundleTransformer.Core.BundleTransformerContext.<.cctor>b__0()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at System.Lazy`1.get_Value()
at BundleTransformer.Core.BundleTransformerContext.get_Current()
at BundleTransformer.Core.Transformers.StyleTransformer..ctor()
at Optimus.BundleConfig.RegisterBundles(BundleCollection bundles) in c:\projects\bundlingandminificationforthemasses\BundlingAndMinificationForTheMasses\App_Start\BundleConfig.cs:line 25
System.Configuration.ConfigurationErrorsException: The configuration section cannot contain a CDATA or text element. (d:\web\localuser\roldskovcykelsho.dk\public_html\web.config line 514)
at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
at System.Web.HttpContext.GetSection(String sectionName)
at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName)
at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey)
at System.Configuration.ConfigurationManager.GetSection(String sectionName)
at BundleTransformer.Core.Configuration.ConfigurationContext.<.ctor>b__0()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at System.Lazy`1.get_Value()
at BundleTransformer.Core.BundleTransformerContext..ctor()
at BundleTransformer.Core.BundleTransformerContext.<.cctor>b__0()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at System.Lazy`1.get_Value()
at BundleTransformer.Core.BundleTransformerContext.get_Current()
at BundleTransformer.Core.Transformers.StyleTransformer..ctor()
at Optimus.BundleConfig.RegisterBundles(BundleCollection bundles) in c:\projects\bundlingandminificationforthemasses\BundlingAndMinificationForTheMasses\App_Start\BundleConfig.cs:line 25
2019-09-16 19:55:25,421 [P63308/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 5
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-09-16 19:55:25,458 [P63308/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 6
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ IsUnique ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-09-16 19:55:25,506 [P63308/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 7
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-09-16 19:55:25,545 [P63308/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 8
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ FirstNamePropertyAlias ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-09-16 19:55:25,576 [P63308/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 9
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-09-16 19:55:25,893 [P63308/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 10
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-09-16 19:55:25,935 [P63308/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 11
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-09-16 19:55:26,050 [P63308/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 12599ms)
2019-09-16 19:55:26,666 [P63308/D2/T12] INFO Umbraco.Core.Sync.ApplicationUrlHelper - New ApplicationUrl detected: http://roldskovcykelshop.dk/umbraco
2019-09-16 19:55:26,666 [P63308/D2/T12] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://roldskovcykelshop.dk/umbraco (UmbracoModule request)
2019-09-16 19:55:27,792 [P63308/D2/T12] INFO umbraco.content - Load Xml from file...
2019-09-16 19:55:27,808 [P63308/D2/T12] INFO umbraco.content - Loaded Xml from file.
2019-09-16 19:55:28,340 [P63308/D2/T12] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:55:28,341 [P63308/D2/T12] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:55:28,341 [P63308/D2/T12] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IParameterEditor
2019-09-16 19:55:28,342 [P63308/D2/T12] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IParameterEditor (took 0ms)
2019-09-16 19:55:31,884 [P63308/D2/T10] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:55:31,884 [P63308/D2/T10] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:55:31,884 [P63308/D2/T10] INFO Umbraco.Core.PluginManager - Resolving umbraco.cms.businesslogic.macro.IMacroEngine
2019-09-16 19:55:31,884 [P63308/D2/T10] INFO Umbraco.Core.PluginManager - Resolved umbraco.cms.businesslogic.macro.IMacroEngine (took 0ms)
2019-09-16 19:55:33,041 [P63308/D2/T10] ERROR Umbraco.Core.Dynamics.DynamicInstanceHelper - An error occurred finding and executing extension method "GetValue" for type "Umbraco.Web.Models.DynamicPublishedContent". Types searched for extension methods were Umbraco.Web.Models.DynamicPublishedContent.
System.MissingMethodException: Method 'Umbraco.Web.Models.DynamicPublishedContent.GetValue' not found.
at Umbraco.Core.Dynamics.DynamicInstanceHelper.FindAndExecuteExtensionMethod[T](IRuntimeCacheProvider runtimeCache, T thisObject, Object[] args, String name, IEnumerable`1 findMethodsOnTypes)
at Umbraco.Core.Dynamics.DynamicInstanceHelper.TryInvokeMember[T](IRuntimeCacheProvider runtimeCache, T thisObject, InvokeMemberBinder binder, Object[] args, IEnumerable`1 findExtensionMethodsOnTypes)
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Terminating
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Tasks completed, terminated
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Core.MainDom - Stopping...
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Web.ExamineStartup - Examine shutting down
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Web.ExamineStartup - Complete (took 0ms)
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Core.MainDom - Released MainDom.
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
2019-09-16 19:55:37,150 [P54296/D3/T69] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Terminating
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
2019-09-16 19:55:37,135 [P54296/D2/T82] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Terminating
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Waiting for tasks to complete
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Tasks completed, terminated
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
2019-09-16 19:55:37,135 [P54296/D2/T77] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
2019-09-16 19:55:37,150 [P54296/D2/T58] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
2019-09-16 19:55:37,150 [P54296/D2/T72] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
2019-09-16 19:56:07,187 [P54296/D3/T72] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: HostingEnvironment
_shutDownMessage=HostingEnvironment initiated shutdown
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.Hosting.PipelineRuntime.StopProcessing()
2019-09-16 19:56:07,218 [P54296/D2/T58] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: HostingEnvironment
_shutDownMessage=HostingEnvironment initiated shutdown
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.Hosting.PipelineRuntime.StopProcessing()
2019-09-16 19:56:28,413 [P63308/D2/T11] INFO umbraco.BusinessLogic.Log - Log scrubbed. Removed all items older than 2019-09-15 19:56:28
2019-09-16 19:56:29,362 [P63308/D2/T12] ERROR Umbraco.Core.Dynamics.DynamicInstanceHelper - An error occurred finding and executing extension method "GetValue" for type "Umbraco.Web.Models.DynamicPublishedContent". Types searched for extension methods were Umbraco.Web.Models.DynamicPublishedContent.
System.MissingMethodException: Method 'Umbraco.Web.Models.DynamicPublishedContent.GetValue' not found.
at Umbraco.Core.Dynamics.DynamicInstanceHelper.FindAndExecuteExtensionMethod[T](IRuntimeCacheProvider runtimeCache, T thisObject, Object[] args, String name, IEnumerable`1 findMethodsOnTypes)
at Umbraco.Core.Dynamics.DynamicInstanceHelper.TryInvokeMember[T](IRuntimeCacheProvider runtimeCache, T thisObject, InvokeMemberBinder binder, Object[] args, IEnumerable`1 findExtensionMethodsOnTypes)
2019-09-16 19:56:59,922 [P63308/D2/T22] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-09-16 19:57:01,207 [P63308/D2/T22] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username [email protected] from IP address 85.191.190.194
2019-09-16 19:57:01,207 [P63308/D2/T22] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: [email protected] logged in from IP address 85.191.190.194
2019-09-16 19:57:01,643 [P63308/D2/T22] ERROR Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper - Could not validate XSRF token
System.Web.Mvc.HttpAntiForgeryException (0x80004005): The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the <machineKey> configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.
at System.Web.Helpers.AntiXsrf.AntiForgeryTokenSerializer.Deserialize(String serializedToken)
at System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext, String cookieToken, String formToken)
at System.Web.Helpers.AntiForgery.Validate(String cookieToken, String formToken)
at Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper.ValidateTokens(String cookieToken, String headerToken)
2019-09-16 19:57:01,908 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:57:01,908 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:57:01,908 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
2019-09-16 19:57:01,908 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication (took 0ms)
2019-09-16 19:57:01,941 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:57:01,941 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:57:01,941 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-09-16 19:57:01,957 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
2019-09-16 19:57:01,957 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:57:01,957 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:57:01,957 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree
2019-09-16 19:57:01,957 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree (took 0ms)
2019-09-16 19:57:01,988 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-09-16 19:57:01,988 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-09-16 19:57:01,988 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.ITree
2019-09-16 19:57:01,988 [P63308/D2/T22] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ITree (took 0ms)
From what I can see though, I don't think TC is the cause. The errors TC is raising are ultimately saying it's trying to run the upgrade scripts but can't. I'm not sure why it would be continuing to try to upgrade, unless it's having problems connecting to the database.
I think your bigger problem might be that the server appears to be under-resourced and keeps throwing out of memory exceptions. It might be worth moving to a larger plan and see if that helps.
It does sounds like more of a general issue. I'd maybe try deleting your log file, then triggering the action again, then you know, whatever is in the log file is to do with your issue. Hopefully then this gives you a more focused area to research.
I'm sorry to bump this issue but I still have the problem and with a clear log, it seems like the first error thrown is
"ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 5
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification."
Do you know if that column ID could cause the app pool to restart? I removed all images in my media folder because there were A LOT in the root and the problem seems to only appear when uploading/working with images.
The entire log looks like this, do you see anything that could be related to the Tea Commerce plugin?
2019-10-08 15:00:52,502 [P26868/D3/T109] INFO Umbraco.Core.CoreBootManager - Umbraco 7.13.2 application starting on NT14
2019-10-08 15:00:52,536 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2019-10-08 15:00:52,536 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Hash determined (took 12ms)
2019-10-08 15:00:52,631 [P26868/D3/T109] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2019-10-08 15:00:52,631 [P26868/D3/T109] INFO Umbraco.Core.MainDom - Acquired MainDom.
2019-10-08 15:00:52,631 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:00:52,745 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 108ms)
2019-10-08 15:00:52,746 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IApplicationStartupHandler
2019-10-08 15:00:52,747 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IApplicationStartupHandler (took 1ms)
2019-10-08 15:00:52,841 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:00:52,841 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:00:52,842 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2019-10-08 15:00:52,842 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter (took 0ms)
2019-10-08 15:00:52,843 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:00:52,843 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:00:52,843 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyValueConverter
2019-10-08 15:00:52,844 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyValueConverter (took 1ms)
2019-10-08 15:00:52,860 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:00:52,861 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:00:52,861 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.Mvc.SurfaceController
2019-10-08 15:00:52,862 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.Mvc.SurfaceController (took 0ms)
2019-10-08 15:00:52,862 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:00:52,863 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:00:52,863 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.WebApi.UmbracoApiController
2019-10-08 15:00:52,864 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.WebApi.UmbracoApiController (took 1ms)
2019-10-08 15:00:54,957 [P26868/D3/T109] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2019-10-08 15:00:55,479 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.Models.PublishedContent.PublishedContentModel
2019-10-08 15:00:55,479 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.Models.PublishedContent.PublishedContentModel (took 3ms)
2019-10-08 15:00:55,652 [P26868/D3/T109] INFO Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
2019-10-08 15:00:55,699 [P26868/D3/T109] INFO Umbraco.Forms.Core.Cache.CacheEventHandler - Initializing Umbraco Forms Events to trigger Cache Refreshers
2019-10-08 15:00:55,763 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:00:55,764 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:00:55,764 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2019-10-08 15:00:55,764 [P26868/D3/T109] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper (took 0ms)
2019-10-08 15:00:56,175 [P26868/D3/T109] INFO Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
2019-10-08 15:00:56,522 [P26868/D3/T109] INFO Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
2019-10-08 15:01:01,289 [P26868/D3/T109] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 5
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:01:01,382 [P26868/D3/T109] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 6
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ IsUnique ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:01:01,441 [P26868/D3/T109] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 7
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:01:01,469 [P26868/D3/T109] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 8
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ FirstNamePropertyAlias ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:01:01,516 [P26868/D3/T109] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 9
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:01:01,547 [P26868/D3/T109] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 10
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:01:01,594 [P26868/D3/T109] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 11
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:01:01,839 [P26868/D3/T109] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 9439ms)
2019-10-08 15:01:02,188 [P26868/D3/T123] INFO Umbraco.Core.Sync.ApplicationUrlHelper - New ApplicationUrl detected: http://clean.roldskovcykelshop.dk:80/umbraco
2019-10-08 15:01:02,188 [P26868/D3/T123] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://clean.roldskovcykelshop.dk:80/umbraco (UmbracoModule request)
2019-10-08 15:01:06,445 [P26868/D3/T123] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:01:06,445 [P26868/D3/T123] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:01:06,446 [P26868/D3/T123] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-10-08 15:01:06,446 [P26868/D3/T123] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
2019-10-08 15:01:06,952 [P26868/D3/T106] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:01:06,952 [P26868/D3/T106] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:01:06,952 [P26868/D3/T106] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IAction
2019-10-08 15:01:06,952 [P26868/D3/T106] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction (took 0ms)
2019-10-08 15:01:07,229 [P26868/D3/T106] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:01:07,229 [P26868/D3/T106] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:01:07,229 [P26868/D3/T106] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IParameterEditor
2019-10-08 15:01:07,229 [P26868/D3/T106] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IParameterEditor (took 0ms)
2019-10-08 15:01:52,157 [P26868/D3/T48] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:01:52,157 [P26868/D3/T48] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:01:52,157 [P26868/D3/T48] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.ICacheRefresher
2019-10-08 15:01:52,157 [P26868/D3/T48] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ICacheRefresher (took 0ms)
2019-10-08 15:01:52,588 [P26868/D3/T48] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username hasse from IP address 77.68.225.198
2019-10-08 15:01:52,588 [P26868/D3/T48] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: hasse logged in from IP address 77.68.225.198
2019-10-08 15:01:53,542 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:01:53,542 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:01:53,542 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.ITree
2019-10-08 15:01:53,542 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ITree (took 1ms)
2019-10-08 15:01:53,558 [P26868/D3/T121] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: <add initialize="true" sortOrder="0" alias="housekeeping" application="FALM" title="FALM Housekeeping" iconClosed="icon-folder" iconOpen="icon-folder-open" type="FALM.Housekeeping.Trees.HkTreeController, FALM.Housekeeping" /> could not be resolved to a .Net object type
2019-10-08 15:01:53,558 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:01:53,558 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:01:53,558 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-10-08 15:01:53,558 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
2019-10-08 15:01:53,573 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:01:53,573 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:01:53,573 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree
2019-10-08 15:01:53,573 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree (took 0ms)
2019-10-08 15:01:53,589 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:01:53,589 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:01:53,589 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
2019-10-08 15:01:53,589 [P26868/D3/T121] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication (took 0ms)
2019-10-08 15:02:06,916 [P26868/D3/T127] INFO umbraco.content - Load Xml from file...
2019-10-08 15:02:07,075 [P26868/D3/T127] INFO umbraco.content - Loaded Xml from file.
2019-10-08 15:02:11,755 [P26868/D3/T125] INFO umbraco.BusinessLogic.Log - Log scrubbed. Removed all items older than 2019-10-07 15:02:06
2019-10-08 15:03:46,585 [P26868/D3/T48] INFO Umbraco.Core.Publishing.PublishingStrategy - Content 'Revolt' with Id '0' has been published.
2019-10-08 15:03:51,572 [P26868/D3/T121] INFO umbraco.content - Save Xml to file...
2019-10-08 15:03:51,590 [P26868/D3/T121] INFO umbraco.content - Saved Xml to file.
2019-10-08 15:03:57,387 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:57,578 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field min on property editor Umbraco.Integer
2019-10-08 15:03:57,578 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field step on property editor Umbraco.Integer
2019-10-08 15:03:57,578 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.Integer
2019-10-08 15:03:57,578 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 15:03:57,578 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.TextboxMultiple
2019-10-08 15:03:57,578 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field rows on property editor Umbraco.TextboxMultiple
2019-10-08 15:03:57,656 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field values on property editor Umbraco.NoEdit
2019-10-08 15:03:57,734 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 15:03:57,752 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.RelatedLinks
2019-10-08 15:03:57,767 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:03:57,767 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:03:57,814 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:03:57,962 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:57,978 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 15:03:57,994 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 15:03:58,009 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,154 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,169 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,169 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,169 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,169 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,201 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,201 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,248 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,248 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:03:58,248 [P26868/D3/T110] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:08:23,375 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
2019-10-08 15:08:23,375 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
2019-10-08 15:08:23,375 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Terminating
2019-10-08 15:08:23,375 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Waiting for tasks to complete
2019-10-08 15:08:23,375 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
2019-10-08 15:08:23,375 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
2019-10-08 15:08:23,391 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
2019-10-08 15:08:23,391 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
2019-10-08 15:08:23,391 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
2019-10-08 15:08:23,391 [P26868/D3/T145] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
2019-10-08 15:08:23,391 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
2019-10-08 15:08:23,391 [P26868/D3/T145] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
2019-10-08 15:08:23,391 [P26868/D3/T145] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
2019-10-08 15:08:23,391 [P26868/D3/T106] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Tasks completed, terminated
2019-10-08 15:08:23,391 [P26868/D3/T125] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
2019-10-08 15:08:23,391 [P26868/D3/T142] INFO Umbraco.Core.MainDom - Stopping...
2019-10-08 15:08:23,391 [P26868/D3/T142] INFO Umbraco.Web.ExamineStartup - Examine shutting down
2019-10-08 15:08:23,407 [P26868/D3/T142] INFO Umbraco.Web.ExamineStartup - Complete (took 8ms)
2019-10-08 15:08:23,407 [P26868/D3/T142] INFO Umbraco.Core.MainDom - Released MainDom.
2019-10-08 15:08:23,407 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Terminating
2019-10-08 15:08:23,407 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Waiting for tasks to complete
2019-10-08 15:08:23,407 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Tasks completed, terminated
2019-10-08 15:08:23,407 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
2019-10-08 15:08:23,407 [P26868/D3/T142] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
2019-10-08 15:08:23,407 [P26868/D3/T143] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
2019-10-08 15:08:26,255 [P5976/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.13.2 application starting on NT14
2019-10-08 15:08:26,270 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2019-10-08 15:08:26,286 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 7ms)
2019-10-08 15:08:26,302 [P5976/D2/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2019-10-08 15:08:26,302 [P5976/D2/T1] INFO Umbraco.Core.MainDom - Acquired MainDom.
2019-10-08 15:08:26,522 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:08:26,572 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 54ms)
2019-10-08 15:08:26,572 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IApplicationStartupHandler
2019-10-08 15:08:26,572 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IApplicationStartupHandler (took 1ms)
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 1ms)
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter (took 0ms)
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyValueConverter
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyValueConverter (took 1ms)
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.Mvc.SurfaceController
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.Mvc.SurfaceController (took 0ms)
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.WebApi.UmbracoApiController
2019-10-08 15:08:26,603 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.WebApi.UmbracoApiController (took 0ms)
2019-10-08 15:08:28,356 [P5976/D2/T1] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2019-10-08 15:08:28,484 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.Models.PublishedContent.PublishedContentModel
2019-10-08 15:08:28,484 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.Models.PublishedContent.PublishedContentModel (took 1ms)
2019-10-08 15:08:28,539 [P5976/D2/T1] INFO Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
2019-10-08 15:08:28,545 [P5976/D2/T1] INFO Umbraco.Forms.Core.Cache.CacheEventHandler - Initializing Umbraco Forms Events to trigger Cache Refreshers
2019-10-08 15:08:28,558 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:08:28,559 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:08:28,559 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2019-10-08 15:08:28,559 [P5976/D2/T1] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper (took 0ms)
2019-10-08 15:08:29,115 [P5976/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
2019-10-08 15:08:29,162 [P5976/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
2019-10-08 15:08:31,391 [P5976/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 5
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:08:31,438 [P5976/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 6
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ IsUnique ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:08:31,484 [P5976/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 7
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:08:31,531 [P5976/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 8
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ FirstNamePropertyAlias ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:08:31,563 [P5976/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 9
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:08:31,595 [P5976/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 10
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:08:31,642 [P5976/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 11
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:08:31,865 [P5976/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 5654ms)
2019-10-08 15:08:32,154 [P5976/D2/T8] INFO Umbraco.Core.Sync.ApplicationUrlHelper - New ApplicationUrl detected: http://clean.roldskovcykelshop.dk:80/umbraco
2019-10-08 15:08:32,154 [P5976/D2/T8] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://clean.roldskovcykelshop.dk:80/umbraco (UmbracoModule request)
2019-10-08 15:08:53,425 [P26868/D3/T135] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: HostingEnvironment
_shutDownMessage=HostingEnvironment initiated shutdown
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.Hosting.PipelineRuntime.StopProcessing()
2019-10-08 15:12:55,483 [P5976/D2/T20] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:12:56,104 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:12:56,104 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:12:56,104 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-10-08 15:12:56,104 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 1ms)
2019-10-08 15:12:56,394 [P5976/D2/T25] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:12:56,435 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:12:56,436 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:12:56,437 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IAction
2019-10-08 15:12:56,437 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction (took 0ms)
2019-10-08 15:12:56,511 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:12:56,512 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:12:56,512 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IParameterEditor
2019-10-08 15:12:56,513 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IParameterEditor (took 0ms)
2019-10-08 15:12:56,857 [P5976/D2/T20] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:12:57,088 [P5976/D2/T32] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:12:59,194 [P5976/D2/T25] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:13:00,945 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:13:00,945 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:13:00,945 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.ICacheRefresher
2019-10-08 15:13:00,945 [P5976/D2/T25] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ICacheRefresher (took 0ms)
2019-10-08 15:13:01,205 [P5976/D2/T25] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username hasse from IP address 77.68.225.198
2019-10-08 15:13:01,205 [P5976/D2/T25] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: hasse logged in from IP address 77.68.225.198
2019-10-08 15:13:01,618 [P5976/D2/T25] ERROR Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper - Could not validate XSRF token
System.Web.Mvc.HttpAntiForgeryException (0x80004005): The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the <machineKey> configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.
at System.Web.Helpers.AntiXsrf.AntiForgeryTokenSerializer.Deserialize(String serializedToken)
at System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext, String cookieToken, String formToken)
at System.Web.Helpers.AntiForgery.Validate(String cookieToken, String formToken)
at Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper.ValidateTokens(String cookieToken, String headerToken)
2019-10-08 15:13:02,050 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:13:02,050 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:13:02,050 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.ITree
2019-10-08 15:13:02,050 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ITree (took 0ms)
2019-10-08 15:13:02,050 [P5976/D2/T20] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: <add initialize="true" sortOrder="0" alias="housekeeping" application="FALM" title="FALM Housekeeping" iconClosed="icon-folder" iconOpen="icon-folder-open" type="FALM.Housekeeping.Trees.HkTreeController, FALM.Housekeeping" /> could not be resolved to a .Net object type
2019-10-08 15:13:02,050 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree (took 0ms)
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:13:02,066 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
2019-10-08 15:13:02,082 [P5976/D2/T20] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication (took 0ms)
2019-10-08 15:13:19,866 [P5976/D2/T20] INFO umbraco.content - Load Xml from file...
2019-10-08 15:13:19,882 [P5976/D2/T20] INFO umbraco.content - Loaded Xml from file.
2019-10-08 15:13:28,408 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:28,743 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field min on property editor Umbraco.Integer
2019-10-08 15:13:28,744 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field step on property editor Umbraco.Integer
2019-10-08 15:13:28,744 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.Integer
2019-10-08 15:13:28,747 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 15:13:28,749 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.TextboxMultiple
2019-10-08 15:13:28,749 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field rows on property editor Umbraco.TextboxMultiple
2019-10-08 15:13:28,749 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field values on property editor Umbraco.NoEdit
2019-10-08 15:13:28,764 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 15:13:28,780 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.RelatedLinks
2019-10-08 15:13:28,811 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:13:28,842 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:13:28,858 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:13:28,874 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:28,923 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 15:13:28,986 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 15:13:29,032 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,048 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,095 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,095 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,095 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,111 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,111 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,111 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,111 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,111 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:29,111 [P5976/D2/T48] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:41,496 [P5976/D2/T23] INFO Umbraco.Core.Publishing.PublishingStrategy - Content 'Revolt Advanced 0' with Id '0' has been published.
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.TextboxMultiple
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field rows on property editor Umbraco.TextboxMultiple
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field min on property editor Umbraco.Integer
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field step on property editor Umbraco.Integer
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.Integer
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 15:13:43,200 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field values on property editor Umbraco.NoEdit
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,215 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,231 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,231 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,231 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:13:43,231 [P5976/D2/T10] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.RelatedLinks
2019-10-08 15:13:46,263 [P5976/D2/T22] INFO umbraco.content - Save Xml to file...
2019-10-08 15:13:46,281 [P5976/D2/T22] INFO umbraco.content - Saved Xml to file.
2019-10-08 15:13:56,623 [P5976/D2/T28] INFO umbraco.BusinessLogic.Log - Log scrubbed. Removed all items older than 2019-10-07 15:13:56
2019-10-08 15:14:04,690 [P5976/D2/T10] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:14:04,690 [P5976/D2/T10] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:14:04,690 [P5976/D2/T10] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.Deploy.IServiceConnector
2019-10-08 15:14:04,690 [P5976/D2/T10] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.Deploy.IServiceConnector (took 0ms)
2019-10-08 15:14:50,829 [P108496/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.13.2 application starting on NT14
2019-10-08 15:14:50,849 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2019-10-08 15:14:50,855 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 6ms)
2019-10-08 15:14:50,897 [P108496/D2/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2019-10-08 15:14:50,899 [P5976/D2/T28] INFO Umbraco.Core.MainDom - Stopping...
2019-10-08 15:14:50,906 [P5976/D2/T28] INFO Umbraco.Web.ExamineStartup - Examine shutting down
2019-10-08 15:14:50,921 [P5976/D2/T28] INFO Umbraco.Web.ExamineStartup - Complete (took 14ms)
2019-10-08 15:14:50,921 [P5976/D2/T28] INFO Umbraco.Core.MainDom - Released MainDom.
2019-10-08 15:14:50,922 [P108496/D2/T1] INFO Umbraco.Core.MainDom - Acquired MainDom.
2019-10-08 15:14:50,925 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:14:50,956 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 39ms)
2019-10-08 15:14:50,956 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IApplicationStartupHandler
2019-10-08 15:14:50,956 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IApplicationStartupHandler (took 1ms)
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter (took 0ms)
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyValueConverter
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyValueConverter (took 1ms)
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.Mvc.SurfaceController
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.Mvc.SurfaceController (took 0ms)
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:14:50,987 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:14:51,003 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.WebApi.UmbracoApiController
2019-10-08 15:14:51,003 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.WebApi.UmbracoApiController (took 1ms)
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
2019-10-08 15:14:51,297 [P5976/D2/T39] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
2019-10-08 15:14:51,297 [P5976/D2/T48] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
2019-10-08 15:14:51,297 [P5976/D2/T28] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Terminating
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Waiting for tasks to complete
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Terminating
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Waiting for tasks to complete
2019-10-08 15:14:51,297 [P5976/D2/T44] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Tasks completed, terminated
2019-10-08 15:14:51,297 [P5976/D2/T23] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
2019-10-08 15:14:51,297 [P5976/D2/T20] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Tasks completed, terminated
2019-10-08 15:14:51,297 [P5976/D2/T12] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
2019-10-08 15:14:52,568 [P108496/D2/T1] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2019-10-08 15:14:52,776 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.Models.PublishedContent.PublishedContentModel
2019-10-08 15:14:52,791 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.Models.PublishedContent.PublishedContentModel (took 1ms)
2019-10-08 15:14:52,865 [P108496/D2/T1] INFO Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
2019-10-08 15:14:52,896 [P108496/D2/T1] INFO Umbraco.Forms.Core.Cache.CacheEventHandler - Initializing Umbraco Forms Events to trigger Cache Refreshers
2019-10-08 15:14:53,075 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:14:53,075 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:14:53,075 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2019-10-08 15:14:53,075 [P108496/D2/T1] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper (took 0ms)
2019-10-08 15:14:53,360 [P108496/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
2019-10-08 15:14:53,439 [P108496/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
2019-10-08 15:14:55,535 [P108496/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 5
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:14:55,581 [P108496/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 6
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ IsUnique ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:14:55,613 [P108496/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 7
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:14:55,660 [P108496/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 8
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ FirstNamePropertyAlias ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:14:55,691 [P108496/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 9
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:14:55,738 [P108496/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 10
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:14:55,784 [P108496/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 11
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 15:14:55,852 [P108496/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 5082ms)
2019-10-08 15:14:56,229 [P108496/D2/T12] INFO Umbraco.Core.Sync.ApplicationUrlHelper - New ApplicationUrl detected: http://clean.roldskovcykelshop.dk:80/umbraco
2019-10-08 15:14:56,229 [P108496/D2/T12] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://clean.roldskovcykelshop.dk:80/umbraco (UmbracoModule request)
2019-10-08 15:14:58,248 [P108496/D2/T8] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:14:58,248 [P108496/D2/T5] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:14:58,514 [P108496/D2/T8] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:15:07,946 [P108496/D2/T8] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:15:08,123 [P108496/D2/T8] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:15:08,123 [P108496/D2/T8] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:15:08,123 [P108496/D2/T8] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-10-08 15:15:08,123 [P108496/D2/T8] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
2019-10-08 15:15:08,295 [P108496/D2/T5] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:15:08,295 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:15:08,295 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:15:08,295 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IAction
2019-10-08 15:15:08,295 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction (took 0ms)
2019-10-08 15:15:08,373 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:15:08,373 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:15:08,373 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IParameterEditor
2019-10-08 15:15:08,373 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IParameterEditor (took 0ms)
2019-10-08 15:15:08,595 [P108496/D2/T8] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:15:08,767 [P108496/D2/T5] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:15:11,020 [P108496/D2/T12] WARN Umbraco.Core.Logging.OwinLogger - Event Id: 0, state: Unprotect ticket failed
2019-10-08 15:15:12,114 [P108496/D2/T12] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:15:12,114 [P108496/D2/T12] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:15:12,130 [P108496/D2/T12] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.ICacheRefresher
2019-10-08 15:15:12,130 [P108496/D2/T12] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ICacheRefresher (took 0ms)
2019-10-08 15:15:12,328 [P108496/D2/T12] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username hasse from IP address 77.68.225.198
2019-10-08 15:15:12,328 [P108496/D2/T12] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: hasse logged in from IP address 77.68.225.198
2019-10-08 15:15:12,813 [P108496/D2/T12] ERROR Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper - Could not validate XSRF token
System.Web.Mvc.HttpAntiForgeryException (0x80004005): The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the <machineKey> configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.
at System.Web.Helpers.AntiXsrf.AntiForgeryTokenSerializer.Deserialize(String serializedToken)
at System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext, String cookieToken, String formToken)
at System.Web.Helpers.AntiForgery.Validate(String cookieToken, String formToken)
at Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper.ValidateTokens(String cookieToken, String headerToken)
2019-10-08 15:15:13,194 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:15:13,194 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:15:13,194 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.ITree
2019-10-08 15:15:13,194 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ITree (took 0ms)
2019-10-08 15:15:13,194 [P108496/D2/T5] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: <add initialize="true" sortOrder="0" alias="housekeeping" application="FALM" title="FALM Housekeeping" iconClosed="icon-folder" iconOpen="icon-folder-open" type="FALM.Housekeeping.Trees.HkTreeController, FALM.Housekeeping" /> could not be resolved to a .Net object type
2019-10-08 15:15:13,209 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:15:13,241 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 29ms)
2019-10-08 15:15:13,241 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-10-08 15:15:13,241 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
2019-10-08 15:15:13,241 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:15:13,241 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:15:13,241 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree
2019-10-08 15:15:13,241 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree (took 4ms)
2019-10-08 15:15:13,256 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 15:15:13,256 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 15:15:13,256 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
2019-10-08 15:15:13,256 [P108496/D2/T5] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication (took 0ms)
2019-10-08 15:15:21,372 [P5976/D2/T44] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: HostingEnvironment
_shutDownMessage=HostingEnvironment initiated shutdown
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.Hosting.PipelineRuntime.StopProcessing()
2019-10-08 15:15:35,657 [P108496/D2/T8] INFO umbraco.content - Load Xml from file...
2019-10-08 15:15:35,673 [P108496/D2/T8] INFO umbraco.content - Loaded Xml from file.
2019-10-08 15:15:38,268 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,330 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field min on property editor Umbraco.Integer
2019-10-08 15:15:38,330 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field step on property editor Umbraco.Integer
2019-10-08 15:15:38,330 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.Integer
2019-10-08 15:15:38,330 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 15:15:38,330 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.TextboxMultiple
2019-10-08 15:15:38,330 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field rows on property editor Umbraco.TextboxMultiple
2019-10-08 15:15:38,330 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field values on property editor Umbraco.NoEdit
2019-10-08 15:15:38,393 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 15:15:38,410 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.RelatedLinks
2019-10-08 15:15:38,424 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:15:38,424 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:15:38,424 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 15:15:38,455 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,518 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 15:15:38,534 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 15:15:38,598 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,792 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,817 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,819 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,821 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,844 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,844 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,844 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,844 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,844 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:38,859 [P108496/D2/T5] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 15:15:55,348 [P108496/D2/T25] INFO Umbraco.Core.Publishing.PublishingStrategy - Content 'Revolt Advanced 0' with Id '9180' has been published.
2019-10-08 15:15:58,478 [P108496/D2/T5] INFO umbraco.BusinessLogic.Log - Log scrubbed. Removed all items older than 2019-10-07 15:15:58
2019-10-08 15:16:00,059 [P108496/D2/T19] INFO umbraco.content - Save Xml to file...
2019-10-08 15:16:00,074 [P108496/D2/T19] INFO umbraco.content - Saved Xml to file.
It looks like it's failing to run any SQL commands as load of them are failing. One error and I could assume it could be an issue in the install script, but for many to be failing would suggest there is something going wrong in general with executing SQL scripts.
It could be a permissions things? Can the user access the database? Have you reviewed your database structure to see if it is corrupted in any way?
It might be a permission thing. The user cannot access the database. It's the local sdf file hosted at UnoEuro and they have no tooling to access the database.
But you are asking if I have reviewed my database structure and that I have no. I can surely open the database but I wouldn't know what to look for.
Do you think that some other plugin (or previous plugin) could mess up the Tea Commerce part?
I was just suggesting to look through the tables and see if there was anything obvious. It seems strange that it's saying a duplicate column is in the schema statement so something is off. The TC installs scripts have all been tested before release so something else must be afoot.
Check the permissions on the DB file and see if that resolves it. If not, we'll see what else we can think of.
Locally I don't seem to get the error. Not what I've noticed anyway.
Something is triggering Umbraco to use a lot of memory causing the app pool to restart on UnoEuro and my original thought was the huge amount of images in the media root.
So I removed all images and products starting all over, hoping that would solve it.
I just went to the Tea Commerce -> Security -> User and was logged off with the following error.
2019-10-08 16:53:57,398 [P108496/D2/T124] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username from IP address
2019-10-08 16:53:57,399 [P108496/D2/T124] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: logged in from IP address
2019-10-08 16:53:57,688 [P108496/D2/T124] ERROR Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper - Could not validate XSRF token
System.Web.Mvc.HttpAntiForgeryException (0x80004005): The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the <machineKey> configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.
at System.Web.Helpers.AntiXsrf.AntiForgeryTokenSerializer.Deserialize(String serializedToken)
at System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext, String cookieToken, String formToken)
at System.Web.Helpers.AntiForgery.Validate(String cookieToken, String formToken)
at Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper.ValidateTokens(String cookieToken, String headerToken)
2019-10-08 16:53:58,019 [P108496/D2/T100] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: <add initialize="true" sortOrder="0" alias="housekeeping" application="FALM" title="FALM Housekeeping" iconClosed="icon-folder" iconOpen="icon-folder-open" type="FALM.Housekeeping.Trees.HkTreeController, FALM.Housekeeping" /> could not be resolved to a .Net object type
2019-10-08 16:54:04,459 [P108496/D2/T84] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:54:04,459 [P108496/D2/T84] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:54:04,459 [P108496/D2/T84] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.HealthCheck.HealthCheck
2019-10-08 16:54:04,474 [P108496/D2/T84] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.HealthCheck.HealthCheck (took 18ms)
2019-10-08 16:54:29,570 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,570 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field min on property editor Umbraco.Integer
2019-10-08 16:54:29,570 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field step on property editor Umbraco.Integer
2019-10-08 16:54:29,570 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.Integer
2019-10-08 16:54:29,570 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 16:54:29,586 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.TextboxMultiple
2019-10-08 16:54:29,586 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field rows on property editor Umbraco.TextboxMultiple
2019-10-08 16:54:29,617 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field values on property editor Umbraco.NoEdit
2019-10-08 16:54:29,617 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 16:54:29,632 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field max on property editor Umbraco.RelatedLinks
2019-10-08 16:54:29,632 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 16:54:29,711 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 16:54:29,711 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field tabName on property editor Umbraco.ListView
2019-10-08 16:54:29,726 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,726 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field useLabel on property editor Umbraco.ColorPickerAlias
2019-10-08 16:54:29,773 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field maxChars on property editor Umbraco.Textbox
2019-10-08 16:54:29,789 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,804 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,804 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,804 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,804 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,804 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,804 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,804 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,854 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,854 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:54:29,854 [P108496/D2/T86] WARN Umbraco.Web.Models.Mapping.PreValueDisplayResolver - Could not find persisted pre-value for field labelOn on property editor Umbraco.TrueFalse
2019-10-08 16:55:27,664 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Terminating
2019-10-08 16:55:27,664 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Waiting for tasks to complete
2019-10-08 16:55:27,664 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Terminating
2019-10-08 16:55:27,664 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Waiting for tasks to complete
2019-10-08 16:55:27,679 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [HealthCheckNotifier] Tasks completed, terminated
2019-10-08 16:55:27,679 [P108496/D2/T100] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledTasks] Tasks completed, terminated
2019-10-08 16:55:27,679 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Terminating
2019-10-08 16:55:27,679 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Waiting for tasks to complete
2019-10-08 16:55:27,679 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Terminating
2019-10-08 16:55:27,679 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Waiting for tasks to complete
2019-10-08 16:55:27,679 [P108496/D2/T95] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [Umbraco.Web.Scheduling.IBackgroundTask] Tasks completed, terminated
2019-10-08 16:55:27,679 [P108496/D2/T119] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [KeepAlive] Tasks completed, terminated
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Terminating
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Waiting for tasks to complete
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Terminating
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Waiting for tasks to complete
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Terminating
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Waiting for tasks to complete
2019-10-08 16:55:27,702 [P108496/D2/T95] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [LogScrubber] Tasks completed, terminated
2019-10-08 16:55:27,702 [P108496/D2/T102] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [InstructionProcessing] Tasks completed, terminated
2019-10-08 16:55:27,702 [P108496/D2/T100] INFO Umbraco.Web.Scheduling.BackgroundTaskRunner - [ScheduledPublishing] Tasks completed, terminated
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Core.MainDom - Stopping...
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Web.ExamineStartup - Examine shutting down
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Web.ExamineStartup - Complete (took 1ms)
2019-10-08 16:55:27,702 [P108496/D2/T140] INFO Umbraco.Core.MainDom - Released MainDom.
2019-10-08 16:55:28,014 [P102340/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.13.2 application starting on NT14
2019-10-08 16:55:28,039 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2019-10-08 16:55:28,047 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 8ms)
2019-10-08 16:55:28,067 [P102340/D2/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2019-10-08 16:55:28,067 [P102340/D2/T1] INFO Umbraco.Core.MainDom - Acquired MainDom.
2019-10-08 16:55:28,068 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:28,092 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 34ms)
2019-10-08 16:55:28,092 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IApplicationStartupHandler
2019-10-08 16:55:28,092 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IApplicationStartupHandler (took 1ms)
2019-10-08 16:55:28,123 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:28,123 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:55:28,123 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2019-10-08 16:55:28,123 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter (took 0ms)
2019-10-08 16:55:28,123 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:28,123 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:55:28,123 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IPropertyValueConverter
2019-10-08 16:55:28,123 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IPropertyValueConverter (took 1ms)
2019-10-08 16:55:28,138 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:28,138 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:55:28,138 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.Mvc.SurfaceController
2019-10-08 16:55:28,138 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.Mvc.SurfaceController (took 0ms)
2019-10-08 16:55:28,138 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:28,138 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:55:28,138 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Web.WebApi.UmbracoApiController
2019-10-08 16:55:28,138 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Web.WebApi.UmbracoApiController (took 2ms)
2019-10-08 16:55:29,946 [P102340/D2/T1] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2019-10-08 16:55:30,068 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.Models.PublishedContent.PublishedContentModel
2019-10-08 16:55:30,350 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.Models.PublishedContent.PublishedContentModel (took 278ms)
2019-10-08 16:55:30,432 [P102340/D2/T1] INFO Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
2019-10-08 16:55:30,449 [P102340/D2/T1] INFO Umbraco.Forms.Core.Cache.CacheEventHandler - Initializing Umbraco Forms Events to trigger Cache Refreshers
2019-10-08 16:55:30,464 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:30,464 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:55:30,464 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2019-10-08 16:55:30,464 [P102340/D2/T1] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper (took 0ms)
2019-10-08 16:55:30,748 [P102340/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
2019-10-08 16:55:30,811 [P102340/D2/T1] INFO Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
2019-10-08 16:55:35,138 [P102340/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 5
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 16:55:35,170 [P102340/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 6
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ IsUnique ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 16:55:35,202 [P102340/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 7
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 16:55:35,249 [P102340/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 8
System.Data.SqlServerCe.SqlCeException (0x80004005): Invalid column ID. [ FirstNamePropertyAlias ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 16:55:35,280 [P102340/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 9
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 16:55:35,327 [P102340/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 10
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 16:55:36,307 [P102340/D2/T1] ERROR TeaCommerce.Api.Persistence.Installation.PersistenceInstaller - Error executing script. Schema version: 11
System.Data.SqlServerCe.SqlCeException (0x80004005): A column ID occurred more than once in the specification.
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at TeaCommerce.Api.Persistence.Database.Execute(Sql Sql)
at TeaCommerce.Api.Persistence.Installation.PersistenceInstaller.ExecuteScript(Database database, SqlScript sqlScript, Boolean updateDatabaseVersion)
2019-10-08 16:55:36,353 [P102340/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 8373ms)
2019-10-08 16:55:37,002 [P102340/D2/T11] INFO Umbraco.Core.Sync.ApplicationUrlHelper - New ApplicationUrl detected: http://clean.roldskovcykelshop.dk:80/umbraco
2019-10-08 16:55:37,002 [P102340/D2/T11] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://clean.roldskovcykelshop.dk:80/umbraco (UmbracoModule request)
2019-10-08 16:55:51,253 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:51,253 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:55:51,253 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-10-08 16:55:51,254 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
2019-10-08 16:55:51,889 [P102340/D2/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:51,889 [P102340/D2/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:55:51,889 [P102340/D2/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IAction
2019-10-08 16:55:51,890 [P102340/D2/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction (took 0ms)
2019-10-08 16:55:52,337 [P102340/D2/T18] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:55:52,337 [P102340/D2/T18] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:55:52,337 [P102340/D2/T18] INFO Umbraco.Core.PluginManager - Resolving Umbraco.Core.PropertyEditors.IParameterEditor
2019-10-08 16:55:52,337 [P102340/D2/T18] INFO Umbraco.Core.PluginManager - Resolved Umbraco.Core.PropertyEditors.IParameterEditor (took 0ms)
2019-10-08 16:55:57,763 [P108496/D2/T102] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: HostingEnvironment
_shutDownMessage=HostingEnvironment initiated shutdown
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.Hosting.PipelineRuntime.StopProcessing()
2019-10-08 16:56:33,417 [P102340/D2/T18] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username [email protected] from IP address 85.191.190.134
2019-10-08 16:56:33,417 [P102340/D2/T18] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: [email protected] logged in from IP address 85.191.190.134
2019-10-08 16:56:33,731 [P102340/D2/T18] ERROR Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper - Could not validate XSRF token
System.Web.Mvc.HttpAntiForgeryException (0x80004005): The anti-forgery token could not be decrypted. If this application is hosted by a Web Farm or cluster, ensure that all machines are running the same version of ASP.NET Web Pages and that the <machineKey> configuration specifies explicit encryption and validation keys. AutoGenerate cannot be used in a cluster.
at System.Web.Helpers.AntiXsrf.AntiForgeryTokenSerializer.Deserialize(String serializedToken)
at System.Web.Helpers.AntiXsrf.AntiForgeryWorker.Validate(HttpContextBase httpContext, String cookieToken, String formToken)
at System.Web.Helpers.AntiForgery.Validate(String cookieToken, String formToken)
at Umbraco.Web.WebApi.Filters.AngularAntiForgeryHelper.ValidateTokens(String cookieToken, String headerToken)
2019-10-08 16:56:33,970 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:56:33,970 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:56:33,986 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.ITree
2019-10-08 16:56:33,986 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.ITree (took 0ms)
2019-10-08 16:56:33,986 [P102340/D2/T16] WARN Umbraco.Core.Services.ApplicationTreeService - The tree definition: <add initialize="true" sortOrder="0" alias="housekeeping" application="FALM" title="FALM Housekeeping" iconClosed="icon-folder" iconOpen="icon-folder-open" type="FALM.Housekeeping.Trees.HkTreeController, FALM.Housekeeping" /> could not be resolved to a .Net object type
2019-10-08 16:56:34,001 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:56:34,001 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:56:34,001 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2019-10-08 16:56:34,001 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
2019-10-08 16:56:34,001 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:56:34,001 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:56:34,001 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree
2019-10-08 16:56:34,001 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.TreeAttribute]umbraco.interfaces.ITree (took 0ms)
2019-10-08 16:56:34,020 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2019-10-08 16:56:34,020 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2019-10-08 16:56:34,021 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolving [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication
2019-10-08 16:56:34,021 [P102340/D2/T16] INFO Umbraco.Core.PluginManager - Resolved [umbraco.businesslogic.ApplicationAttribute]umbraco.interfaces.IApplication (took 0ms)
2019-10-08 16:56:38,117 [P102340/D2/T18] INFO umbraco.content - Load Xml from file...
2019-10-08 16:56:38,164 [P102340/D2/T18] INFO umbraco.content - Loaded Xml from file.
2019-10-08 16:56:38,406 [P102340/D2/T15] INFO umbraco.BusinessLogic.Log - Log scrubbed. Removed all items older than 2019-10-07 16:56:38
I know it's nearly impossible for you to say what the exact cause is.
PS:
I have contacted UnoEuro to hear if they can see what makes the app pool restart.
The log you have posted is pretty common for the startup process so I don't think it's really telling you anything about why the recycle has occurred.
The SQL errors are an issue that need looking into. I can't think that it would be the SQL scripts as these are embedded in the Core DLL so they shouldn't be able to become corrupt, so it can only lead me to think there is something wrong on the server causing running the scripts to fail.
I still have a hunch that you don't have enough resources on the server. Did you ever increase your plans resources? more RAM / CPU?
Maybe have a look at your servers event log for the site, that might give you more info on why your app pool has recycled.
Error executing script: TeaCommerce.Api.Persistence.Installation.PersistenceInstaller
Hi guys, I've noticed that my solution hosted at UnoEuro recycles it's application pool when accessing the Media folder resulting in a constant "Session timeout".
I cleared the logs, logged in, accessed the media folder, was kicked out and this is the error I see.
Can the "invalid column ID." error I get at
TeaCommerce.Api.Persistence.Installation.PersistenceInstaller
have anything to do with it perhaps?Or is this completely unreleated to Tea Commerce?
// Mike
Hi Mike,
Hmm, that's not normal.
From what I can see though, I don't think TC is the cause. The errors TC is raising are ultimately saying it's trying to run the upgrade scripts but can't. I'm not sure why it would be continuing to try to upgrade, unless it's having problems connecting to the database.
I think your bigger problem might be that the server appears to be under-resourced and keeps throwing out of memory exceptions. It might be worth moving to a larger plan and see if that helps.
Matt
Hi Matt,
Thank you for helping me out.
I just upgraded the hosting from a small "Basic" package at UnoEuro to a "Pro" package. Unfortunately, adding more resources doesn't seem to work out.
I might have to create a ticket for the general Umbraco forum and hear if someone else has the problem.
Oddly it only happens when entering the Media folder which contains a couple of hundred images in the root folder.
// Mike
Hi Mike,
Dang!
It does sounds like more of a general issue. I'd maybe try deleting your log file, then triggering the action again, then you know, whatever is in the log file is to do with your issue. Hopefully then this gives you a more focused area to research.
Hope this helps
Matt
Hey Matt,
I'm sorry to bump this issue but I still have the problem and with a clear log, it seems like the first error thrown is
Do you know if that column ID could cause the app pool to restart? I removed all images in my media folder because there were A LOT in the root and the problem seems to only appear when uploading/working with images.
The entire log looks like this, do you see anything that could be related to the Tea Commerce plugin?
// Mike
Hey Mike,
It looks like it's failing to run any SQL commands as load of them are failing. One error and I could assume it could be an issue in the install script, but for many to be failing would suggest there is something going wrong in general with executing SQL scripts.
It could be a permissions things? Can the user access the database? Have you reviewed your database structure to see if it is corrupted in any way?
Matt
Hi Matt,
That was a quick response!
It might be a permission thing. The user cannot access the database. It's the local sdf file hosted at UnoEuro and they have no tooling to access the database.
But you are asking if I have reviewed my database structure and that I have no. I can surely open the database but I wouldn't know what to look for.
Do you think that some other plugin (or previous plugin) could mess up the Tea Commerce part?
// Mike
Hey Mike,
I was just suggesting to look through the tables and see if there was anything obvious. It seems strange that it's saying a duplicate column is in the schema statement so something is off. The TC installs scripts have all been tested before release so something else must be afoot.
Check the permissions on the DB file and see if that resolves it. If not, we'll see what else we can think of.
Matt
I'm not sure exactly what to look for but I found that opening TeaCommerce_version shows the following:
And the permissions on the FTP to the database is a bit vague I think.
The DB error should be ok as that table doesn't have an ID column on it, so that's to be expected.
Have you tried downloading the site and running it locally to see if it works?
Matt
Locally I don't seem to get the error. Not what I've noticed anyway.
Something is triggering Umbraco to use a lot of memory causing the app pool to restart on UnoEuro and my original thought was the huge amount of images in the media root.
So I removed all images and products starting all over, hoping that would solve it.
I just went to the Tea Commerce -> Security -> User and was logged off with the following error.
I know it's nearly impossible for you to say what the exact cause is.
PS: I have contacted UnoEuro to hear if they can see what makes the app pool restart.
// Mike
Hi again Matt,
After deleting all products, images and clearing the recycle bin and the media bin I started creating all products from scratch.
However, as you can see in this video: https://www.youtube.com/watch?v=dVulRFPvpn8&feature=youtu.be
Everytime I upload the images and hit save, I get this error. I'm still not sure if it's related to Tea Commerce or perhaps something else.
The same error happens if I click the "Generate models" in the backend.
The log you have posted is pretty common for the startup process so I don't think it's really telling you anything about why the recycle has occurred.
The SQL errors are an issue that need looking into. I can't think that it would be the SQL scripts as these are embedded in the Core DLL so they shouldn't be able to become corrupt, so it can only lead me to think there is something wrong on the server causing running the scripts to fail.
I still have a hunch that you don't have enough resources on the server. Did you ever increase your plans resources? more RAM / CPU?
Maybe have a look at your servers event log for the site, that might give you more info on why your app pool has recycled.
is working on a reply...