When a process attempts to connect to a remote service, and fails to do so after a predetermined period of time.
0
votes
0answers
8 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) ...
3
votes
0answers
34 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
27 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
35 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
52 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
57 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
23 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
34 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
26 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.
...
0
votes
1answer
76 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
96 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
102 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
65 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
171 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
215 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
42 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
40 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
179 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
121 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
190 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
244 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
260 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
562 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
70 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
83 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
131 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
116 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
367 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
727 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
494 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
45 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
800 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
57 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
814 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
1answer
293 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
446 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 ...
0
votes
1answer
722 views
What does HttpConnectionParams.setConnectionTimeout mean?
I've got some trouble downloading a webpage's html (see this question: Android: Downloading HTML not always working)
In my code, I use this method:
...
1
vote
2answers
175 views
reconnecting to mysql after connection time-out
As a standard procedure, MySql connection is lost after stated number of hours (default:8) of inactivity. To reconnect to the mysql server after identifying such connection lost I simply do connection ...
0
votes
2answers
480 views
Netty - connectTimeoutMillis vs. ReadTimeoutHandler
From the Netty API Documentation
connectTimeoutMillis = "the connect timeout in milliseconds. 0 if disabled."
And
ReadTimeoutHandler = Raises a ReadTimeoutException when no data was read ...
3
votes
0answers
424 views
handling of large file in svnsync
We plan to have a SVN mirror repository in our another office in Sydney. We use VisualSVN server v2.5.7 in both locations. I decided to use svnsync to do it. At first I wanted to sync all of our ...
1
vote
2answers
235 views
Timeout after an executeUpdate() call
I have the following scenario in a Java program:
...
try
// 1
PreparedStatement pstmt1 = conn.getPreparedStatement("SQL QUERY");
pstmt1.setQueryTimeout(1);
pstm.executeUpdate();
...
1
vote
0answers
64 views
JavaWebStart preventing JAXWS service call in WIN7 + Java6
I have developed a JAXWS web service client app for desktop delivery via Java WebStart. It works just fine under WinXP, both Java6&7, whether running under "java", or "javaws".
I moved to Win7.
...
0
votes
0answers
127 views
How to enable the firewall and the router privileges to send Files using Sockets in java?
I've been working on a Swing application and when i wanted to add an option, where the user can send files via the local network, i had faced some serious problems.
To send the files through the ...
1
vote
0answers
825 views
How to resolve Connection Timed Out Exception in java Sockets?
I've been working on a Swing application and when i wanted to add an option, where the user can send files via the local network, i had faced some serious problems.
To send the files through the ...
0
votes
1answer
393 views
500 internal server error on iphone app php web services
We've iphone and android apps which are sharing the same php web services. We found the 500 internal server errors on several places on the iphone application.
When we trying to access a web service ...
0
votes
0answers
278 views
Connection reset on php files - iis 6 - no errors reported at all
So I'm about to tair my hair out oan go all nutty since I cannot find the cause of this issue.
I have installed wordpress on my 2003 server (virtual) which runs inside a 2003 server entreprise.
...
0
votes
2answers
480 views
PHP MySQL external database connection timed out
I'm getting a connection timed out when I try to connect to an external (not on the same server as this code is on) database through the following code. I know the settings of the database is set up ...
0
votes
1answer
42 views
connection timeout error while checking mediastream available or not
In My Console application. i am checking media links which is available in my database through openstream.but one error is raising again and again in diffrent diffrent point.that is "Timeout expired. ...
7
votes
3answers
3k views
Set database timeout in Entity Framework
My program keeps timing out. so I need to change the default connection timeout value. I found this myDb.Database.Connection.ConnectionTimeout but it's read-only.
How can I set the database timeout ...
0
votes
2answers
132 views
PHP-Server crashed when download too many images? [closed]
I want to download some images from dropbox and then resize them to thumbnails. But when the number of the images increases, the server crashed 500 server error.
Here's my code:
...