Tagged Questions

1
vote
1answer
27 views

JBOSS hanging on org.apache.jk.common.JkInputStream.receive() - IOException reading the http request inputstream

I have a problem that causes all threads in JBOSS to block while reading the input stream. It does not happen predictably and the system can run for days (or longer) before it starts to suffer. The …
0
votes
2answers
9 views

Strange Console MoveBufferArea IOException

Hi, I was building a "reverse console" (so that the written lines would append themselves on the top instead of the bottom) as I stumbled upon a very strange behavior of the Console.MoveBufferArea …
1
vote
2answers
57 views

Deleting a window’s background image WPF

I'm having a problem in WPF where a window doesn't release it's file-lock on the background image file after closing, before another part of the application tries to write to the image. So as an …
1
vote
2answers
164 views

IOException - Access Denied Using FileOutputStream

I get the following IOException : java.io.IOException: Access is denied at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(File.java:850) at …
0
votes
2answers
49 views

IOException while changing from File to BufferedImage

Error: Unhandled exception type IOException. File imgLoc = new File("player.png"); BufferedImage img = ImageIO.read(imgLoc); How do I get a bufferedImage from a file location?
1
vote
3answers
90 views

Wait for file to be freed by process

How do I wait for the File to be Free so that ss.Save() can overwrite it with a new one. If I run this twice close together(ish) I get a generic GDI+ error. ///<summary> /// Grabs a …
1
vote
3answers
154 views

IOException on DataGridView writing to text file C#

Good morning all, I'm having a few problems with a method in my C# code that should enable a DataGridView to be saved to a .txt file. The code is as below: private void saveToTxt_Btn_Click(object …
0
votes
1answer
168 views

Error creating javax.microedition.rms.RecordStore in NetBeans 6.0

I'm trying to write an application with J2ME that uses javax.microedition.rms.RecordStore to store persistent data. I'm developing this project in NetBeans 6.0 and J2ME 2.2 on Gentoo. When I try to …
0
votes
3answers
275 views

IOException while reading from InputStream

I'm running into a strange problem while reading from an InputStream on the Android platform. I'm not sure if this is an Android specific issue, or something I'm doing wrong in general. The only …
1
vote
6answers
248 views

How to detect System.IO.IOException cause by existing file?

I want to create and open a file but only if it doesnt exist. I dont want to use a File.Exists because a thread by switch after it creating a file with the same name. How do i check if the exception …
1
vote
4answers
2k views

System.IO.IOException: file used by another process

Dear all, I've been working in this small piece of code that seems trivial but still i cannot really see where is the problem. My functions does a pretty simple thing. Opens a file, copy its contents, …
0
votes
2answers
274 views

threaded serial port IOException when writing

Hi, I'm trying to write a small application that simply reads data from a socket, extracts some information (two integers) from the data and sends the extracted information off on a serial port. The …
3
votes
2answers
190 views

IOException for drive full or out of space

I am looking for a list of platform-specific (JRE-specific) of IOException messages indicating disk is full or out of space. So far I have: Windows: "There is not enough space on the disk" …
0
votes
3answers
219 views

Getting an IOException on multiple writes to a file.

Hey, I have implemented a csv file builder that takes in an xml document applies a xsl transform to it and appends it to a file. public class CsvBatchPrinter : BaseBatchPrinter { public …
0
votes
3answers
113 views

Why does HttpServlet throw an IOException?

I get why an HttpServlet would throw ServletException, but why IOException? What was the reasoning behind this?

1 2 next
15 30 50 per page