Sitecore CMS 6.2 - 无法启动
我的本地 Sitecore CMS 6.2.0.3322 已停止工作。我无法再启动本地调试版本并将其附加到 IIS 或 WebDev.WebServer20.exe(VS2010 内置 Web 服务器)。
当我开始使用 WebDev 时,我看到调试输出窗口中每秒出现几次以下消息:
mscorlib.dll 中发生了“System.IO.IOException”类型的第一次机会异常
如果我运行进程监视器,我会以大致相同的频率看到以下内容。
Date & Time: 22/10/2010 11:10:37 a.m.
Event Class: File System
Operation: CreateFile
Result: NAME COLLISION
Path: D:\Development\<project name>\Data\indexes\__system\write.lock
TID: 4948
Duration: 0.0000388
Desired Access: Generic Read/Write
Disposition: Create
Options: Synchronous IO Non-Alert, Non-Directory File, Open No Recall
Attributes: n/a
ShareMode: Read
AllocationSize: 0
这将无限期地继续下去,而不会出现该网站。我怀疑文件系统上的锁定发生了某种形式的死锁。
My local Sitecore CMS 6.2.0.3322 has stopped working. I can no longer start up a local debug build and attach it to IIS or WebDev.WebServer20.exe (The VS2010 built in web server).
When I start with WebDev I'm seeing the following message appear in the debug output window a couple of times a second:
A first chance exception of type 'System.IO.IOException' occurred in mscorlib.dll
If I run Process Monitor I'm seeing the following at approximately the same frequency.
Date & Time: 22/10/2010 11:10:37 a.m.
Event Class: File System
Operation: CreateFile
Result: NAME COLLISION
Path: D:\Development\<project name>\Data\indexes\__system\write.lock
TID: 4948
Duration: 0.0000388
Desired Access: Generic Read/Write
Disposition: Create
Options: Synchronous IO Non-Alert, Non-Directory File, Open No Recall
Attributes: n/a
ShareMode: Read
AllocationSize: 0
This will continue indefinitely without the site appearing. I suspect there is some form of deadlock occurring with the locking on the file system.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我清除了 ..\Data\indexes\__system 文件夹中的所有文件,并解决了问题。
I cleared my ..\Data\indexes\__system folder of all files and that fixed the problem.