Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
992 views

The underlying connection was closed: An unexpected error occurred on a receive

First, sorry for my en english, i'm french and it's well known that french people are pretty bad in foreign languages. I'm here because i have a problem while downloading some files through ftp ...
5
votes
4answers
2k views

WCF Web Service Fails on Receive with Large Data

I am calling a WCF Web Service locally (or remotely) that is working fine with small amounts of data (about 25 lines of < 1K of data ea). But when the data gets larger (about 300 lines) the web ...
4
votes
2answers
79 views

Will ASP.NET Page Life Cycle run full course when connection was closed unexpectedly?

Will Asp.net run its full page life cycle although the remote connection was closed unexpectedly to a state that stream data cannot be send the client? It is a blank asp.net page with default values. ...
3
votes
2answers
125 views

How can I reopen a closed InputStream when I need to use it 2 times

I am currently using an InpuStream to get a JSON response from my server. I need to do 2 things with: Parsing it and displaying the values on the screen Save this feed on SDCard file That gives ...
3
votes
2answers
272 views

Start Word and monitor if document closed

we need for our school project a way to start a word instance and track if the document was closed. The COM api from word doens't have a event for this, are there any other ways to do this? Currently ...
2
votes
6answers
69 views

why am I getting a 'closed file' message when I run my python script?

simple bit of code, just prints out a list of urls I put into a text file (it was printing them with the \n char at the end of each one though - how do I get rid of the \n?): import mechanize, ...
2
votes
5answers
6k views

Hibernate Session is closed

When I call the method session.begin transaction as follows: //session factory is instantiated via a bean Session session = this.getSessionFactory().getCurrentSession(); session.beginTransaction(); ...
2
votes
3answers
531 views

Easiest way to tranfer large files to remote server in .NET

I am writing a program in C# / VS2005 to back up our production database, compress it, and transfer it to a remote server. I have a simple ftp site set up on the remote server. The problem is that ...
1
vote
2answers
41 views

How to create a SocketClosedHandler in java?

How can I detect when a java socket (client socket or server socket) is closed & execute a callback method when close event occurs? I don't want to use exception handling to do this. I'm seeking ...
1
vote
2answers
242 views

JSTL: can't implement class for tag <c:forEach>

I'm trying to write a class for this (forEach) tag. Here's the class: public class BookList implements Iterable<Book> { public ArrayList<Book> book_list; public BookList() { ...
1
vote
2answers
297 views

Everytime I try to communicate with my database with stored procedures I get this “Cannot perform this operation on a closed dataset”

I'm working on a Delphi project with a MS SQL Server database, I connected the database with ADOConnection, DataSource and ADOProc components from Borland Delphi 7 and I added this code in behind: ...
1
vote
3answers
853 views

can client side Javascript detect when server has closed http connection while client is working?

In my application, the client is a Javascript set of functions in the browser, and it does some work - for example, playing a clip. It uses XmlHttpRequest to talk to the server. However, the server is ...
0
votes
0answers
18 views

subcaption via vb2010

OK, I created a SRT program in vb6. works great. I thought it would be a good time to port it over to vb2010 for obvious compatibility issues. the following will not work, even though through debug; ...
0
votes
1answer
41 views

Application running even when closed?

I want my app to update itself even if it is closed. Like the way that restaurant city (game) for example, tells you when something is ready even if the app is closed. I want it to collect ...
0
votes
0answers
36 views

Google checkout with magento - no impact on admin

I have set up a magento project successfully equipped with paypal and google checkout. From sandbox and live credential, I entered all the info like Merchant Key and ID into magento admin. I tried all ...
0
votes
0answers
133 views

The underlying connection was closed: The connection was closed unexpectedly

I have a webservice designed in VS 2005 and .Net2 hosted on windows 2003 server. i am accessing a third party webservice to access some data using web references from my application. The third party ...
0
votes
1answer
120 views

Ruby gets stream closed stream IO error

This is an error that I'm getting when I run a script. repo nikhil$ ruby repobuilder.rb Resuming from package:20 Now Processing 21 repobuilder.rb:16:in `gets': closed stream (IOError) from ...
0
votes
1answer
292 views

Should I create service for GPS tracking APP?

I am writing a location service App that log where the user has been every minute. Should I create a service for the GPS process? OR just create the LocationManager at the Activity? Which one is ...
0
votes
1answer
40 views

Excel VBA - Trying to pull data from directory of excel files, continued [closed]

Possible Duplicate: Excel - VBA Question. Need to access data from all excel files in a directory without opening the files So I've been trying to put together the code people have been ...
0
votes
1answer
313 views

Fancybox - Setting the parent window's global variable from within a child fancybox

Here is the issue at hand: The overall development is being done using Ruby on rails; however, the views consist of mostly html and jQuery. Currently, I have it set up so that when a user types into ...
0
votes
1answer
69 views

Bugzilla: closed-fixed bugs: how to stop further comments being added to bug (due to freezing for migration to JIRA)

In bugzilla 2.22.7, it is possible to add further comments to a closed-fixed/resolved bug. I would like to deactivate this feature as I want to migrate bugs as they get closed to JIRA and not have ...
0
votes
0answers
331 views

StaleDataException: Access closed cursor

I already checked all the relevant questions, the answer to this always be as below: 1, cursor had already been closed; 2, call requery() my question is: when i checking android source code of ...
0
votes
0answers
354 views

java.io.IOException: The pipe is being closed

We are getting below error message. Here with java code and we are using this class from TOMCAT. Here with tomcat code from SiebSrvrmgrSessionForRunEIM.java along with line number. 172 public void ...
0
votes
2answers
46 views

i am looking for an event that will fire just before the application is closed?

i built a chat. it has a client winform and a server winform. what i am need to do is to notify, the server when the client closed his application i.e. ClientA left the server. I am looking for a ...
0
votes
0answers
233 views

vba compare two closed workbooks and place difference in current sheet

i have two (closed) excel workbooks -- c:\test\ss1.xls and c:\test\ss2.xls i have an open, current excel workbook c:\test\ssx.xls copy ss1 cells R4, R7, S3, S8 to ssx cells R5, R8, S4, S9 ...
0
votes
2answers
191 views

Windows Form Closed but not destroyed

In my Windows Form application when I close a form (which is derived from a base form), its FormClosing and FormClosed Events fire but destructor never fires off. It still keeps the memory occupied. ...
0
votes
3answers
62 views

process closing while saving a file - Python - Windows XP

I'm working on a project for school where e-mails will be pulled from an inbox and downloaded to different locations depending on how things are parsed. The language I'm writing in is Python, and the ...
-4
votes
1answer
33 views

How to open a prompt of a running command? [closed]

I'd like to know if there is any way to re-open my prompt for my MC server once it's closed terminal is closed. Some times Java keeps running so I want to know if I can some how reopen the command ...