473,803 Members | 3,463 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Long Actions/Events Crashes

Hello All

I have a web application Asp.Net 2.0 with Oracle DB.

I have one event that takes 1-5 miuntes, when the event is short it suceeded
but where a lot of action are required and the event exceed 2 minutes it
crashes.

With this error log:

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 5/10/2007
Time: 6:11:16 PM
User: N/A
Computer: IL-DEV-WB02-VM
Description:
Event code: 3001
Event message: The request has been aborted.
Event time: 5/10/2007 6:11:16 PM
Event time (UTC): 5/10/2007 3:11:16 PM
Event ID: 4cfcd4295c5d411 5920e9cff35ca2b ee
Event sequence: 47
Event occurrence: 2
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/575119871/ROOT-1-128232663547575 962
Trust level: Full
Application Virtual Path: /
Application Path: d:\Apps\tutest\
Machine name: IL-DEV-WB02-VM

Process information:
Process ID: 11784
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWO RK SERVICE

Exception information:
Exception type: HttpException
Exception message: Request timed out.

Request information:
Request URL:
http://tutest.mis.amat.com/ToolAdmin..._CallBack=true
Request path: /ToolAdmin/TAAlocation.asp x
User host address: 10.201.10.123
User: 521
Is authenticated: True
Authentication Type: Forms
Thread account name: NT AUTHORITY\NETWO RK SERVICE

Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWO RK SERVICE
Is impersonating: False
Stack trace:

We tried to extend the SciptTimeOut property both in code and IIS, we also
assured that the Compilation Debug is set to false as needed.

Still no luck

Can you please help me

May 14 '07 #1
2 4231
You can try setting <httpRuntime executionTimeou t="xxx"/in the web.config
file. xxx is in seconds.

If you have long requests I would rather consider introducing another
module, possible a Windows service, that would handle long requests. The web
application would just submit requests for processing.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"IKatzav" <IK*****@discus sions.microsoft .comwrote in message
news:83******** *************** ***********@mic rosoft.com...
Hello All

I have a web application Asp.Net 2.0 with Oracle DB.

I have one event that takes 1-5 miuntes, when the event is short it
suceeded
but where a lot of action are required and the event exceed 2 minutes it
crashes.

With this error log:

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 5/10/2007
Time: 6:11:16 PM
User: N/A
Computer: IL-DEV-WB02-VM
Description:
Event code: 3001
Event message: The request has been aborted.
Event time: 5/10/2007 6:11:16 PM
Event time (UTC): 5/10/2007 3:11:16 PM
Event ID: 4cfcd4295c5d411 5920e9cff35ca2b ee
Event sequence: 47
Event occurrence: 2
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/575119871/ROOT-1-128232663547575 962
Trust level: Full
Application Virtual Path: /
Application Path: d:\Apps\tutest\
Machine name: IL-DEV-WB02-VM

Process information:
Process ID: 11784
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWO RK SERVICE

Exception information:
Exception type: HttpException
Exception message: Request timed out.

Request information:
Request URL:
http://tutest.mis.amat.com/ToolAdmin..._CallBack=true
Request path: /ToolAdmin/TAAlocation.asp x
User host address: 10.201.10.123
User: 521
Is authenticated: True
Authentication Type: Forms
Thread account name: NT AUTHORITY\NETWO RK SERVICE

Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWO RK SERVICE
Is impersonating: False
Stack trace:

We tried to extend the SciptTimeOut property both in code and IIS, we also
assured that the Compilation Debug is set to false as needed.

Still no luck

Can you please help me

May 14 '07 #2
Hi,

Thanks a lot, it works fine.
I have a question regarding it: In our environment the event exceed 2
minutes (2-2.5 minutes, without adding <httpRuntime executionTimeou t="xxx"/>
to the Web.Config ). In other environment site (2-5 minutes) it works just
with adding <httpRuntime executionTimeou t="xxx">. do you have an idea why it
behaves differently ?


"Eliyahu Goldin" wrote:
You can try setting <httpRuntime executionTimeou t="xxx"/in the web.config
file. xxx is in seconds.

If you have long requests I would rather consider introducing another
module, possible a Windows service, that would handle long requests. The web
application would just submit requests for processing.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
"IKatzav" <IK*****@discus sions.microsoft .comwrote in message
news:83******** *************** ***********@mic rosoft.com...
Hello All

I have a web application Asp.Net 2.0 with Oracle DB.

I have one event that takes 1-5 miuntes, when the event is short it
suceeded
but where a lot of action are required and the event exceed 2 minutes it
crashes.

With this error log:

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 5/10/2007
Time: 6:11:16 PM
User: N/A
Computer: IL-DEV-WB02-VM
Description:
Event code: 3001
Event message: The request has been aborted.
Event time: 5/10/2007 6:11:16 PM
Event time (UTC): 5/10/2007 3:11:16 PM
Event ID: 4cfcd4295c5d411 5920e9cff35ca2b ee
Event sequence: 47
Event occurrence: 2
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/575119871/ROOT-1-128232663547575 962
Trust level: Full
Application Virtual Path: /
Application Path: d:\Apps\tutest\
Machine name: IL-DEV-WB02-VM

Process information:
Process ID: 11784
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWO RK SERVICE

Exception information:
Exception type: HttpException
Exception message: Request timed out.

Request information:
Request URL:
http://tutest.mis.amat.com/ToolAdmin..._CallBack=true
Request path: /ToolAdmin/TAAlocation.asp x
User host address: 10.201.10.123
User: 521
Is authenticated: True
Authentication Type: Forms
Thread account name: NT AUTHORITY\NETWO RK SERVICE

Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWO RK SERVICE
Is impersonating: False
Stack trace:

We tried to extend the SciptTimeOut property both in code and IIS, we also
assured that the Compilation Debug is set to false as needed.

Still no luck

Can you please help me


May 15 '07 #3

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

Similar topics

8
3216
by: Eric Brunel | last post by:
Hi all, I was creating a Tkinter widget in the style of the reversed tabs below Excel worksheets and I stepped in a serious problem: the code I made makes python crash with a seg fault, bus error or X11 BadGC error on both Solaris (2.6 and 2.7) and Linux (Mandrake 8.0); it doesn't crash on Windows. I tried to simplify the script, but I couldn't reproduce the crash with a simpler code. So the code below is somewhat long; sorry for that. ...
1
1625
by: Angela | last post by:
I wrote a class that I intended to be a custom action. I added the DLL for the class to the setup project using the CustomActions editor. When I run the installer it completely ignores the custom action I set up. First I put everything in the class constructor in the order I wanted it performed, I thought maybe the constructor would be called by the installer. Well, that didn't work so I created a Main method just to see if that
32
2987
by: theodp | last post by:
Not to be outdone by Amazon's 1-Click patent, Microsoft snagged a patent from the USPTO Tuesday for a 'Time based hardware button for application launch', which covers causing different actions to occur depending upon whether a button is pressed for a short period of time, a long period of time, or multiple times within a short period of time. So does pressing car radio buttons for different periods of time to change or set stations...
11
5314
by: Ken Durden | last post by:
I am in search of a comprehensive methodology of using these two object cleanup approaches to get rid of a number of bugs, unpleasantries, and cleanup-ordering issues we currently have in our 4-month old C#/MC++ .NET project project. I'd like to thank in advance anyone who takes the time to read and/or respond to this message. At a couple points, it may seem like a rant against C# / .NET, but we are pretty firmly stuck with this approach...
23
4035
by: roman | last post by:
Hi, I would like to have two actions for one event. But I want the second action to trigger when the first one action completes. Is it possible to do this in javascript? I'm using the onclick event. Thanks, Roman
5
4539
by: Frank Rizzo | last post by:
I have a c# 2.0 winform app that runs under a user account with very limited rights. The application crashes on some actions (the Send Error to Microsoft screen) with unauthorized exception. This is despite the fact that I have try catch blocks around pretty much absolutely everything. I've tried logging to disk, but it seems to crash on a deeper level. The app works fine when run under an admin account. So how can I audit what the...
1
2926
by: pushrodengine via AccessMonster.com | last post by:
Is there a way to log user actions? What I would like is to be able to log user activities within the database. The table “tblUserEvents” would contain two fields. Field one “EventTime” would be a date/time stamp of when the action was performed. Field two “EventDescription” would be a description of the action performed. Example 1: the user presses the Add button. The date/time is inserted into “EventTime” and the...
3
1719
by: squishywaffle | last post by:
Greetings, I've been trying to figure out if it's possible to attach a Python script to an action via Mac OSX Leopard's File Actions system. I'm wanting to call a Python script every time a file is added to the monitored folder. Just adding a .py file doesn't seem to do anything at all, and I can't find any log output anywhere to see what's going on. I'm more just looking to see if this is or is not possible. I'm not
6
2725
by: Sarvananda | last post by:
I have two forms: 1. Donor 2. Patron I want to bring the two forms together in a tab control on separate pages. I had some startup actions to be triggered for each form. Which event in the tab control page should I use for these? The onLoad event was what I was using when these forms were independent. Now as subforms on the tab control, the OnLoad event is triggered when the main form is loaded. This creates a problem and new records...
0
9703
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
9564
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10316
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9125
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6842
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5500
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5629
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4275
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2970
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.