I just finished the migration of a website from 4.7.1.1 to 6.0.0, and I noticed that after I click "save and publish" on any node (in this case "won"), Umbraco restarts, this is from my logs:
2013-02-25 15:12:48,239 [32] INFO Umbraco.Core.Publishing.PublishingStrategy - [Thread 45] Content 'won' with Id '3670' has been published.
2013-02-25 15:12:51,239 [20] INFO Umbraco.Core.PluginManager - [Thread 48] Determining hash of code files on disk
Have to add that the site it's running on Windows Azure Websites + SQL Azure database. Could it be a permission problem on umbraco.config file ? I also have some errors stating that this file cannot be accessed because it's in use by another process ...
1. I set up this site on azurewebsites.net, by using the Umbraco installation Microsoft provides in the application gallery (4.11.3)
2. I upgraded it to Umbraco 6 by copying the files using FTP
3. I'm using a custom membership
The biggest problem is that when Umbraco restarts, the logged in users are logged out automatically (and the asp:LoginStatus and asp:LoginName controls which are on the master page are not updated). Very annoying ...
Umbraco 6 restarts after node publishing
Hi everyone,
I just finished the migration of a website from 4.7.1.1 to 6.0.0, and I noticed that after I click "save and publish" on any node (in this case "won"), Umbraco restarts, this is from my logs:
2013-02-25 15:12:48,239 [32] INFO Umbraco.Core.Publishing.PublishingStrategy - [Thread 45] Content 'won' with Id '3670' has been published.
2013-02-25 15:12:51,114 [20] INFO Umbraco.Core.CoreBootManager - [Thread 48] Umbraco application starting
2013-02-25 15:12:51,239 [20] INFO Umbraco.Core.PluginManager - [Thread 48] Determining hash of code files on disk
Have to add that the site it's running on Windows Azure Websites + SQL Azure database. Could it be a permission problem on umbraco.config file ? I also have some errors stating that this file cannot be accessed because it's in use by another process ...
Also, I have to add the following:
1. I set up this site on azurewebsites.net, by using the Umbraco installation Microsoft provides in the application gallery (4.11.3)
2. I upgraded it to Umbraco 6 by copying the files using FTP
3. I'm using a custom membership
The biggest problem is that when Umbraco restarts, the logged in users are logged out automatically (and the asp:LoginStatus and asp:LoginName controls which are on the master page are not updated). Very annoying ...
Ended up by setting the ContinouslyUpdateXmlDiskCache to false, now seems to work OK.
is working on a reply...