Forum

IIS Patlama Sorunu
 
Bildirimler
Hepsini Temizle

IIS Patlama Sorunu

3 Yazılar
3 Üyeler
0 Likes
3,264 Görüntüleme
(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

Merhaba, ASP.NET yazdığım bir web yazılımı var visual studio local emulator ile web site bitene kadar bir sorun olduğunu farketmemiştim yalnız IIS8 sunucuma kurduğumda 1-2 farklı makineden siteye girdiğinde 1-2 dakikalık yüklenme sonunda aşağıdaki hataya atıyor ve IIS'den siteyi resetlemeden bidaha hiç gelmiyor kendine.

SQL sorgularından sonra bağlantıları her ihtimalde kapatıyorum.

CPU Monitoring den izliyorum her hangi bir yükselme olmuyor.

Son Event Viewer Logları:

A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '7588'.

A worker process with process id of '10068' serving application pool 'DefaultAppPool' was shutdown due to inactivity.  Application Pool timeout configuration was set to 20 minutes.  A new worker process will be started when needed.

Server Error in '/' Application.


Request timed out.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Web.HttpException: Request timed out.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 

[HttpException (0x80004005): Request timed out.]

 


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1649.1

 
Gönderildi : 04/08/2017 20:54

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 32988
Illustrious Member Yönetici
 

Merhaba

IIS tarafı için yorum yapabilirim, çünkü yazılım uzmanlığım değil, aşağıdaki hatalar ki aslında bunlar hata değil uyarı normal

A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '7588'.

A worker process with process id of '10068' serving application pool 'DefaultAppPool' was shutdown due to inactivity.  Application Pool timeout configuration was set to 20 minutes.  A new worker process will be started when needed.

Yani 20 dakika boyunca siteye bir istek gelmez ise bu varsayılan olarak App Pool w3pe.exe yi kapatır kaynak kullanımı için, yani bu sorun değil, bence koda bakmak lazım ama onu da yazılım bilen birisi yorumlamalı.

Onun içinde bu kaynağı kullanabilirsiniz

https://blogs.msdn.microsoft.com/asiatech/2012/06/20/how-to-troubleshoot-httpexception-request-timed-out-asp-net-4-0-64-bit/

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 05/08/2017 01:38

(@OmerUcler)
Gönderiler: 506
Prominent Member
 

Merhaba, ASP.NET yazdığım bir web yazılımı var visual studio local emulator ile web site bitene kadar bir sorun olduğunu farketmemiştim yalnız IIS8 sunucuma kurduğumda 1-2 farklı makineden siteye girdiğinde 1-2 dakikalık yüklenme sonunda aşağıdaki hataya atıyor ve IIS'den siteyi resetlemeden bidaha hiç gelmiyor kendine.

SQL sorgularından sonra bağlantıları her ihtimalde kapatıyorum.

CPU Monitoring den izliyorum her hangi bir yükselme olmuyor.

Son Event Viewer Logları:

A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '7588'.

A worker process with process id of '10068' serving application pool 'DefaultAppPool' was shutdown due to inactivity.  Application Pool timeout configuration was set to 20 minutes.  A new worker process will be started when needed.

Server Error in '/' Application.


Request timed out.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Web.HttpException: Request timed out.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 

[HttpException (0x80004005): Request timed out.]

 


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1649.1

Merhaba,

Sorun ile ilgili olarak System Event Log'ları içerisinde 5009 ile 5013 aralığında bir hata alıyor musunuz?

(Event ID 5011 Application Pool Crash)

Teşekkürler.

 
Gönderildi : 06/08/2017 20:11

Paylaş: