Top "Ioexception" questions

IOException is the general class of exceptions produced by failed or interrupted input/output operations in several languages, including Java and C#.

xml pull parser assets xml

How can i parse a local XML file in the assets folder using pull parser? I can't get pull parser …

xml android ioexception xmlpullparser
JVM failed to start: java.io.IOException: Cannot run program "/usr/libexec/StartupItemContext; error=2, No such file or directory

In my OS X Yosemite, I'm trying to start-domain in terminal: sh asadmin start-domain mythMobile and I get error: JVM …

java glassfish ioexception asadmin
Hadoop IOException failure to login

I'm pretty new to Hadoop. However, I've been able to successfully setup hadoop 2.7.3 with Java 7 in the cluster mode on …

hadoop authentication configuration java-8 ioexception
How do I tell my C# application to close a file it has open in a FileInfo object or possibly Bitmap object?

So I was writing a quick application to sort my wallpapers neatly into folders according to aspect ratio. Everything is …

c#-4.0 ioexception system.io.fileinfo
How can I fix an "IOException: Stream closed" exception using System.in?

I'm writing a simple program that reads and processes file content using a BufferedReader. BufferedReader br = new BufferedReader( new InputStreamReader(…

java ioexception system.in
Does close ever throw an IOException?

After providing some answers here, and reading some comments, it would seem that, in practice IOException is never thrown on …

java ioexception
How to debug "Sharing Violation" when trying to delete a file

I have a multi threaded C# application which creates files, opens them for processing, then deletes them once finished. This …

c# multithreading io ioexception delete-file
Write end dead exception using PipedInputStream java

Write end dead exception occurs in the following situation: Two threads: A: PipedOutputStream put = new PipedOutputStream(); String msg = "MESSAGE"; output.…

java multithreading ioexception
java.io.IOException: No space left on device Android

We have application on android market, our users getting a lot from this error: java.io.IOException: No space left …

java android io filesystems ioexception
creating a directory in java

I'm trying to create a directory and copy files to it. The code I've implemented and its output is below. …

java file ioexception creation filenotfoundexception