Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Owain Williams 481 posts 1413 karma points MVP 7x c-trib
    Jul 20, 2015 @ 06:06
    Owain Williams
    0

    Moved site to new host, now publishing is very slow and non responsive

    Hi, I recently moved my site to a new hosting company and since I have, when trying to publish anything, the site just hangs.

    I'm not sure why.

    Everything else works really quickly. No issues with deleting content.

    Is there a way to troubleshoot why this is happening?

  • Maff 141 posts 466 karma points
    Jul 20, 2015 @ 08:37
    Maff
    0

    Hi Owain,

    First place to look would be your log files - check for any signs of the application restarting or any timeouts etc. They're in App_Data\logs

    Thanks,

    Maff

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 20, 2015 @ 09:11
    Sebastiaan Janssen
    0

    Is your server running on Windows 2012 R2? Then this is most likely your problem:

    http://issues.umbraco.org/issue/U4-6338

    Make sure to install the hotfix as mentioned at the top of this issue.

  • Owain Williams 481 posts 1413 karma points MVP 7x c-trib
    Jul 20, 2015 @ 13:52
    Owain Williams
    0

    I'm not sure what the server is running as it's shared hosting.

    I had a look at my logs and there are no error messages, just

    2015-07-20 14:39:50,845 [79] INFO  Umbraco.Core.PluginManager - [Thread 52] Starting resolution types of umbraco.cms.businesslogic.macro.IMacroEngine
    2015-07-20 14:39:50,845 [79] INFO  Umbraco.Core.PluginManager - [Thread 52] Completed resolution of types of umbraco.cms.businesslogic.macro.IMacroEngine, found 2 (took 10ms)
    2015-07-20 14:40:13,509 [79] INFO  Umbraco.Core.Security.UmbracoMembershipProviderBase - [Thread 54] Login attempt succeeded for username [email protected] from IP address 194.176.105.154
    2015-07-20 14:40:13,540 [79] INFO  Umbraco.Web.Security.WebSecurity - [Thread 54] User Id: 0 logged in
    2015-07-20 14:40:14,165 [79] INFO  Umbraco.Core.PluginManager - [Thread 55] Starting resolution types of Umbraco.Web.Trees.TreeController
    2015-07-20 14:40:14,165 [79] INFO  Umbraco.Core.PluginManager - [Thread 55] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 1ms)
    2015-07-20 14:40:14,977 [79] INFO  Umbraco.Core.PluginManager - [Thread 57] Starting resolution types of umbraco.interfaces.IApplication
    2015-07-20 14:40:14,977 [79] INFO  Umbraco.Core.PluginManager - [Thread 57] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 1ms)
    2015-07-20 14:40:14,993 [79] WARN  Umbraco.Core.Services.ApplicationTreeService - [Thread 55] The tree definition: <add initialize="true" sortOrder="0" alias="ecTree" application="eventCalendar" title="Calendar" iconClosed="icon-folder" iconOpen="icon-folder-open" type="EventCalendarBelle.Trees.ECCalendarTreeController, EventCalendarBelle" /> could not be resolved to a .Net object type
    2015-07-20 14:40:14,993 [79] INFO  Umbraco.Core.PluginManager - [Thread 55] Starting resolution types of Umbraco.Web.Trees.TreeController
    2015-07-20 14:40:14,993 [79] INFO  Umbraco.Core.PluginManager - [Thread 55] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
    2015-07-20 14:40:15,009 [79] INFO  Umbraco.Core.PluginManager - [Thread 55] Starting resolution types of umbraco.interfaces.ITree
    2015-07-20 14:40:15,009 [79] INFO  Umbraco.Core.PluginManager - [Thread 55] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 1ms)
    2015-07-20 14:40:15,009 [79] INFO  Umbraco.Core.PluginManager - [Thread 54] Starting resolution types of umbraco.interfaces.ITree
    2015-07-20 14:40:15,009 [79] INFO  Umbraco.Core.PluginManager - [Thread 54] Completed resolution of types of umbraco.interfaces.ITree, found 35 (took 0ms)
    2015-07-20 14:40:52,853 [79] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 52] Content 'Owain Williams' with Id '1723' has been published.
    2015-07-20 14:40:53,119 [79] INFO  Umbraco.Core.PluginManager - [Thread 52] Starting resolution types of umbraco.interfaces.ICacheRefresher
    2015-07-20 14:40:53,119 [79] INFO  Umbraco.Core.PluginManager - [Thread 52] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 20 (took 1ms)
    2015-07-20 14:40:57,322 [79] INFO  umbraco.content - [Thread 78] Save Xml to file...
    

    Then it stops.

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 20, 2015 @ 13:59
    Sebastiaan Janssen
    0

    Aha, that sounds familiar too, if this is 7.2.6 or 7.2.7 then make sure to update to 7.2.8 as we just fixed a pretty serious bug with reading from and writing to the umbraco.config file that occurs for some people.

    In any case it would be good to find out from your hosting provider if they're running 2012R2 so they can install the patch.

  • Owain Williams 481 posts 1413 karma points MVP 7x c-trib
    Jul 20, 2015 @ 14:24
    Owain Williams
    0

    Hi, Thanks for the updates. I've applied an upgrade to my site and it's not fixed the issue. I've now submitted a ticket to my host to find out what server version I am on and whether they are willing to apply the hotfix.

  • Owain Williams 481 posts 1413 karma points MVP 7x c-trib
    Jul 21, 2015 @ 13:07
    Owain Williams
    0

    Ok, the hotfix has been applied but I'm still getting an issue where the green bar doesn't appear to say that the page has been successfully published.

    The website is on a temp domain but would that cause an issue? Is there anywhere within config files that might still reference the old hosting domain?

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 21, 2015 @ 14:38
    Sebastiaan Janssen
    0

    Do you have logs from that server a few minutes before you press "Save & Publish" and right afterwards please?

  • Owain Williams 481 posts 1413 karma points MVP 7x c-trib
    Jul 21, 2015 @ 14:43
    Owain Williams
    0

    Sure do.

    015-07-21 15:23:20,813 [177] INFO  Umbraco.Core.CoreBootManager - [P5864/T182/D7] Umbraco 7.2.8 application starting on INETC1496
    2015-07-21 15:23:20,891 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Determining hash of code files on disk
    2015-07-21 15:23:20,891 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Hash determined (took 7ms)
    2015-07-21 15:23:20,907 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
    2015-07-21 15:23:20,922 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 39 (took 19ms)
    2015-07-21 15:23:21,032 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
    2015-07-21 15:23:21,032 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
    2015-07-21 15:23:21,032 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
    2015-07-21 15:23:21,032 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 21 (took 2ms)
    2015-07-21 15:23:21,047 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
    2015-07-21 15:23:21,047 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 4 (took 1ms)
    2015-07-21 15:23:21,047 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
    2015-07-21 15:23:21,064 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 38 (took 5ms)
    2015-07-21 15:23:21,110 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
    2015-07-21 15:23:21,110 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 0ms)
    2015-07-21 15:23:21,110 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
    2015-07-21 15:23:21,110 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
    2015-07-21 15:23:21,860 [177] INFO  Umbraco.Core.DatabaseContext - [P5864/T182/D7] CanConnect = True
    2015-07-21 15:23:21,876 [177] INFO  umbraco.content - [P5864/T182/D7] Load Xml from file...
    2015-07-21 15:23:21,893 [177] INFO  umbraco.content - [P5864/T182/D7] Loaded Xml from file.
    2015-07-21 15:23:21,922 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
    2015-07-21 15:23:21,922 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 23 (took 2ms)
    2015-07-21 15:23:22,610 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
    2015-07-21 15:23:22,610 [177] INFO  Umbraco.Core.PluginManager - [P5864/T182/D7] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 51 (took 4ms)
    2015-07-21 15:23:23,079 [177] INFO  Umbraco.Web.Cache.CacheRefresherEventHandler - [P5864/T182/D7] Initializing Umbraco internal event handlers for cache refreshing
    2015-07-21 15:23:23,110 [177] INFO  Umbraco.Web.Search.ExamineEvents - [P5864/T182/D7] Initializing Examine and binding to business logic events
    2015-07-21 15:23:23,110 [177] INFO  Umbraco.Web.Search.ExamineEvents - [P5864/T182/D7] Adding examine event handlers for index providers: 3
    2015-07-21 15:23:23,188 [177] ERROR Umbraco.Core.PluginManager - [P5864/T182/D7] Error creating type umbraco.presentation.nodeFactory.UmbracoSiteMapProviderAccessUpdate
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Configuration.ConfigurationErrorsException: Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user ''@'INETC1496' (using password: NO) (C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config line 276) ---> MySql.Data.MySqlClient.MySqlException: Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user ''@'INETC1496' (using password: NO) ---> MySql.Data.MySqlClient.MySqlException: Access denied for user ''@'INETC1496' (using password: NO)
       at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
       at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
       --- End of inner exception stack trace ---
       at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex)
       at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
       at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset)
       at MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset)
       at MySql.Data.MySqlClient.NativeDriver.Open()
       at MySql.Data.MySqlClient.Driver.Open()
       at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
       at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
       at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
       at MySql.Data.MySqlClient.MySqlPool.GetConnection()
       at MySql.Data.MySqlClient.MySqlConnection.Open()
       at MySql.Web.Common.SchemaManager.GetSchemaVersion(String connectionString)
       at MySql.Web.Common.SchemaManager.CheckSchema(String connectionString, NameValueCollection config)
       at MySql.Web.SiteMap.MySqlSiteMapProvider.Initialize(String name, NameValueCollection config)
       at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
       --- End of inner exception stack trace ---
       at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
       at System.Web.Configuration.ProvidersHelper.InstantiateProviders(ProviderSettingsCollection configProviders, ProviderCollection providers, Type providerType)
       at System.Web.Configuration.SiteMapSection.get_ProvidersInternal()
       at System.Web.SiteMap.Initialize()
       at System.Web.SiteMap.get_Provider()
       at umbraco.presentation.nodeFactory.UmbracoSiteMapProviderAccessUpdate..ctor()
       --- End of inner exception stack trace ---
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at System.Activator.CreateInstance(Type type)
       at Umbraco.Core.PluginManager.CreateInstances[T](IEnumerable`1 types, Boolean throwException)
    2015-07-21 15:23:23,188 [177] INFO  Umbraco.Core.CoreBootManager - [P5864/T182/D7] Umbraco application startup complete (took 2337ms)
    2015-07-21 15:23:23,735 [177] ERROR Umbraco.Core.MainDom - [P5864/T182/D7] Error while running callback, remaining callbacks will not run.
    System.NullReferenceException: Object reference not set to an instance of an object.
       at Umbraco.Web.Scheduling.BackgroundTaskRunner`1.Shutdown(Boolean force, Boolean wait)
       at umbraco.content.<>c__DisplayClass2.<.ctor>b__1()
       at Umbraco.Core.MainDom.OnSignal(String source)
    2015-07-21 15:23:24,094 [177] INFO  Umbraco.Core.ApplicationContext - [P5864/T182/D7] ApplicationUrl: http://runningbeside.me.1496soon2b.co.uk:80/umbraco (UmbracoModule request)
    2015-07-21 15:23:53,834 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [KeepAlive] Terminating (immediate)
    2015-07-21 15:23:53,834 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [KeepAlive] Cancelling tasks
    2015-07-21 15:23:53,943 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [KeepAlive] Tasks cancelled, terminated
    2015-07-21 15:23:53,943 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [LogScrubber] Terminating (immediate)
    2015-07-21 15:23:53,943 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [LogScrubber] Cancelling tasks
    2015-07-21 15:23:54,053 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [LogScrubber] Tasks cancelled, terminated
    2015-07-21 15:23:54,053 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [ScheduledTasks] Terminating (immediate)
    2015-07-21 15:23:54,053 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [ScheduledTasks] Cancelling tasks
    2015-07-21 15:23:54,162 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [ScheduledTasks] Tasks cancelled, terminated
    2015-07-21 15:23:54,162 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [ScheduledPublishing] Terminating (immediate)
    2015-07-21 15:23:54,162 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [ScheduledPublishing] Cancelling tasks
    2015-07-21 15:23:54,271 [177] INFO  Umbraco.Web.Scheduling.BackgroundTaskRunner - [P5864/T182/D7] [ScheduledPublishing] Tasks cancelled, terminated
    2015-07-21 15:23:54,271 [177] INFO  Umbraco.Core.UmbracoApplicationBase - [P5864/T182/D7] Application shutdown. Reason: ConfigurationChange
    2015-07-21 15:38:08,785 [29] INFO  Umbraco.Core.CoreBootManager - [P5864/T16/D12] Umbraco 7.2.8 application starting on INETC1496
    2015-07-21 15:38:08,847 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Determining hash of code files on disk
    2015-07-21 15:38:08,847 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Hash determined (took 7ms)
    2015-07-21 15:38:08,863 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
    2015-07-21 15:38:08,879 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 39 (took 18ms)
    2015-07-21 15:38:08,972 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
    2015-07-21 15:38:08,972 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
    2015-07-21 15:38:08,988 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
    2015-07-21 15:38:08,988 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 21 (took 2ms)
    2015-07-21 15:38:09,004 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
    2015-07-21 15:38:09,004 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 4 (took 1ms)
    2015-07-21 15:38:09,004 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
    2015-07-21 15:38:09,004 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 38 (took 3ms)
    2015-07-21 15:38:09,051 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
    2015-07-21 15:38:09,051 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 0ms)
    2015-07-21 15:38:09,051 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
    2015-07-21 15:38:09,051 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
    2015-07-21 15:38:09,754 [29] INFO  Umbraco.Core.DatabaseContext - [P5864/T16/D12] CanConnect = True
    2015-07-21 15:38:09,769 [29] INFO  umbraco.content - [P5864/T16/D12] Load Xml from file...
    2015-07-21 15:38:09,785 [29] INFO  umbraco.content - [P5864/T16/D12] Loaded Xml from file.
    2015-07-21 15:38:09,800 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
    2015-07-21 15:38:09,800 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 23 (took 1ms)
    2015-07-21 15:38:10,347 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
    2015-07-21 15:38:10,347 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 51 (took 4ms)
    2015-07-21 15:38:10,816 [29] INFO  Umbraco.Web.Cache.CacheRefresherEventHandler - [P5864/T16/D12] Initializing Umbraco internal event handlers for cache refreshing
    2015-07-21 15:38:10,847 [29] INFO  Umbraco.Web.Search.ExamineEvents - [P5864/T16/D12] Initializing Examine and binding to business logic events
    2015-07-21 15:38:10,925 [29] INFO  Umbraco.Web.Search.ExamineEvents - [P5864/T16/D12] Adding examine event handlers for index providers: 3
    2015-07-21 15:38:10,988 [29] ERROR Umbraco.Core.PluginManager - [P5864/T16/D12] Error creating type umbraco.presentation.nodeFactory.UmbracoSiteMapProviderAccessUpdate
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Configuration.ConfigurationErrorsException: Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user ''@'INETC1496' (using password: NO) (C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config line 276) ---> MySql.Data.MySqlClient.MySqlException: Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user ''@'INETC1496' (using password: NO) ---> MySql.Data.MySqlClient.MySqlException: Access denied for user ''@'INETC1496' (using password: NO)
       at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
       at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
       --- End of inner exception stack trace ---
       at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex)
       at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket()
       at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset)
       at MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset)
       at MySql.Data.MySqlClient.NativeDriver.Open()
       at MySql.Data.MySqlClient.Driver.Open()
       at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
       at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
       at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
       at MySql.Data.MySqlClient.MySqlPool.GetConnection()
       at MySql.Data.MySqlClient.MySqlConnection.Open()
       at MySql.Web.Common.SchemaManager.GetSchemaVersion(String connectionString)
       at MySql.Web.Common.SchemaManager.CheckSchema(String connectionString, NameValueCollection config)
       at MySql.Web.SiteMap.MySqlSiteMapProvider.Initialize(String name, NameValueCollection config)
       at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
       --- End of inner exception stack trace ---
       at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
       at System.Web.Configuration.ProvidersHelper.InstantiateProviders(ProviderSettingsCollection configProviders, ProviderCollection providers, Type providerType)
       at System.Web.Configuration.SiteMapSection.get_ProvidersInternal()
       at System.Web.SiteMap.Initialize()
       at System.Web.SiteMap.get_Provider()
       at umbraco.presentation.nodeFactory.UmbracoSiteMapProviderAccessUpdate..ctor()
       --- End of inner exception stack trace ---
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at System.Activator.CreateInstance(Type type)
       at Umbraco.Core.PluginManager.CreateInstances[T](IEnumerable`1 types, Boolean throwException)
    2015-07-21 15:38:10,988 [29] INFO  Umbraco.Core.CoreBootManager - [P5864/T16/D12] Umbraco application startup complete (took 2186ms)
    2015-07-21 15:38:11,613 [29] INFO  Umbraco.Core.ApplicationContext - [P5864/T16/D12] ApplicationUrl: http://runningbeside.me.1496soon2b.co.uk:80/umbraco (UmbracoModule request)
    2015-07-21 15:38:15,270 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Web.Trees.TreeController
    2015-07-21 15:38:15,270 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 1ms)
    2015-07-21 15:38:15,848 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of umbraco.interfaces.ITree
    2015-07-21 15:38:15,848 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of umbraco.interfaces.ITree, found 35 (took 1ms)
    2015-07-21 15:38:15,848 [29] WARN  Umbraco.Core.Services.ApplicationTreeService - [P5864/T16/D12] The tree definition: <add initialize="true" sortOrder="0" alias="ecTree" application="eventCalendar" title="Calendar" iconClosed="icon-folder" iconOpen="icon-folder-open" type="EventCalendarBelle.Trees.ECCalendarTreeController, EventCalendarBelle" /> could not be resolved to a .Net object type
    2015-07-21 15:38:15,864 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of Umbraco.Web.Trees.TreeController
    2015-07-21 15:38:15,864 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
    2015-07-21 15:38:15,864 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of umbraco.interfaces.ITree
    2015-07-21 15:38:15,864 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 0ms)
    2015-07-21 15:38:15,879 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of umbraco.interfaces.IApplication
    2015-07-21 15:38:15,879 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 1ms)
    2015-07-21 15:38:26,523 [29] INFO  Umbraco.Core.Publishing.PublishingStrategy - [P5864/T16/D12] Content 'Home' with Id '1289' has been published.
    2015-07-21 15:38:26,664 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Starting resolution types of umbraco.interfaces.ICacheRefresher
    2015-07-21 15:38:26,664 [29] INFO  Umbraco.Core.PluginManager - [P5864/T16/D12] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 20 (took 1ms)
    2015-07-21 15:38:30,841 [29] INFO  umbraco.content - [P5864/T16/D12] Save Xml to file...
    2015-07-21 15:38:30,856 [29] INFO  umbraco.content - [P5864/T16/D12] Saved Xml to file.
    
  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 21, 2015 @ 14:50
    Sebastiaan Janssen
    0

    Is this the clue you're looking for?

    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Configuration.ConfigurationErrorsException: Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user ''@'INETC1496' (using password: NO) (C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config line 276) ---> MySql.Data.MySqlClient.MySqlException: Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user ''@'INETC1496' (using password: NO) ---> MySql.Data.MySqlClient.MySqlException: Access denied for user ''@'INETC1496' (using password: NO)

  • Owain Williams 481 posts 1413 karma points MVP 7x c-trib
    Jul 21, 2015 @ 14:54
    Owain Williams
    0

    Ha! Didn't even spot that! So should that user account be given access to my umbraco database? It's not an account I have setup.

  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 21, 2015 @ 15:10
    Sebastiaan Janssen
    0

    I guess.. I'm not even sure what it's doing. Maybe check if you actually have a sitemapprovider in your web.config (we removed it a long time ago though), should look something like this:

    <siteMap defaultProvider="UmbracoSiteMapProvider" enabled="true">
    

    Well, it does say 2015-07-21 15:38:26,523 [29] INFO Umbraco.Core.Publishing.PublishingStrategy - [P5864/T16/D12] Content 'Home' with Id '1289' has been published.

    So I'm guessing that actually went okay, but to be sure about that, make sure to check the network tab of your browser's developers tools to make sure there's no javascript errors while publishing. Maybe this error comes up but it could be something else too.

  • Owain Williams 481 posts 1413 karma points MVP 7x c-trib
    Jul 21, 2015 @ 15:28
    Owain Williams
    0

    I've had a look in the network tab and I get a 500 error for /umbraco/backoffice/UmbracoApi/Content/PostSave

    The plot thickens.

  • Owain Williams 481 posts 1413 karma points MVP 7x c-trib
    Jul 21, 2015 @ 15:32
  • Sebastiaan Janssen 5058 posts 15520 karma points MVP admin hq
    Jul 21, 2015 @ 15:34
    Sebastiaan Janssen
    0

    Great!

    And.. damn you MySqlSiteMapProvider * shakes fist *
    :-)

Please Sign in or register to post replies

Write your reply to:

Draft