Questions tagged as 'timeout'

0
answers

Treat link drop with Hibernate JPA timeout database

I need to treat link crash of the application with the database in addition to keeping a low timeOut, since the default in my tests is 15 seconds.    Failure: Caused by: org.hibernate.exception.JDBCConnectionException:   Error calling Driver...
asked by 26.04.2018 / 00:29
1
answer

C # Web Forms - Losing session

I have a Web Forms application that saves the session when the user logs in, with a timeout of 21 minutes without using the application to expire the session: <sessionState timeout="21" /> Performing tests on the local machine, the li...
asked by 18.05.2016 / 14:38
0
answers

Session-timeout works in place and gives error in the cloud

Running the application locally timeout works, but when I put the application in the cloud I get this The requested resource is not available error message after the time runs out. What am I doing wrong for my application that gives error on...
asked by 25.05.2015 / 18:54
1
answer

Close Activity if Idle

I have an application and need to Activity close automatically if idle, ie if the user does not touch the screen for 30 seconds, Activity automatically closes. While the user is using (touching) Activity , it will remain open...
asked by 03.08.2018 / 16:01
2
answers

Problem with timeout in classic asp [closed]

I have a problem that after a normal user sees the comparative on the chart you need, after a few minutes if he clicks the "OK" button again without having moved anything before, he can see the companies name on the chart, these names have to be...
asked by 08.07.2015 / 14:42
1
answer

How do I configure the timeout of a function call from an EJB?

At the end of a service my project has a function that takes an EJB from another project that is installed on the same server, and access one of its functions. My function that takes the EJB and accesses the function: [...] ServiceImplRemo...
asked by 26.09.2018 / 16:10
1
answer

timeout for $ http request (fetch for 5 seconds, if not, return 'error')

I'm setting a $ http request for zip code, so sometimes it takes too long for the API to return a response, and the user is stuck with continuing to checkout. The function worked, but when I tried to add the timeout it stopped. FUNCTION:...
asked by 13.08.2015 / 16:27
1
answer

Request timeout with nginx, unicorn and rails

I have an application in Rails that runs with unicorn in production. Some calls take a long time to process. I configured the server to increase the timeout so that the server does not respond in error. The problem is that if the request takes m...
asked by 11.11.2014 / 20:51
0
answers

Why is my web service returning "Operation Timed Out"?

I searched exhaustively in the forum StackOverflow (and also Google) some question similar to what is happening to me, but I did not find anything. So I decided to build this issue in the hope that someone in the community could help me. Prob...
asked by 29.05.2018 / 21:39
3
answers

Fatal error: Maximum execution

An error occurred while executing a code in Php Fatal error: Maximum execution time of 30 seconds exceeded $validade = mysql_query($sql) or die (mysql_error()); The code works perfectly. only that appears to me at the end. Not that it bo...
asked by 25.08.2014 / 17:53