网络运行时崩溃 [英] Net runtime crash

查看:68
本文介绍了网络运行时崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我有一个非常奇怪的错误,并会优雅地欢迎任何帮助

我们开发了在生产服务器上运行的ASP.Net应用程序,Net

Framework 1.1,IIS 6.0,应用程序非常庞大,拥有数百个用户控件并在大量请求下工作负载:200-1000

连接会话和数百万每日页面浏览量

申请表稳定;唯一且迫切的问题是:


每天大约10次,在接听时间更频繁,我们在Windows事件日志中看到这个

错误:


事件类型:错误

事件来源:.NET运行时

事件类别:无

事件ID:0

日期:21/12/2005

时间:18:42:28

用户:N / A

计算机:XXX

描述:

源(.NET运行时)中事件ID(0)的描述不能是
找到。本地计算机可能没有必要的注册表

信息或消息DLL文件来显示来自远程
计算机的消息。您可以使用/ AUXSOURCE =标志来检索此

描述;请参阅帮助和支持以获取详细信以下

信息是事件的一部分:.NET Runtime版本1.1.4322.2300-

安装错误:无法从资源文件加载资源

请检查您的设置。


在此之后,连接到应用程序池的工作进程被回收并且应用程序非常缓慢,直到它加载所有

资源和更新的所有缓存条目(我们使用服务器缓存
(HttpContext.Current.Cache)来节省昂贵的查询结果),这是不可接受的
我们的客户。


事件的描述非常笼统,我所有的Google研究

都无法帮助我找到有关事件来源的有用信息。


我不相信有人能告诉我

问题的确切来源,

但有关什么的说明我可以研究这个问题:

调试工具,一些工具来获取更具描述性的事件来源

描述一般提示如何研究这类问题将是非常非常非常欢迎


万分感谢您的帮助

>

Hi guys
I have a very weird bug and will welcome gracefully any help
We developed ASP.Net application that run on production server, Net
Framework 1.1 , IIS 6.0, the application is huge, having hundreds of
user controls and worked under massive requests load : 200-1000
connected sessions and millions of page views per day
The application is stable; the only and urgent problem is that:

About 10 times per day, more frequently at pick hours, we see this
error in windows event log:

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 21/12/2005
Time: 18:42:28
User: N/A
Computer: XXX
Description:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following
information is part of the event: .NET Runtime version 1.1.4322.2300-
Setup Error: Failed to load resources from resource file
Please check your Setup.

After this the worker process that connected to application pool is
recycled and application is extremely slowly till it loads all
resources and updated all cache entries (we use server cache
(HttpContext.Current.Cache) to save expensive queries results), it is
unacceptable for our client.

The description of event is very general, and all my Google research
can''t help me to find helpful information about source of event.

I do not believe that somebody can tell me exactly the source of the
problem,
But any instructions about what I can to do research the problem:
debugging tools, some tools to get more descriptive event source
description, general tips how to research this kind of problem would be
very, very welcome

Thanks a million for any help

推荐答案




因为你已经是一个非常一般的错误和2(经常)的原因

为什么你能看到这个问题正在发生是因为......

1)安全问题 - >尝试使用来自 www.sysinternals.com 的Filemon和Regmon实用程序


2).NET框架中的一些损坏文件。卸载框架和

重新安装它,看看是否有帮助...


HTH

-

谢谢,

Rahul Soni

" ek *@hotbox.ru"写道:
Hi,

As you already it is a very generic error and the 2 (quite often) reasons
why you could see this issue is happening is because of...
1) Security issues -> Try using Filemon and Regmon utility from
www.sysinternals.com

2) Some corrupt files in your .NET framework. Uninstall the Framework and
re-install it to see if that helps...

HTH
--
Thanks,
Rahul Soni
"ek*@hotbox.ru" wrote:
大家好
我有一个非常奇怪的错误,并会优雅地欢迎任何帮助
我们开发了在生产服务器上运行的ASP.Net应用程序,Net <框架1.1,IIS 6.0,应用程序庞大,拥有数百个用户控件并在大量请求下工作负载:200-1000
连接会话和每天数百万页面浏览量
应用稳定;唯一且迫切的问题是:

每天大约10次,在接听时间更频繁,我们在Windows事件日志中看到这个
错误:

事件类型:错误
事件来源:.NET运行时
事件类别:无
事件ID:0
日期:21/12/2005
时间:18:42: 28
用户:N / A
计算机:XXX
无法找到源(.NET运行时)中事件ID(0)的描述。本地计算机可能没有必要的注册表信息或消息DLL文件来显示来自远程计算机的消息。您可以使用/ AUXSOURCE =标志来检索此描述;请参阅帮助和支持以获取详细信以下
信息是事件的一部分:.NET运行时版本1.1.4322.2300-
安装错误:无法从资源文件加载资源
请检查您的安装程序。
)(HttpContext.Current .Cache)为了节省昂贵的查询结果),对我们的客户来说是不可接受的。

对事件的描述非常笼统,我所有的谷歌研究都无法做到帮助我找到有关活动来源的有用信息。

我不相信有人能告诉我确切问题的来源,
但是有关我能做什么的任何指示做研究问题:调试工具,一些工具,以获得更具描述性的事件来源描述,一般提示如何研究这类问题将是非常的,v非常欢迎

万分感谢您的帮助
Hi guys
I have a very weird bug and will welcome gracefully any help
We developed ASP.Net application that run on production server, Net
Framework 1.1 , IIS 6.0, the application is huge, having hundreds of
user controls and worked under massive requests load : 200-1000
connected sessions and millions of page views per day
The application is stable; the only and urgent problem is that:

About 10 times per day, more frequently at pick hours, we see this
error in windows event log:

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 0
Date: 21/12/2005
Time: 18:42:28
User: N/A
Computer: XXX
Description:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following
information is part of the event: .NET Runtime version 1.1.4322.2300-
Setup Error: Failed to load resources from resource file
Please check your Setup.

After this the worker process that connected to application pool is
recycled and application is extremely slowly till it loads all
resources and updated all cache entries (we use server cache
(HttpContext.Current.Cache) to save expensive queries results), it is
unacceptable for our client.

The description of event is very general, and all my Google research
can''t help me to find helpful information about source of event.

I do not believe that somebody can tell me exactly the source of the
problem,
But any instructions about what I can to do research the problem:
debugging tools, some tools to get more descriptive event source
description, general tips how to research this kind of problem would be
very, very welcome

Thanks a million for any help



谢谢Rahul

我们已经使用过filemon并且输出看起来还不错

但是重新安装框架是一个有趣的想法


非常感谢

会让你及时更新过程


EV


-

通过.NET新闻组发送
http://www.dotnetnewsgroups.com
Thanks Rahul
we already used filemon and the outputs looks ok
but reinstalling framework is an interesting idea

many thanks
will keep you updated regarding process

EV

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com


嘿Rahul,

如果我将在调试模式下部署应用程序

你怎么想,它会在事件日志中写出更详细的信息


万分感谢


EV

-

通过.NET新闻组发送
http://www.dotnetnewsgroups.com
hey Rahul,
if i will deploy the application in debug mode
what do you think, will it write more detailed info in event log

Thanks a million

EV
--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com


这篇关于网络运行时崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆