473,387 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Recyclye of ASP.net

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.
Nov 17 '05 #1
4 1113
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
ja******@online.microsoft.com

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

--------------------
Content-Class: urn:content-classes:message
From: "Vani" <an*******@discussions.microsoft.com>
Sender: "Vani" <an*******@discussions.microsoft.com>
Subject: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 07:21:48 -0800
Lines: 26
Message-ID: <00****************************@phx.gbl>
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.


Nov 17 '05 #2
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 alegitimate deadlock, it can be caused by long running queries or pages thattake a very long time to execute. You can resolve those issues byadjusting the ResponseDeadlockInterval attribute in the processModelelement 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 andsome Performance Monitor logs from you and will then be able to help youtroubleshoot it.

Jim Cheshire [MSFT]
Developer Support
ASP.NET
ja******@online.microsoft.com

This post is provided as-is with no warranties and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: "Vani" <an*******@discussions.microsoft.com>
Sender: "Vani" <an*******@discussions.microsoft.com>
Subject: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 07:21:48 -0800
Lines: 26
Message-ID: <00****************************@phx.gbl>
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:186724NNTP-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 DetectedDescription: 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.


.

Nov 17 '05 #3
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" <an*******@discussions.microsoft.com> wrote in message news:00****************************@phx.gbl...
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
ja******@online.microsoft.com

This post is provided as-is with no warranties and

confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Vani" <an*******@discussions.microsoft.com>
Sender: "Vani" <an*******@discussions.microsoft.com>
Subject: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 07:21:48 -0800
Lines: 26
Message-ID: <00****************************@phx.gbl>
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:186724NNTP-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 DetectedDescription: 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.


.

Nov 17 '05 #4
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
ja******@online.microsoft.com

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

--------------------
Content-Class: urn:content-classes:message
From: "Vani" <an*******@discussions.microsoft.com>
Sender: "Vani" <an*******@discussions.microsoft.com>
References: <00****************************@phx.gbl> <0B*************@cpmsftngxa06.phx.gbl>Subject: RE: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 10:20:34 -0800
Lines: 87
Message-ID: <00****************************@phx.gbl>
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
ja******@online.microsoft.com

This post is provided as-is with no warranties and

confers no rights.

--------------------
Content-Class: urn:content-classes:message
From: "Vani" <an*******@discussions.microsoft.com>
Sender: "Vani" <an*******@discussions.microsoft.com>
Subject: Recyclye of ASP.net
Date: Mon, 27 Oct 2003 07:21:48 -0800
Lines: 26
Message-ID: <00****************************@phx.gbl>
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.gblmicrosoft.public.dotnet.framework.aspnet:186724NNTP-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 StateDetectedDescription: 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.


.


Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.