Sitecore CMS 6.2 - 无法启动

发布于 2024-09-28 05:42:36 字数 770 浏览 3 评论 0原文

我的本地 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧伤还要旧人安 2024-10-05 05:42:36

我清除了 ..\Data\indexes\__system 文件夹中的所有文件,并解决了问题。

I cleared my ..\Data\indexes\__system folder of all files and that fixed the problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文