When a process attempts to connect to a remote service, and fails to do so after a predetermined period of time.
1
vote
1answer
70 views
Youtube video not loading with playlists
I'm having problems enqueuing a playlist using the YouTube IFrame API.
(https://developers.google.com/youtube/iframe_api_reference#Queueing_Functions)
I'm using flash to show the youtube videos. ...
0
votes
0answers
15 views
HttpRequest Times Out while site is reachable?
I had a personal empty web site: http://mtekeli.net
This domain is reachable via browsers. But when it comes to a simple HttpRequest it times out. Any idea why? My panel is Parallels Plesk Panel ...
0
votes
1answer
29 views
linq to slq groupBy: connection timeout
I just wrote what I thought to be a very simple query:
public IList<Departement> GetDepartements()
{
IQueryable<MyContext> queryBase = QueryBase();
...
0
votes
0answers
37 views
How to test whether MySQL connection has been timed out by the server (Java)?
What is the standard approach in Java to test whether a MySQL connection has been timed out by the server / keep the conneciton alive? (com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The ...
2
votes
1answer
34 views
MVC site randomly not returning PartialView
My MVC 4 site uses jQuery Ajax to update parts of my site, and my site is primarily used to modify information in an underlying SQL database. My problem is that randomly the server will not return the ...
0
votes
2answers
52 views
HttpRequestRetryHandler not getting called
I use HttpClient and HttpRequestRetryHandler to retry if connection or socket times out. So I turn my connection off and call API expecting HttpRequestRetryHandler to be called. But it does not get ...
0
votes
1answer
76 views
CXF java.net.ConnectException: Connection timed out
I am getting a connection timed out when I try to invoke from a WS client a method from a CXF Web service I have deployed. Both are using custom interceptors, and the service is overloaded due to ...
0
votes
0answers
19 views
MySql times out after a period of inactivity
Before you mark this as a dupe, just read it first...It hangs AFTER inactivity, not because there are so many open connections or some crazy sql query..
After a period of inactivity mysql gives ...
0
votes
1answer
37 views
MySQL ExecuteNonQuery takes too long
Maybe this is not the best source I've ever written but it is for a simple form that has the goal to write data remotely.
I've two MySQLConnections both for a local database. localconnection is used ...
0
votes
0answers
15 views
How to set connect and read time out in Jibx WS Client
I am invoking a webservice from my application using jibx-ws api (version 0.9.1). How to set connect and read timeout in jibx client.
I could'nt find any documentation or examples for this. Does jibx ...
0
votes
0answers
11 views
IIS Requests for Static Content Not Timing Out Properly
We are running IIS7 and have noticed some very long running requests that are exceeding all of our time out settings. Many requests are some simple static content files like simple .js or .css & ...
1
vote
0answers
16 views
curl with large connect-timeout
Does curl have a maximum connect-timeout?
$ time curl https://google.com:81 --connect-timeout 6000
curl: (7) Failed to connect to 2607:f8b0:400b:80b::1004: Network is unreachable
real 23m19.547s
...
0
votes
0answers
20 views
How to configure Apache to accept external requests? [closed]
First things first, I'm new to this.
I'm trying to set up a small web-server which can be accessed outside my LAN. I am running Apache on a Ubuntu 10.04 guest using Virtualbox on my host Windows 7 ...
0
votes
0answers
30 views
ssh connection timeout to ec2 instance using phone internet
I am using ubuntu 12.04. I am not able to ssh to my ec2 instance using internet from my android phone. Though i can connect using landline without making any configuration changes. I get following ...
0
votes
0answers
35 views
webservice flow, proxy and soap address
I am very new to SOAP webservice. Want to know few things..
1. There is an URL (say, A) by which we can access the WSDL, then what the "soap:address" is used for. I have found a new IP address (say B) ...
5
votes
1answer
174 views
Hibernate / MySQL connection timeouts — Trying to deal with thread-pooled executors not releasing Hibernate connections to C3P0 after exit
I have a Tomcat application that uses MySQL, and Hibernate for ORM. The nature of our application demands that we have to pull and aggregate a lot of analytics data from a NoSQL store for each request ...
0
votes
1answer
55 views
PHP - Continue Execute Another Looping After Execute Looping
I have thousand email address in my database. I want to send a message to them. But every time I send it show error "500 Internal Server Error. Request Timeout. This request takes too long to process, ...
0
votes
0answers
80 views
org.apache.http.client.HttpClient failed with time out when trying to connect to sever behind proxy
My application connect to server to store and restore data.
I'm using org.apache.http.client.HttpClient as HttpClient for this purpose.
One of the customer as a proxy server which is "located" between ...
0
votes
1answer
76 views
how to check permanently a mysql database record from c# app
i am trying to make a c# console application my basic objective its to be cheking a "status" field in mysql database it is on a server... i tried it but after 20 min approximatly it gives me a timeout ...
1
vote
1answer
139 views
Using setReadTimeout in HttpURLConnection with proxy settings
I am trying to connect to the internet with the user defined proxy settings. I have set the setReadTimeout to 5 seconds. If the configured proxy is not correct, then we wont be able to connect to ...
0
votes
0answers
37 views
Made an comet-app with play, getting a connection-timout, and app crashes
As i wrote in the title, i am creating a comet-app and pushing things which i retrieve over a webservice to the clients.
My problem is at the moment if the webservice gets down i am getting a ...
0
votes
0answers
41 views
Call to connect() always times out dispite valid IP address and port number [closed]
Project Parameters
There is a central server that you log on to. The central server takes care of keeping track of logged on users and sends alerts as users log on and off. All other communication is ...
0
votes
0answers
37 views
connect timed out
I am trying to setup a scenario for a JAXWS web service in which I want the service to timeout (i.e. a connection timeout) so that I can set the proper connection switches during the initial call.
...
2
votes
2answers
266 views
MySQL Workbench: How to keep the connection alive
I am using MySQL Workbench. Also, I am running a batch of inserts, about 1000 lines total (Ex. INSERT INTO mytable SELECT * FROM mysource1; INSERT INTO mytable SELECT * FROM ...
0
votes
2answers
224 views
Way to set connection timeout in asynchronous post method
I am using an asynchronous post method to post some data to the server. The post is working fine, but if the server is down or unresponsive then I am getting a force close in the application.
How ...
0
votes
1answer
305 views
HttpConnectionParams.setConnectionTimeout confusion
I get that HttpConnectionParams used to set the timeout for an http-request, but I dont know how to use it properly. Every request has setParams(HttpParams p) - I think it's a bit redundant to set ...
2
votes
1answer
89 views
Does Windows interfere with Java's Socket.setSOTimeout?
I am reading here, that
On connect, the JVM (Java Virtual Machine) tries to resolve the
hostname to IP/port. Windows tries a netbios ns query on UDP (User
Datagram Protocol) port 137 with a ...
1
vote
1answer
290 views
GoogleAuthorizationCodeTokenRequest connect time out exception when using Google's OAuth 2.0
I am able to get an authorization "code" in the callback from the user giving my web app permission to access a Google Calendar. But when I try to get an Access Token and Refresh Token using the ...
0
votes
0answers
254 views
(java.net.ConnectException) caught when processing request: Connection timed out
I have two different project deployed in tomcat server. From one project I called the web services to call the second project.
Sometime I have to call the web services 200 times at once. So this is ...
0
votes
0answers
50 views
Debugging for long time in visual studio - I receive a blank web page response in browser
I need to understand a complex web project and for that I need to be in a debugging session for much longer time. For this I have set the "Application Pool" "Ping Enabled" to False in the IIS 7.5, so ...
1
vote
1answer
58 views
Define timeout on AsyncTask function
I want my application to throw a timeout error within 15 seconds of it connecting to the webservice regardless whether the webservice has returned any answer or not. Im working on a project that needs ...
0
votes
2answers
316 views
Wcf decrease client connection timeout
I have a wcf service that works fine. The problem is the client. I have a little gui where the user is supposed to place the ip address of where the wcf service is located. Both the client and service ...
4
votes
1answer
140 views
Monitoring ADO.NET Connection Open Time
We have a 3-tier application with a C# client, a C# WCF web service layer, and a SQL Server database. The web service connects to the database with ADO.NET. All of our C# code is using the .NET ...
0
votes
1answer
204 views
Error during export of large SSRS report via ReportViewer
I have an MVC3 application that delivers SQL Server 2008 reports using the Microsoft ReportViewer web control. Generally everything is working fine, except when exporting large reports to PDF.
At ...
0
votes
0answers
280 views
Httpurlconnection timeout not happening
I have a java servlet requesting some request to some other server, and the other server has a apache server with a default timeout of 2 minutes.
I have two urls to be called, in-case the first url ...
1
vote
1answer
444 views
Solr connection timeout during indexing?
I have solrj client with infinite timeout(Solr4)
server.server.setSoTimeout(0)
server.server.setConnectionTimeout(0)
When I index my data I have many timeouts on server side.
Where can I update ...
3
votes
2answers
847 views
distributed load testing on aws with jmeter
I have been trying to setup aws ec2 machines for load testing of my web server using jmeter but I am stuck. I have a jmeter client on my local machine and I want to set up multiple jmeter-server nodes ...
0
votes
0answers
84 views
coldfusion jrpp threadID, do higher numbers mean anything?
I don't know much about threads in CF. I am trying to troubleshoot an issue in CF9, Windows Server 2008. Page requests start to timeout so we will restart the server. I've been looking at the logs ...
0
votes
0answers
96 views
webkit_server is spawned as a defunct or zombie process
When trying to use capybara-webkit, I get a Timeout::Error. It seems as if capybara-webkit can't start the webkit_server process and it times out. This only happens in my production server, not in my ...
0
votes
0answers
198 views
Apache retrieve a timeout error and closes connection when uploading large files
I've been trying to reconfigure my apache and php.ini to allow upload of large file.
therefore I've changed the following variables:
/httpd/conf/httpd.conf:
Timeout 7200
ProxyTimeout 7200
...
0
votes
1answer
147 views
Connection time out in Rails application
I have a rails application is deployed on Apache + Passenger + Rails 2.3.8(Ruby 1.8.7) + Linux server + MySQL 5.
I am trying to create an excel report by getting records from DB and download it.
...
3
votes
3answers
625 views
Some requests time out with no clear reason
I encountered a bug I can't understand and for now it happens only on a specific device. It happens on an iPhone 5 with iOS 6 but unfortunately I don't have access to another one to check if it's ...
0
votes
4answers
929 views
Multiple Insert transaction connection timeout - ADO.NET - SQL Server
I have a transaction with multiple inserts. All of the inserts work fine, except one.
I verified the parameters, the spelling, all of it, and it seems I'm not figuring it out.
It gives me the error:
...
0
votes
1answer
768 views
Getting connection timeout exception in android while trying to get response from server
I have developed a android app which connect to server and access xml from server using url. I am Using HttpUrlConncetion to connect. I have written this connection code in a jar file and My app is ...
0
votes
0answers
51 views
Webserver cannot connect to https
My story started with getting my webhost to download an xml document from a remote server using DOM in php.
Many hours later I have drilled my problem down to the webhost not being able to connect to ...
0
votes
1answer
1k views
DB2 - CLI0108E Communication link failure. SQLSTATE=40003
I keep getting the following error message when I try to reun a query against IBM DB2 9.1 version.
CLI0108E Communication link failure. SQLSTATE=40003
The query is updateinglarge set of ...
2
votes
0answers
64 views
HttpUrlConnection taking exactly 2 minutes for timeout
Whenever the URL is trying to load, it takes larger than the time set in the connection timeout, but setting the connection timeout to 20 seconds does not work it happens only after 2 minutes, and ...
3
votes
1answer
1k views
How does SSIS manage closing connections? Can I force it?
tl;dr version
I get errors when using OLE DB (SNC10.0) connection managers after a few nights of running, could connections not be properly timing out? Switching to ADO.NET Connection Managers and ...
1
vote
2answers
322 views
JAXWS Client Timeout on Jboss
how can i set timeout for JAXWS client, Im using Jboss 5.1.
I was trying to do this with
bp.getRequestContext().put("com.sun.xml.ws.connect.timeout", 100);
...
0
votes
1answer
560 views
android socket connection timed out
background i'm trying to create an android client application for my java server and make them communicate using TCP sockets.
what works my app works when i run it on android device emulator
what ...