Questions tagged [request-timed-out]

94 questions
0
votes
1 answer

Problem request timeout for looping with CURL

I have script like this : function getNewProductToEcommerce($merk, $shopID){ // assuming I have called a database connection ----------------------------------------------- $conn = intialitationDB(); …
0
votes
2 answers

Is it possible to override default request-timeout in a specific web-service method?

In my web-service client (JAX-WS RI 2.2.9-b14002) I'm setting quite low connection and request timeouts, but for some methods I would like to override them in a way that default timeout doesn't change. Saying it in different words, I would like to…
Gamby
  • 585
  • 1
  • 6
  • 22
0
votes
0 answers

Service method is not called when passing heavy parameter object

I am working on xamarin.ios. I am consuming web service. I have added the web service reference with my project. Now I am consuming the service methods. Everything is working fine. There is a method in service in which I pass an object of data which…
anand
  • 1,399
  • 5
  • 23
  • 55
0
votes
1 answer

HTTP Status Code when Session Times out

I have an MVC 4 Application. When I make an ajax request and the server times out, it throws an exception on client: Failed to load resource: the server responded with a status of 500 (Internal Server Error) So my question is a) Why it doesn't…
Multi stack
  • 311
  • 3
  • 9
  • 18
0
votes
0 answers

Getting System.Net.WebException :The operation has timed out

I am working on a project in which i have to upload order from CSV file into database using batch process. Job is working prefect at back-end but suddenly a month ago it stop working, someone advice me to restart the server and it solves the issue…
0
votes
0 answers

Request timeouts on creation of a simple model on Heroku

It's not really creation of a model, it seems more appropriate to say its the creation of a model record. I have a Dish model that belongs_to User. When User logs in, they can add bank info (I'm using Stripe). If the bank info is added, they can add…
Arthur Collé
  • 2,541
  • 5
  • 27
  • 39
0
votes
1 answer

request.GetResponse() Timeout

Waker.cs class Waker { Timer timer; public Waker() { timer = null; } public void WakeUpApplicationPool(object obj) { string url = "http://www.example.com"; try { HttpWebRequest…
sky91
  • 3,060
  • 2
  • 19
  • 26
0
votes
1 answer

Ping to home computer results in 'Request Timed Out', although computer is connected & online

I've assigned a static IP address to my computer. From my computer, when I browse to WhatIsMyIP, I can check my IP & verify that it hasn't changed. Now, when I ping my computer from another network, most of the times, everything is fine & I get…
Neil P.
  • 1,026
  • 2
  • 15
  • 32
0
votes
1 answer

Reverse Geocoding gives IOException.. why always timed out?

Geocoder geocode = new Geocoder(MainPage.this); List
address = null; StringBuilder addressText = null; try { address = geocode.getFromLocation(latitudeTemp, longitudeTemp, 1); …
0
votes
1 answer

Is Crawl Error / Google Webmaster Tools Errors and Website having "Request Timed Out" relevant

I have built a Drupal Project and the SEO Tools Modules already implemented in this site, Using the webmaster Tools, I have found a lot of CRAWL Errors and some DNS connectivity errors, which I have fixed, built a Sitemap for the site, and a…
0
votes
2 answers

Ping Batch File Color Error Levels

Below is the batch file I am currently using, but I would like to chage it so that it is not just green if the link is good and red if it times out. I would like it to turn yellow if response is not within a particular range. So if my RTT range is…
phifer2088
  • 15
  • 1
  • 6
0
votes
1 answer

Request timing out on large operation?

Trying to complete a web process, however, I am receiving a 'request time out' error. I'm not sure what I can do to get around this. I modified the method to create a new connection for every number being passed in the for loop, but it seems to be…
Volearix
  • 1,573
  • 3
  • 23
  • 49
0
votes
1 answer

ASP.NET SQL Error Loading Page

We're getting the following error message when trying to login to our ASP.NET application: Server Error in '/' Application. The wait operation timed out Description: An unhandled exception occurred during the execution of the current web request.…
Carleton
  • 1
  • 1
0
votes
1 answer

The wait completed due to an abandoned mutex

I have never used mutex in my application and i don't now what it does, but my web application throw the following exception and i don't know how to handle it : IP: System.Web.HttpApplicationState 07/16/2012 10:06:01 Error in:…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
0
votes
1 answer

SSH not getting timed out when connecting with used port

I am trying to establish a ssh connection with another machine with a port which is already occupied by some other resource The SSH is not getting timed out > ssh -v -p 8080 10.10.10.10 OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005 debug1: Reading…