When a process attempts to connect to a remote service, and fails to do so after a predetermined period of time.
Questions tagged [connection-timeout]
833 questions
-1
votes
1 answer
How to solve The wait operation timed out Error #asp.net #sql server
The wait operation timed out Error In Mvc.
when i run my application in local server it work fine ....but after deploy of Project in Server i am getting this Error ...
In my Local DataBase and Server database have same entry.
plz tell me how to…

Nguyễn Khánh Hiệu
- 1
- 1
- 2
-1
votes
1 answer
ERR_CONNECTION_TIMED_OUT for one website on multiple computers
I have internet service via CenturyLink DSL. I am getting an ERR_CONNECTION_TIMED_OUT error when I try to access a particular website (198.58.101.168) from any computer on my network.
Details:
I have tried to open the site on computers running…

Steve A
- 1,798
- 4
- 16
- 34
-1
votes
2 answers
How can I avoid connection timeout when the same php file runs multiple times
Please I need your help with a php script I am trying to build.
I have created this script to send multiple sms to some recipients.All data are stored into a database table (data > 1500 rows).I use select query with LIMIT 0, 1. When the message goes…

GeoDim
- 171
- 2
- 3
- 11
-1
votes
1 answer
python elasticsearch client error: timed out while get_alias
I am new to python and elasticsearch and i am trying to run a sample application. But my elasticsearch connection shows some error. I have installed elasticsearch and started the server. In the application there is a code like this
ES_URL =…

shahana hamza
- 107
- 1
- 1
- 10
-1
votes
1 answer
able to connect to localhost but not with webserver from my android app
Hi I am able to connect my android application to localhost but not with webserver. I am trying to call a php script to get data from server in json format, when I am trying the url address on browser ,script is working fine and same script is also…

Akhil Saraswat
- 84
- 9
-1
votes
1 answer
Loop to wait for result or timeout in r
I've written a very quick blast script in r to enable interfacing with the NCBI blast API. Sometimes however, the result url takes a while to load and my script throws an error until the url is ready. Is there an elegant way (i.e. a tryCatch option)…

biomiha
- 1,358
- 2
- 12
- 25
-1
votes
1 answer
nginx prevent to request form server with height timeout response?
I have an nginx server which pass request from one URL to some other servers silimar this:
upstream main {
server {{OPENSHIFT_INTERNAL_IP}}:15010 weight=1 fail_timeout=1s;
server {{OPENSHIFT_INTERNAL_IP}}:15011 weight=1 fail_timeout=1s;
…

Soheil Paper
- 1
- 2
- 8
- 25
-1
votes
1 answer
Java: How to set timeout on client socket connection and disconnect idle users?
can you tell me how to set timeout on client socket connection? I've downloaded the example and I don't understand Java at all, so please help. I hope I won't get a bunch of hateful comments.
Here is my "Client" class:
import java.net.*;
import…

Aleksandroff
- 13
- 1
- 3
-1
votes
1 answer
downforeveryoneorjustme.com ? Yep, Just me! but how to fix?
There's a tonne of websites out their which tell you if a websites down or whether its "just you". All of them say its me but don't tell me how to fix it.
I've tried everything that I can think of at my end to try and fix it.
Steps I've…

TarranJones
- 4,084
- 2
- 38
- 55
-1
votes
1 answer
Oracle Apex connection timeout error
On loading the file from Apex application, I'm getting the Network Error (tcp_error).
Error Desc: "A Communication error occurred. The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You…

Subbu
- 71
- 2
- 2
- 5
-1
votes
1 answer
getting timeout error on dbtransaction
I am getting a timeout error thrown. How can I increase the amount of time before the transaction times out?
Database dbSvc = DatabaseFactory.CreateDatabase();
//use one connection
using (DbConnection conn =…

user1634700
- 165
- 3
- 12
-2
votes
1 answer
what are the common causes of 504 Gateway Timeout error?
Some of the application users get 504 Gateway Timeout errors while accessing some app links. However, it works fine for other users.
The app is hosted on Amazon Linux 2 AMI
Apache Version: 2.4.57
Tried below troubleshooting steps,
Clear browser…

PoojaA
- 1
- 2
-2
votes
2 answers
SqlCommand timeout in C# MMO application
I have a C# project that is working with TCP socket in an asynchronous way.
Every request comes from client and ask question from SQL Server stored procedure, opens and closes a SQL connection after ending of question.
I've used this code:
using…

Reza Akraminejad
- 1,412
- 3
- 24
- 38
-2
votes
1 answer
Unable to start firefox on centOs 6 from iterm2 on mac
I have installed firefox and xauth on the centOs 6.6 server as follows:
sudo yum install firefox
sudo yum install xauth
On my mac, I am using iTerm2
On my iTerm2 session, I also exported my display as follows:
export DISPLAY=192.168.0.3:0.0
Then…

c g
- 389
- 1
- 4
- 11
-2
votes
1 answer
MySQL JDBC Inactive Connection Timeout
I have a Java (Swing) desktop connected to a godaddy MySQL database (online database). Till the time database was offline, this was not at all the problem, but now I get this exception when I try to access some menu which involves a database access.…

Gagan93
- 1,826
- 2
- 25
- 38