473,408 Members | 1,746 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,408 software developers and data experts.

JIT compilation hangs ASP.NET process

So I can't figure out how to Google for this problem, I'll
try asking for a solution here.

Whenever I deploy changes, whether they are changed
code-behind DLL's or ASPX/ASCX/ASAX pages to my staging and
production web servers the process hangs. I'm guessing it's
during the JIT compilation because if the process DOESN'T
hang, the problem never occurs after the first time you hit
the web application.

But once it hangs, it hangs for good and we have to
re-start IIS to get it to go away.

Is this a prominent problem with ASP.NET applications? This
is a real deal-breaker when it comes to deciding on a
development platform.
Nov 18 '05 #1
5 1716
jhe
I experience the same problem last night, do you finally
solved it? if I can benefit from your solution, it would
be great

Jhe

-----Original Message-----
So I can't figure out how to Google for this problem, I'll
try asking for a solution here.

Whenever I deploy changes, whether they are changed
code-behind DLL's or ASPX/ASCX/ASAX pages to my staging andproduction web servers the process hangs. I'm guessing it'sduring the JIT compilation because if the process DOESN'T
hang, the problem never occurs after the first time you hitthe web application.

But once it hangs, it hangs for good and we have to
re-start IIS to get it to go away.

Is this a prominent problem with ASP.NET applications? Thisis a real deal-breaker when it comes to deciding on a
development platform.
.

Nov 18 '05 #2
I found this KB article that documents a bug. It looks like
if you deploy more than 15 files the JIT compilation can
cause the asp.net process to hang.

http://support.microsoft.com/default...b;en-us;319947

But this doesn't really seem to apply in my situation
because I am using the code behind model.
-----Original Message-----
I experience the same problem last night, do you finally
solved it? if I can benefit from your solution, it would
be great

Jhe

-----Original Message-----
So I can't figure out how to Google for this problem, I'll
try asking for a solution here.

Whenever I deploy changes, whether they are changed
code-behind DLL's or ASPX/ASCX/ASAX pages to my staging

and
production web servers the process hangs. I'm guessing

it's
during the JIT compilation because if the process DOESN'T
hang, the problem never occurs after the first time you

hit
the web application.

But once it hangs, it hangs for good and we have to
re-start IIS to get it to go away.

Is this a prominent problem with ASP.NET applications?

This
is a real deal-breaker when it comes to deciding on a
development platform.
.

.

Nov 18 '05 #3
So this bug doesn't have anything to do with my app
hanging. I just edited one line on one aspx page and tried
to reload the page and the app has hung up.

Anyone have any ideas about where to start debugging this?
My app is written in managed code, no unsafe code and works
fine on my local machine (of course).
S
-----Original Message-----
I found this KB article that documents a bug. It looks like
if you deploy more than 15 files the JIT compilation can
cause the asp.net process to hang.

http://support.microsoft.com/default...b;en-us;319947

But this doesn't really seem to apply in my situation
because I am using the code behind model.
-----Original Message-----
I experience the same problem last night, do you finally
solved it? if I can benefit from your solution, it would
be great

Jhe

-----Original Message-----
So I can't figure out how to Google for this problem, I'll
try asking for a solution here.

Whenever I deploy changes, whether they are changed
code-behind DLL's or ASPX/ASCX/ASAX pages to my staging

and
production web servers the process hangs. I'm guessing

it's
during the JIT compilation because if the process DOESN'T
hang, the problem never occurs after the first time you

hit
the web application.

But once it hangs, it hangs for good and we have to
re-start IIS to get it to go away.

Is this a prominent problem with ASP.NET applications?

This
is a real deal-breaker when it comes to deciding on a
development platform.
.

.

.

Nov 18 '05 #4
For those of you playing the home game.

Never, EVER let your sys admin run a screen saver on your
web server. Especially not a Flash screen saver.

-----Original Message-----
So this bug doesn't have anything to do with my app
hanging. I just edited one line on one aspx page and tried
to reload the page and the app has hung up.

Anyone have any ideas about where to start debugging this?
My app is written in managed code, no unsafe code and works
fine on my local machine (of course).
S
-----Original Message-----
I found this KB article that documents a bug. It looks like
if you deploy more than 15 files the JIT compilation can
cause the asp.net process to hang.

http://support.microsoft.com/default...b;en-us;319947

But this doesn't really seem to apply in my situation
because I am using the code behind model.
-----Original Message-----
I experience the same problem last night, do you finally
solved it? if I can benefit from your solution, it would
be great

Jhe
-----Original Message-----
So I can't figure out how to Google for this problem, I'll
try asking for a solution here.

Whenever I deploy changes, whether they are changed
code-behind DLL's or ASPX/ASCX/ASAX pages to my staging
and
production web servers the process hangs. I'm guessing
it's
during the JIT compilation because if the process DOESN'T
hang, the problem never occurs after the first time you
hit
the web application.

But once it hangs, it hangs for good and we have to
re-start IIS to get it to go away.

Is this a prominent problem with ASP.NET applications?
This
is a real deal-breaker when it comes to deciding on a
development platform.
.

.

.

.

Nov 18 '05 #5
I get the same behavior in my web application. I am using VS.NET v7.0.9466 and .NET framework v1.0.3705. The first invocation after a build hangs the worker process. I am running it on my dev box on a Win2K professional with IIS 5.0

Event Viewer Log

aspnet_wp.exe (PID: 2404) 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.

- Amitava
Nov 18 '05 #6

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

Similar topics

6
by: Dan | last post by:
I've created a pocketpc app which has a startup form containing a listview. The form creates an object which in turn creates a System.Threading.Timer. It keeps track of the Timer state using a...
10
by: Tomas Vera | last post by:
Hello All, I'ma having trouble getting GetCurrentProcess() to work properly. What I'm trying to accomplish is list all running processes. But my call get GetProcesses() hangs. While testing...
2
by: JD | last post by:
Hello, I'm experiencing a problem that I'm hoping someone might be able to shed some light on. I have an ASP.NET page on a Windows 2000 machine that makes web service calls to a .NET web...
12
by: JohnR | last post by:
I have narrowed a problem down to a simple example. A form with two buttons. One EXIT and one FBD. The exit button does an "END" to end the application. The FBD button does a...
6
by: Alexander Widera | last post by:
hello, if i start a program (an exe-file) with Process.Start(...) I don't have the required permissions that the programm needs (i could start the programm but the program needs special rights)....
0
by: jeff.dyke | last post by:
I am using ftplib in some code that does exactly what you would expect. It ftp's files. Its running inside a service running on windows xp and windows 2003 servers, approximately 20 installations...
2
by: test3 | last post by:
Hello folks, I'm using System.Diagnostics.Process to start a thirdparty program (that works perfectly when started via command line). I'm using Process.StandardOutput to get the output of the...
3
by: nonstopkaran | last post by:
hey i am handling a small application, it is running well. but very rarely it hangs... (i.e) loggin page itself will take more than 10m and the response will be very very slow. config: ...
5
by: Saya | last post by:
Hi Folks, I have now spend app. 3 days to get the below scenario to work, but can not get there! ..Net version = 2.0.50727 Windows version = Microsoft Windows = Windows Server 2003 Now I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.