Recyclye of ASP.net

V

Vani

Friends,

I have this error in my event log for ASP.NET Worker
Process.

Severity: Critical Error
Source: ASP.NET 1.0.3705.288
Name: ASP.NET Process Recycled - Deadlocked State Detected
Description: aspnet_wp.exe (PID: 2168) was recycled
because it was suspected to be in a deadlocked state. It
did not send any responses for pending requests in the
last 180 seconds.
Domain: MYDOMAIN
Agent: COMPUTERNAME
Time: 10/25/2003 19:23:23

At the same time I have also Security Event ID 560 for
Category Object Access with a weird Object name
c:\winnt\KLMNOPQRSTUVWXYZ and process id 2096 with a
primary user name being ASPNET.The Accesses this account
is trying is Synchronize ReadData(or list directory).

Is there any link between these two? How to resolve this
issue? This is happening only on SSL servers.

Any help is appreciated.
 
J

Jim Cheshire [MSFT]

Vani,

Deadlocks can be legitimate or illegitimate. If you are encountering a
legitimate deadlock, it can be caused by long running queries or pages that
take a very long time to execute. You can resolve those issues by
adjusting the ResponseDeadlockInterval attribute in the processModel
element of the machine.config file.

If it is a deadlock caused by a hang, that's a bit harder to troubleshoot.
Your best bet would be to open a case with us and we'll collect a dump and
some Performance Monitor logs from you and will then be able to help you
troubleshoot it.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
V

Vani

What about the security event? ID 560 for Category Object
Access with a weird Object name c:\winnt\KLMNOPQRSTUVWXYZ
and process id 2096 with a primary user name being ASPNET.
The Accesses this account is trying is Synchronize ReadData
(or list directory).Is there any link between these two?
-----Original Message-----
Vani,

Deadlocks can be legitimate or illegitimate. If you are encountering a
legitimate deadlock, it can be caused by long running queries or pages that
take a very long time to execute. You can resolve those issues by
adjusting the ResponseDeadlockInterval attribute in the processModel
element of the machine.config file.

If it is a deadlock caused by a hang, that's a bit harder to troubleshoot.
Your best bet would be to open a case with us and we'll collect a dump and
some Performance Monitor logs from you and will then be able to help you
troubleshoot it.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Vani" <[email protected]>
Sender: "Vani" <[email protected]>
Subject: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 07:21:48 -0800
Lines: 26
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOcngo7iIaDkAwpQpeVYJ5MeYGbKQ==
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:186724
NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Friends,

I have this error in my event log for ASP.NET Worker
Process.

Severity: Critical Error
Source: ASP.NET 1.0.3705.288
Name: ASP.NET Process Recycled - Deadlocked State Detected
Description: aspnet_wp.exe (PID: 2168) was recycled
because it was suspected to be in a deadlocked state. It
did not send any responses for pending requests in the
last 180 seconds.
Domain: MYDOMAIN
Agent: COMPUTERNAME
Time: 10/25/2003 19:23:23

At the same time I have also Security Event ID 560 for
Category Object Access with a weird Object name
c:\winnt\KLMNOPQRSTUVWXYZ and process id 2096 with a
primary user name being ASPNET.The Accesses this account
is trying is Synchronize ReadData(or list directory).

Is there any link between these two? How to resolve this
issue? This is happening only on SSL servers.

Any help is appreciated.

.
 
C

Chance Hopkins

good news is it was a security failure of somekind, as opposed to success ;-)

http://www.eventid.net/display.asp?eventid=560&source=

that site is nice for looking up events

have a good one.

Vani said:
What about the security event? ID 560 for Category Object
Access with a weird Object name c:\winnt\KLMNOPQRSTUVWXYZ
and process id 2096 with a primary user name being ASPNET.
The Accesses this account is trying is Synchronize ReadData
(or list directory).Is there any link between these two?
-----Original Message-----
Vani,

Deadlocks can be legitimate or illegitimate. If you are encountering a
legitimate deadlock, it can be caused by long running queries or pages that
take a very long time to execute. You can resolve those issues by
adjusting the ResponseDeadlockInterval attribute in the processModel
element of the machine.config file.

If it is a deadlock caused by a hang, that's a bit harder to troubleshoot.
Your best bet would be to open a case with us and we'll collect a dump and
some Performance Monitor logs from you and will then be able to help you
troubleshoot it.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Vani" <[email protected]>
Sender: "Vani" <[email protected]>
Subject: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 07:21:48 -0800
Lines: 26
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOcngo7iIaDkAwpQpeVYJ5MeYGbKQ==
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:186724
NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Friends,

I have this error in my event log for ASP.NET Worker
Process.

Severity: Critical Error
Source: ASP.NET 1.0.3705.288
Name: ASP.NET Process Recycled - Deadlocked State Detected
Description: aspnet_wp.exe (PID: 2168) was recycled
because it was suspected to be in a deadlocked state. It
did not send any responses for pending requests in the
last 180 seconds.
Domain: MYDOMAIN
Agent: COMPUTERNAME
Time: 10/25/2003 19:23:23

At the same time I have also Security Event ID 560 for
Category Object Access with a weird Object name
c:\winnt\KLMNOPQRSTUVWXYZ and process id 2096 with a
primary user name being ASPNET.The Accesses this account
is trying is Synchronize ReadData(or list directory).

Is there any link between these two? How to resolve this
issue? This is happening only on SSL servers.

Any help is appreciated.

.
 
J

Jim Cheshire [MSFT]

Vani,

That event indicates that a user right (more than likely) has been denied
to a specific account. Is it related? That's impossible to say without
knowing why you are receiving a deadlock, and to do that, we'd need Perfmon
logs and a dump.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Vani" <[email protected]>
Sender: "Vani" <[email protected]>
References: <[email protected]>
Subject: RE: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 10:20:34 -0800
Lines: 87
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOctwNQqKxeNt0zQcix22gznTl7Tg==
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:186775
NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

What about the security event? ID 560 for Category Object
Access with a weird Object name c:\winnt\KLMNOPQRSTUVWXYZ
and process id 2096 with a primary user name being ASPNET.
The Accesses this account is trying is Synchronize ReadData
(or list directory).Is there any link between these two?
-----Original Message-----
Vani,

Deadlocks can be legitimate or illegitimate. If you are encountering a
legitimate deadlock, it can be caused by long running queries or pages that
take a very long time to execute. You can resolve those issues by
adjusting the ResponseDeadlockInterval attribute in the processModel
element of the machine.config file.

If it is a deadlock caused by a hang, that's a bit harder to troubleshoot.
Your best bet would be to open a case with us and we'll collect a dump and
some Performance Monitor logs from you and will then be able to help you
troubleshoot it.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Vani" <[email protected]>
Sender: "Vani" <[email protected]>
Subject: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 07:21:48 -0800
Lines: 26
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcOcngo7iIaDkAwpQpeVYJ5MeYGbKQ==
Newsgroups: microsoft.public.dotnet.framework.aspnet
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:186724
NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Friends,

I have this error in my event log for ASP.NET Worker
Process.

Severity: Critical Error
Source: ASP.NET 1.0.3705.288
Name: ASP.NET Process Recycled - Deadlocked State Detected
Description: aspnet_wp.exe (PID: 2168) was recycled
because it was suspected to be in a deadlocked state. It
did not send any responses for pending requests in the
last 180 seconds.
Domain: MYDOMAIN
Agent: COMPUTERNAME
Time: 10/25/2003 19:23:23

At the same time I have also Security Event ID 560 for
Category Object Access with a weird Object name
c:\winnt\KLMNOPQRSTUVWXYZ and process id 2096 with a
primary user name being ASPNET.The Accesses this account
is trying is Synchronize ReadData(or list directory).

Is there any link between these two? How to resolve this
issue? This is happening only on SSL servers.

Any help is appreciated.

.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top