Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
51 views

MongoDb not connecting C#

I am making an app, where i want to use mongodb. I have never used mongo before, so i watched a tutorial on youtube. I registered on mongodb and got the connection string from there using their free ...
Barta's user avatar
  • 65
2 votes
1 answer
497 views

Azure SQL Database Timeout Issues When Connecting to Database

I've been successfully connecting remotely from SQL Server Management Studio 2018 to a basic Azure SQL database for a long time, but I am now getting an error when attempting to connect. I'm ...
user12376065's user avatar
1 vote
1 answer
337 views

How to keep-alive a Doctrine DBAL connection on a long-running process that is idle for hours awaiting input?

I have a long-running process, a symfony command that uses ReactPhp behind and lasts running for hours. If the DBAL $connection is not used, it breaks and the next time a request enters and is ...
Xavi Montero's user avatar
  • 10.3k
0 votes
0 answers
3k views

Error 524: A Timeout Occurred (What It Is & How to Fix It)

I am using Cloudflare Hositng is a content delivery network that acts as a gateway between a user and a website server. When the 524 A timeout occurred status code is received, it implies that a ...
Muhammad Asif Mahmood's user avatar
0 votes
1 answer
291 views

Able to ping the system using IP but not able to access api

My API is running on the Windows system. I'm calling API from another MAC system, but it's just getting a timeout. I'm able to ping from Mac to Windows and vice versa, but API not working which is ...
Hardik Shah's user avatar
0 votes
0 answers
289 views

JDBC inactivity timeout (MS SQL Database)

On my setup with a JDBC driver that connects to a Microsoft SQL Server 2019 database, I experience the following "connection broken" error if there is more than ~12h inactivity. The error is:...
warleem's user avatar
0 votes
1 answer
425 views

ODBC driver for SQL server ignores connection timeout attributes

I connect with sqlcmd from system 1 to system 2 ./sqlcmd -S <system2_ip_address> -U myLogin -P myPassword -t 7 System 2 has a running MSSQL server. I can then read on system 1, from the ...
Miklos's user avatar
  • 101
0 votes
0 answers
5k views

"HikariPool-1 - Connection is not available, request timed out after 30004ms." exception occurs only on the development server

"Hikari Pool-1 - Connection is not available, request timed out after 30004ms." exception occurs only on the development server. I spent a lot of time trying to find this problem, but I ...
koreanDev's user avatar
0 votes
1 answer
241 views

flask socket io heroku timeout

I have a js socket.io client that only connects to my flask socket.io when i run it locally, but it does not connect when i try through heroku. the other parts of the flask api work and run good, the ...
Yakov Bader's user avatar
2 votes
1 answer
3k views

Unable to connect to AWS instance on port 22

We were able to ssh to the EC2 instance using the connect details until today; when it stopped working and I get the below error: root@DKERP:~# ssh -i "gindustries.pem" ubuntu@ec2-15-184-231-...
Ashar's user avatar
  • 3,243
0 votes
1 answer
91 views

Erlang: a timeout error happened when connecting to MySQL via Erlang-MySQL-Driver

After solving compiling errors, another issue came out in the database connection test. The Erl-MySQL-Driver is cloned from git and re-compiled under the local environment. Then I entered the Erlang ...
Zhang Perry's user avatar
0 votes
1 answer
3k views

go-redis/v8 connection pool timeout

** connection pool ** client := redis.NewClient(&redis.Options{ Addr: "Amazon ElastiCache for Redis ", Password: "", // no password set DB: 0, ...
user3122242's user avatar
1 vote
0 answers
32 views

how can i connect to oracle database with python?

When I run the command: "connection = cx_Oracle.connect(user, pw, dsn, encoding='utf8')", then I got the error: "ORA-12170: TNS: Connect timeout occurred." For additional ...
nefi's user avatar
  • 11
0 votes
1 answer
197 views

wikipedia.method() doesn't return anything

I get the timeout error when I use any wikipedia method, is there a way I can solve it? They work 20% of the time That's what I try to run: import wikipedia print(wikipedia.languages()) And what I ...
Alina's user avatar
  • 1
1 vote
0 answers
591 views

Python MySQL Connection Pooling with Connection Idle Timeout option

I was looking at different python modules available for MySQL connection pooling but it seems none of them support connection idle timeout. This would be the timeout to automatically remove idle ...
kaptan's user avatar
  • 3,120

15 30 50 per page
1
2 3 4 5
14