Questions tagged [timeoutexception]

TimeoutException is thrown when the time allotted for a process or operation has expired.

TimeoutException is thrown when the time allotted for a process or operation has expired.

427 questions
-2
votes
3 answers

I'm getting a SQL Timeout from a stored procedure on a specific OR condition - why?

I have a simple query with a few joins. The query has a about 4 or 5 WHERE conditions, but it takes up to 15 seconds to return NO results. However, if I exclude a specific OR condition, it takes only 5 seconds and returns about 20 rows. Anyway, I…
Daniel Minnaar
  • 5,865
  • 5
  • 31
  • 52
-2
votes
2 answers

(goroutine leaks) http.TimeoutHandler does not kill respective ServeHTTP goroutine

Timeout handler moves ServeHTTP execution on a new goroutine, but not able to kill that goroutine after the timer ends. On every request, it creates two goroutines, but ServeHTTP goroutines never kill with context. Not able to find a way to kill…
Roshan Gade
  • 320
  • 3
  • 16
-2
votes
1 answer

Time out exception not thrown

Can some one please help me why this code does not throw time out exception. httpParams = new BasicHttpParams(); int some_reasonable_timeout = (int) (10 * DateUtils.SECOND_IN_MILLIS); HttpConnectionParams.setConnectionTimeout(httpParams,…
Waqar Ahmed
  • 5,005
  • 2
  • 23
  • 45
-3
votes
1 answer

How can i resolve the BadRequest

I created a Logic App. In the logic app we are Calling Our Own API Called App Service(F1-Free).We are on a free service plan. My Client Actually We intended for Few number of Hits at a time. But My Client Is Dumping Bulk Data At a Time. With this…
-3
votes
1 answer

SQL timeout when inserting data into temp table in custom application

I have a console .net application that reads a one-line single value data from a file. The application is having SQL timeout issues for few days last month for which I am working to find root cause. The logic in app uses single value to pull data…
Aravindan
  • 1
  • 1
-3
votes
1 answer

TimeoutException is null when thrown

How is it possible that thrown TimeoutException object is null and it throws Object reference not set to an instance of an object. in following line: writeToLog(e2.ToString()); Check out this code. WebServiceRef.CallResponse callResponse =…
fritz
  • 111
  • 1
  • 11
-3
votes
4 answers

Stored Procedure is slow, takes 3 times longer in code than SSMS

I am facing a problem related “Cannot find table 0”. Initially I have no idea to find the root problem of this exception. Then I came to know that this problem arose due to the error “Timeout Expired. The timeout period elapsed prior to completion…
King of kings
  • 695
  • 2
  • 6
  • 21
1 2 3
28
29