Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
13answers
29k views

WCF timeout exception detailed investigation

We have an application that has a WCF service (*.svc) running on IIS7 and various clients querying the service. The server is running Win 2008 Server. The clients are running either Windows 2008 ...
10
votes
4answers
3k views

Seeking WCF Duplex “TwoWay” Subscribe+Callback Example

Renewing the bounty AGAIN because I really need to know how to get this to work, or a definitive answer about why it won't. I've added an alternative explanation of the problem here. Having a hell ...
5
votes
1answer
771 views

iOS 5 Safari JavaScript execution exceeded timeout

I am working on a mobile web app that is primarily self-contained and communicated with the server only when necessary. Currently, the libraries being used are: jQuery 1.6.4 jQuery UI 1.8.3 ...
2
votes
2answers
85 views

Can I use a wcf proxy after I get a TimeoutException?

The proxy isn't faulted after a timeoutexception, and i can still use it. Is it recommended to use that proxy or should i abort it and create a new one?
2
votes
2answers
453 views

Timeout expired

I am writing C# code and using LINQ and some stored procedures, i am careful about opening and closing the connections but i keep getting this error. Timeout expired. The timeout period elapsed ...
2
votes
1answer
2k views

MySql.Data.MySqlClient.MySqlException: Timeout expired

In recent times, a particular page in my web app throws the Exception Details: MySql.Data.MySqlClient.MySqlException: Timeout expired. The timeout period elapsed prior to completion of the ...
2
votes
1answer
974 views

How do I debug random Timeout::Error: execution expired

We are using Rails 2.3.5 and have been experiencing seemingly random Timeout::Error: execution expired errors. The errors reported by Hoptoad are not consistently in any particular controller and ...
2
votes
1answer
392 views

Why timed lock doesnt throws a timeout exception in C++0x?

C++0x allows to lock on a mutex until a given time is reached, and return a boolean stating if the mutex has been locked or not. template <class Clock, class Duration> bool try_lock_until(const ...
2
votes
1answer
1k views

How do you Handle a TimeoutException when calling WebServices using the SoapClient in Silverlight?

How do you handle a TimeoutException that is generated when calling WebServices using the SoapClient? There doesn't seem to be any event to be handled in order to catch any Exceptions generated when ...
1
vote
0answers
56 views

WCF TimeOut Exception

I have WCF service. I am calling this service from console application. TimeOut for this service is set to default 1 min. This service calls One function asynchronously whose execution time is not ...
1
vote
0answers
44 views

Web Service — timeout exception — (although the sp is returning records in 10 sec.)

I am getting "Time out" error message from one of the web service method, sometimes it's working fine and sometimes throwing error. Database sroc. is taking hardly 10 sec. to execute, but still it's ...
1
vote
0answers
80 views

WCF: StreamedResponse throws Timeout after a few processed calls

i'm trying to set up an WCF-Web that returns data from the database as Streamed Response to the Client. The method returns 45.000 Items currently. My problem is, that when i try to call this method ...
1
vote
0answers
520 views

TimeoutException thrown by a WCF client proxy

My question is related to a System.TimeoutException that is thrown by WCF from time to time: System.TimeoutException: The open operation did not complete within the allotted timeout of ...
1
vote
1answer
254 views

SQL Server Command Timeout - executable file only

I'm receiving an error message: System.Data.SqlClient.SqlException: Timeout expired. I've traced this back to a command timeout which by default is set to 30 seconds. Sure enough, when ...
1
vote
1answer
343 views

TimeoutException when WCF Host and Client are in the same process

I've ran into a really weird problem. I am building a heavily distributed application where each app instance can either be a Host and/or Client to a WCF-Service (very p2p-like). Everything works ...
1
vote
4answers
844 views

Problem using WCF and NetNamedPipeBinding for IPC

I'm trying to learn WCF to use it as an IPC mechanism for a host/plugin system. The host needs to be able to call the plugin to Start/Stop it, and the plugin needs to call the server back to perform ...
1
vote
2answers
543 views

In WCF, does a timeout fault the channel?

In WCF, does a timeout on a request-response operation fault the channel at the client's end? If a server times out when sending a response, is the channel faulted at the server's end?
1
vote
1answer
373 views

TimoutException occurs over a network but not locally

I have a program with three WCF services and when I run them locally (i.e: Server and Clients are all on localhost) everything works. However when I test them across a network I get a TimoutException ...
1
vote
2answers
4k views

Changing the CommandTimeout in SQL Management studio

So far i have found how to change the ConnectionTimeout... But how can i change the CommandTimeout in SQL Management studio?
0
votes
3answers
286 views

System.TimeoutException when calling wcf service from Biztalk

I am getting the exception shown below. BizTalk is able to call the service when there is very light load. But once I increase the load and the number of messsages to transmit increases after a while ...
0
votes
1answer
73 views

Silverlight and WCF: strategies to optimize performance for huge quantity of data

I have a SL application that is linked to a WCF service. The WCF service retrieves data from a SQL server db. Both Silverlight and WCF use BinaryEncoding to encode SOAP messages. The WCF sends to ...
0
votes
0answers
113 views

jQuery SPServices: Search and Timeout error

I'm using Content Editor Web Part in MOSS 2007 and jQuery SPServices to get some items from the News Search scope. Everything is working and displaying but sometime I'm getting ERROR_SERVER - ...
0
votes
0answers
36 views

When connecting to ttserver,I always get the “TimeoutException”?

The title of the exception is "java.util.concurrent.TimeoutException: Timed out(5000) waiting for operation"! How can I set a approprate time for not exceeding the time out limit?! The whole exeption ...
0
votes
1answer
70 views

nHibernate big queries timeout

We are developing a new system for a customer and we have a member table with about 23600 members. And when we are trying to get them all it times out. I have used sql profiler to get the question and ...
0
votes
1answer
253 views

IIS 7 Session timeout frequently

I prepared my website in visual studio 2008 with ajax control kit and working well in the local machine. My website is hosted on Windows 2008 R23 Server with II7 But it is frequently loosing its ...
0
votes
1answer
112 views

ASP.NET / SQL Server - Timeout expired while searching

We have a table called Purchases: | PRSNumber | ... | ... | ProjectCode | | PRJCD-00001 | | | PRJCD | | PRJCD-00002 | | | PRJCD | | PRJCD-00003 | | | PRJCD ...
0
votes
1answer
345 views

WCF service behaviour on Timeout exception

We have a WCF service method (synchronous), which calls another process (through COM) to do some stuff. Now this COM process takes about 10-15 seconds to complete and then returns the call to my ...
0
votes
0answers
162 views

Webclient.upload file Timeout Exception in visual basic with IIS 7.0 on Vista

i've created a form where to upload files of different dimension. I use a webclient istance to manage this operation. I use the method Uploadfile to upload these files on the IIS server. I've ...
0
votes
0answers
322 views

Web Service throws Timeout expired When Called Remotely

I've got a problem with a webservice which if I access it ouside the server to work with it, throws a timeout error in a sql query [data error at bottom]. However, when I access the wsvc locally (by ...
0
votes
0answers
273 views

Function Timeout in Python

Is there a standard means of handling asynchronous processes in python? I have seen quite a number of solutions most of which use: signal.SIGALRM which I think is UNIX-specific (please see Function ...
0
votes
0answers
365 views

Timeout exception in ExecuteStoreQuery function of LINQ to ENTITY

I have an MVC application in this i am using ExecuteStoreQuery to execute the dynamical query for LINQ to entity. I am getting timeout exeption for large number of recods about 12000 but working ...
0
votes
0answers
995 views

android: Launch timeout has expired. Not sure whats causing or how to fix

I'm trying to open a new activity as a result of an OnItemClick method. Looking through my LogCat stuff I am seeing is showing Launch Timeout Expired, and the stack trace is showing the main thread ...
0
votes
1answer
30 views

redirecting to log inpage in the case of sqltime out exception

i have developed a web application with asp.net and c#.net and i use sql server DB, i am getting sql time out exception occasionally, i want to redirect to the loginpage in the case of sqltimeout ...
0
votes
1answer
104 views

Script error copying to Rackspace

I am using Rackspace for Ubuntu cloud server. Everyday a script(I guess the script is from rackspace) executes on the cloud servers which copies the backfile to the Rackspace CloudFiles and sends the ...
0
votes
0answers
64 views

Mobile - Proper actions after connection timeout

My code is a JAX-RPC Java client for the Web Service written for mobile device. Sometimes during execution it throws timeout exception. I am considering possible actions after timeout: 1. show ...
0
votes
1answer
2k views

how to get simple android client and pc server get working

I have a simple server running on my pc and a simple client on my htc desire running android 2.2. The server and client both use the same port. I hard code the servers ip into the clients code. When ...
0
votes
1answer
246 views

Detect TimeoutException on server side WCF

I have a WCF service that has some operations that may take long... The client receives a TimeoutException, but the server continues executing after the long operation. Server: public void ...
0
votes
2answers
221 views

Why do I get a timeout when uploading files larger than 100KB?

I have a web site on IIS7. I can upload a maximum of 100KB, but if I try any files larger than 100K then I get a timeout error. I have added following setting to my web.config file but I am getting ...
0
votes
1answer
534 views

System.IO.Ports.SerialPort Write() Timeout

The program I'm working on in C# (.Net Framework 2.0) calls for the ability to switch over to a 'remote mode' and send ascii data to another screen via Bluetooth. I'll start by saying I'm not a very ...
0
votes
1answer
198 views

Workflow 4 CodeActivity not throwing TimeoutException

I am new to Windows Workflow and trying to write a Long Running process. I am also trying to limit how long this process can run for. I am calling WorkflowInvoker.Invoke to trigger my Workflow passing ...
0
votes
2answers
715 views

JVM does not exit when TimeoutException occurs

I have code which needs to do something like this There is a list of classes each with some method (lets say execute()). I need to invoke that method on each class and there is a fixed timeOut for ...
0
votes
3answers
511 views

Very Simple Stored Procedure Will Time Out

I have a problem with this one stored procedure that works 99% of the time throughout our application, but will time out when called from a particular part of the application. The table only has 3 ...
0
votes
3answers
3k views

TimeoutException in simultaneous calls to WCF services from Silverlight application

Analysing log files I've noticed that ~1% of service calls ended with TimeoutException on the Silverlight client side. The services (wcf) are quite simple and do not perform long computations. ...
-1
votes
3answers
65 views

I'm getting a SQL Timeout from a stored procedure on a specific OR condition - why? [closed]

I have a simple query with a few joins. The query has a about 4 or 5 WHERE conditions, but it takes up to 15 seconds to return NO results. However, if I exclude a specific OR condition, it takes only ...