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
0
votes
4 answers

Transition from COM context error in WPF when fetching large amount of data from SQL

I am working on wpf application. This application is used to show the reports. For this I have two tabs: one tab to select the columns from listview and other filters, the second tab shows the result from sql table. Here for dynamic query I am…
Sunny
  • 3,185
  • 8
  • 34
  • 66
0
votes
1 answer

ImageryService Unhandled TimeoutException

I am using imagery service to get an image from bing maps, and from time to time my apllication used to quit without a reason, I figured out that it's because imagery service is not handling the mapuri request timeout. Get Image: public static…
Igor Meszaros
  • 2,081
  • 2
  • 22
  • 46
0
votes
1 answer

SQL Timeout Period Elapsed - intermittent issue

I am having an intermittent problem with a SQL stored procedure, that retrieves products from the SQL dB. We have around 3500 active users, and usually have around 15-30 users logged in at once, using the procedure. Over the past week, I have been…
odinel
  • 566
  • 1
  • 5
  • 28
-1
votes
1 answer

How to extend default setting in 30 seconds of waiting in Selenium to waiting until success

I have a JMeter Webdriver script which works correctly during all scenario steps. But in case of slowly getting response after changes on page making by script, sometimes following error happens: Response code:500 Response…
Nadezhda T
  • 262
  • 8
  • 24
-1
votes
1 answer

Why am I facing issue with junit 5 assertThrows for asserting TimedOutException despite passing expected parameters?

I'm trying to assert the TimedOutException using junit 5 assertThrows while clicking a button on page but I'm getting error, may I know the reason? Assert.assertThrows(TimedOutException.class, ()->{homePage.clickQuote();}); clickQuote() method…
user2044296
  • 504
  • 1
  • 7
  • 18
-1
votes
4 answers

Why won't Selenium (Python) click() or send_keys() to this textarea? (TimeoutException)

I've been working with this online form and having no problems getting Selenium to click() or send_keys() on other elements. But one element (the "Notes" textarea toward the end of the form) is giving me a TimeoutException, even when I give it a…
-1
votes
1 answer

How I can set timer on a single line code in java

My requirements is.. I want to set a timer on a single line code in java. If time exceeded then it will throw a timeout exception and it will start to execute that single line code into a different thread. Here is my code public Object…
-1
votes
1 answer

Getting fatal error showing time out exception when trying to run kafka server

[2021-04-08 02:53:18,713] INFO [ZooKeeperClient Kafka server] Closing. (kafka.zookeeper.ZooKeeperClient) [2021-04-08 02:53:33,182] WARN Client session timed out, have not heard from server in 18000ms for sessionid 0x0…
-1
votes
1 answer

Timeout after URL requests statement

I currently have some code which is designed to try to do a URL request and if any exceptions are thrown to acknowledge them and proceed. try: x = requests.get(URL) except requests.exceptions.Timeout: print('timeout error,…
guy
  • 1
  • 1
-1
votes
2 answers

gateway time out error in php wamp server

I am getting a timeout error in a long running php script. I tried to set the execution time by using the following code: ini_set('max_execution_time', 1200); also i tried to set the max_execution_time in apache conf file also. But the issue was…
irfan
  • 869
  • 3
  • 12
  • 25
-1
votes
1 answer

Is it possible to set the time-out for a procedure after one minute when it is called in PLSQL

The procedure is in a package. When a procedure is called the client function got hanged. So they are asking to set a timeout for the API. Is it possible?
kalyan
  • 1
-1
votes
1 answer

SerialPort.Write(String) issue: Having a synchronised call with UI-Thread

I have searched and find out that SerialPort Class Events have a synchronise call with the UI-Thread, therefore; I have used Delegate with DataReceived Event to BeginInvoke on UI-Thread, below is my code for DataReceived Event, Delegate Sub…
-1
votes
1 answer

How to prevent the application from Timeout expired Exception?

Please help to identify the cause of exception from below Stack Strace: Error=Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding., StackTrace = at…
user6617108
-1
votes
1 answer

Time-out exception in SQL Server rarely

I have used SQL Server 2012 for my web application and I've got time-out exception rarely. Could you please advise this? Stack trace details: Thank in advance, Subash Ravi
-1
votes
1 answer

Remote Desktop execution of a report in a desktop .NET application

When I use remote desktop execution mode of my desktop application which uses SSRS reporting, if the user has not logged to server yet, this error appears in application running the reoprt: ASP.NET session has expired Description: An unhandled…
1 2 3
28
29