Questions tagged [request-timed-out]
94 questions
0
votes
0 answers
What is causing WLSTException: oracle.wtst.exception.WeblogicRequestTimeoutException during Weblogic server shutdown using WLST?
This Exception occurred at Sat May 27 15:37:29 BST 2023.
weblogic.rmi.extensions.RequestTimeoutException: RJVM response from 'weblogic.rjvm.RJVMImpl@4daa0139 - JVMID:…
0
votes
1 answer
Properly handle timeout on CloudRun
We use Google Cloud Run to wrap an analysis developed in R behind a web API. For this, we have a small Fastify app that launches an R script and uploads the results to Google Cloud Storage. The process' stdout and stderr are written to a file and…

Kariem
- 4,398
- 3
- 44
- 73
0
votes
1 answer
connecting github.com timed out
I'm behind a router and trying to clone ODOO on Ubuntu using the code
$ git clone https://github.com/odoo/odoo.git
But it is not working showing time out for port 443
According to this post
The solution is to add these lines
Host github.com
…

Ahmed Ragab
- 1
- 1
0
votes
0 answers
Tomcat's acceptCount attribute seems to be not working(or java.net.http.HttpClient)
As far as I know, if the number of simultaneous connections reached at the maxConnections setting, the rest of connections are accepted based on the acceptCount setting but not processed until worker thread is available, as mentioned in docs.
So I…

Call_Me_Jack
- 7
- 1
0
votes
1 answer
500 - The request timed out || The web server failed to respond within the specified time
I have hosted an ASP.NET Web App in Azure App service. The function of web app is to read the data from CSV file and while (csv.ReadNextRecord()) holds true, mandatory columns data are used to send user invitation using invitation endpoint[HTTP POST…

Lucifer
- 141
- 12
0
votes
1 answer
Why does npm request module throws etimedout error randomly?
Here is my program as three modules.
App.js :
const geocode = require('./utils/geoCode')
const forecast = require('./utils/forecast')
geocode ('makkah', (error,data) =>{
console.log('Error',error)
console.log('Data',data)
…

Gravity town
- 1
- 1
0
votes
1 answer
Getting 503 error on some endpoints after restarting heroku server (Ruby on Rails)
I am stuck in wired situation. I deployed my code around 7-8 days ago on heroku. The application was working fine and all micro services were working fine. But on Monday night server was taking too much memory so after some time i restart my server.…

Umair ahmed
- 23
- 8
0
votes
1 answer
DNS resolves correctly using command line tools but fails on browser
Dig, wget, nslookup and curl commands work perfectly for a specific URL I have pointed to another server less than 24 hours ago.
Problem is, it just refuses to be resolved by the browser (Chrome, Safari and Firefox). The strangest part is that it is…

StackMaster
- 359
- 1
- 5
- 22
0
votes
2 answers
Node oracledb: NJS-040: connection request timeout. Request exceeded queueTimeout of 60000
I have an nodejs application that using oracledb module to connect many oracle database. This application is monitoring all databases in one place.
But there is a problem. I am creating a file to connect to oracle db and execute sql's. I am using…

Emrah
- 29
- 1
- 6
0
votes
1 answer
Uploading and Playing large videos. HttpRuntime tag settings Combination. Asp.net4.0 , C#
net page to upload a large file and a generic handler to play these large wmv video files of size which can be upto 150 MB's. I have the file content stored in varbinary type in SQL Server 2005.
I have set following settings in httpRuntime in…

AbhiRoczz...
- 254
- 2
- 13
0
votes
0 answers
Why am I constantly getting H12 error code AKA 503 status code on Heroku?
Everything works fine while I was in development mode and now when I uploaded my app to heroku I keep getting this error, and the only thing it says is that is a Request timeout.
heroku[router]: at=error code=H12 desc="Request timeout" method=GET…

code_dude
- 951
- 2
- 15
- 28
0
votes
2 answers
Flask form POST request not able to handle data
I am trying to execute a form post request for a user management system I have created. I have sessions enable on a flask backend server.
The request is a profile update of a user, I have two conditions this can be executed
1- When the user is…

Vikas Nair
- 61
- 1
- 8
0
votes
0 answers
Unable to upload large PDF files using file transfer plugin ionic 4 (for IOS)
I'm using File transfer plugin to upload PDF files to a remote server in Ionic 4.I can upload files up to size: 1Mb using my code in IOS, but for files greater than this size its returning the following error but for Android its just working…

Rachana Sharma
- 1
- 1
0
votes
0 answers
HTTP request Timed out
I'm trying to check a webpage if it is logged in or not. For that I used win http GET request for google to test it. But i'm getting
"The Operation Timed Out" Error
after Send command.
Also Tried with xmlHTTP and serverxmlHTTP.
Dim xmlHTTP As…

ArunBabu
- 25
- 1
- 6
0
votes
1 answer
Google Cloud Server suddenly stopped working with 408 Error
Google Cloud Server suddenly stopped working. Yesterday I got the error , " Error establishing database connection".
Today it is "Request Timeout
Server timeout waiting for the HTTP request from the client"
Any suggestions to get over this issue??

Jayadev Prasad
- 3
- 3