SORRRY for not writing it in english :)
Hey all,
I get a wierd error in umbraco v4 beta (build 09/17/08).
I have both got the error when i was in the admin trying to open a template in the settings section and in front end when trying to display a page using that specific template.
Here is the error description from the event log and hope someone knows whats wrong in the umbraco system og my permissions on the server (my own server). ASP.NET have modify rights for the masterpage folder. This time i got the error 3 times in 10 min when trying to see a page on the website that uses the page template. And suddently the page got blank and i went into the admin and the page template was EMPTY! How could that happen? I am the only one that have access to the admin part and i hasent deleted it :)
Code:Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 19/09/2008 07:56:32
Event time (UTC): 19/09/2008 06:56:32
Event ID: 7364d0610131475aa088a1ff4ea3b281
Event sequence: 5
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: ****
Trust level: Full
Application Virtual Path: /
Application Path: ****
Machine name: ****
Process information:
Process ID: 4700
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: IOException
Exception message: The process cannot access the file 'C:\inetpub\wwwroot\****\www\masterpages\Page.master' because it is being used by another process.
Request information:
Request URL: http://****/umbraco/editContent.aspx?id=1356
Request path: /umbraco/editContent.aspx
User host address: ****
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamWriter.CreateFile(String path, Boolean append)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path, Boolean append)
at System.IO.File.CreateText(String path)
at umbraco.cms.businesslogic.template.Template.SaveMasterPageFile(String masterPageContent) in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 327
at umbraco.cms.businesslogic.template.Template.set_Design(String value) in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 152
at umbraco.cms.businesslogic.template.Template.setupTemplate() in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 101
at umbraco.cms.businesslogic.template.Template..ctor(Int32 id) in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 39
at umbraco.cms.businesslogic.template.Template.getMasterPageHeader() in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 317
at umbraco.cms.businesslogic.template.Template.SaveMasterPageFile(String masterPageContent) in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 328
at umbraco.cms.businesslogic.template.Template.set_Design(String value) in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 152
at umbraco.cms.businesslogic.template.Template.setupTemplate() in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 101
at umbraco.cms.businesslogic.template.Template..ctor(Int32 id) in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\template\Template.cs:line 39
at umbraco.cms.businesslogic.web.DocumentType.get_allowedTemplates() in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\cms\businesslogic\web\DocumentType.cs:line 174
at umbraco.cms.presentation.editContent.OnInit(EventArgs e) in d:\inetpub\wwwroot\ccnet\Source\Umbraco 3.1\umbraco\presentation\umbraco\editContent.aspx.cs:line 432
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)