hi, I am getting this message
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached
Please point out the issue and what are the causes of this and advise me solution.
Thanks
...
Hi all,
When trying to receive a (large, approx. 100MB) file using an FTP adapter in BizTalk 2006, we run into the following problem, which causes the file to be processed over and over again.
Retrieving the file succeeds; it is placed into the MessageBox and processed properly
When the FTP adapter issues the DELE statement, it never ...
I'm trying to write my 1st Ruby program, but have a big problem. The code has to download 32 mp3 files over http. It actually downloads a few, but then timeouts. I've tried setting a timeout period, but it makes no difference. Run the code under Windows, Cygwin and Mac OS X with the same result. This is the code:
require 'rubygems'
requ...
I would like to debug a website, but also cause the httpRuntime executionTimeout setting to take effect. However, the documentation says:
This time-out applies only if the
debug attribute in the compilation
element is False.
Is there any way to enable executionTimeout when debug="True"?
...
Hi,
after posting a question related to nginx, I'm a bit further with my investigations: The problem is, that the merb framework timeouts after about 30 seconds. If i tell the underlying nginx-server not to timeout, merb does, and I can't find a way to tell it not to; I need to do requests that take up to some minutes.
Any hints? Thank...
Hi,
I have here a WCF Duplex Service, the requierement is that the Callback to the client should have a timeout of 10 seconds, therefor my web.config file of the Service looks like this:
<bindings>
<basicHttpBinding>
<binding name="simulatorEndpoint" closeTimeout="00:00:10" openTimeout="00:00:10"
...
We've got a report that is being generated and served in real time when a user clicks on a link.
Of course, after we go live, we've discovered that some users have enough data to cause the report to run slowly enough that there is a timeout.
Longer term, we'll solve this by just creating a page that looks for the completed report perio...
Hi All, I was wondering if you can help me with a bug I ma having. I have a HTTP Manager I have created that helps me dealing with POSTing/GETing data from websites. It has worked fine until recently when I am trying to use a mixture of both. First loop round everything works, on the second loop it hangs on HttpWebRequest.GetRequestStrea...
I changed the JTA transaction timeout from admin console and set to 300, even after changing it fails saying JTA transaction unexpectedly rolled back (maybe due to a timeout) with a:
weblogic.transaction.RollbackException: Transaction timed out after 181 seconds`
To make sure whether my changes (timeout value 300) got reflected for th...
Hi!
I'm writing a component that reads data from a vehicle CAN-bus and offers a subscribe-interface to be used by the upper layer components. Part of the interface is that the subscriber can define a time of which a certain frame is considered to be timed out, and when that occurs the subscriber is notified.
Since the load of the bus ...
The problem I am having is with a small number of users they can't POST form data larger then around 800 bytes to our server, but this size doesn't appear to be consistent.
The browser just sits there for a while and eventually times out. Small POST data works fine though. The problem also occurs when using GET instead of POST.
This p...
Hi, I have created my own sessions and now want to time out inactive users. The thing is I have got it to work.. kind of... after the session timeout has passed, when i click on another page, it does nothing, but then when i click on something again it times out as supposed to. Heres my code
if(preg_match("#^" . DOMAIN_SSL . ".*#is", $_...
After googling for couple of days, I really cannot solve described issue. Hope here will find a solution
I'm using attached code when calling WCF service on the same server. I get Timeout error randomly in call WebReq.GetRequestStream()
When I'm check netstat I see that connection remains open, so probably is there a problem, but I don...
We have a weblogic application talking to another weblogic application on another server.
We use JMS for communication between them. We're seeing odd behaviour where createTopicConnection takes 450 seconds (pretty accurately, so 7.5 minuutes) to complete one time, but the next time it will complete quickly, the time after 450 seconds ag...
A have a Perl cron job that recently started having its HTTPS connections start failing with an error of "500 SSL read timeout". I've tracked that the error is being thrown as part of an alarm in Crypt::SSLeay, but I don't know if this is simply something taking too long to respond.
So far, I've adjusted the timeout from the default 30...
I was asked to develop an auto-mail sending program on asp.net. It is supposed to send, say 5000 e-mails reading the addresses from a database. It will sure fall into request timeout tough. So it seems I have to convert it into a windows app. But I'd like to know if ajaxifying this web-app would help. If I write a web service, and my web...
I have a rails application running under 2.3.4 and Ubuntu. I'm using passenger.
I have had complaints when users try to upload large files (>300MB). For my part, I can do it just fine, but I have a very fast internet connection.
What's more puzzling is the behavior they see on their end. At some point into the process the upload proces...
I have a simple jQuery AJAX funciton:
$.ajax({
type: "GET",
url: "json/" + address,
dataType: "json",
timeout: 1000,
data: "username=" + username + "&paging_limit=" + paging_limit,
success: function(json){alert("somthing")},
error: function(){alert("somthing else")}
});
I get the following error in Firefox (3.6) when the req...
Dear C# geeks,
I have object obj which is 3rd party component,
// this could take more than 30 seconds
int result = obj.PerformInitTransaction();
I don't know what is happening inside.
What I know is if it take longer time, it is failed.
how to setup a timeout mechanism to this operation, so that if it takes more than 30 seconds ...
Hi there,
I'm building an app in C#. I'm using a connection string like:
DSN=SomeDataSource; Trusted Connection = yes; Uid=SomeId; pwd=somePwd; Connection Timeout=x
But no matter what value I set as x (Connection Timeout = x), by putting a breakpoint, I can see that my DbConnection object's ConnectionTimeout property always has the d...