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#.

Deleting google-services json file

Actually by mistake I pasted google-services json file of another project in my current project of android .So when building …

android firebase firebase-cloud-messaging ioexception
Jetty IOException: Too many open files

I'm running Jetty on a website doing around 100 requests/sec, with nginx in front. I just noticed in the logs, …

java jetty nio ioexception
Why is InputStream.close() declared to throw IOException?

The java.io.InputStream.close() method is declared to throw an IOException. Under what circumstances would such an exception actually …

java exception ioexception
How to read open excel file at C#

I want to read already open excel file with C#. I am using this method but it can't read the …

c# excel file-io ioexception
Troubleshooting 'Too many files open' with lsof

I have a Java application running on Linux with PID 25426. When running lsof -p 25426, I noticed: java 25426 uid 420w FIFO 0,8 0…

java ioexception lsof
Premature end of line in weka

I have some data inside arff file and I can't convert it. I don't know what is wrong. @RELATION relationName @…

java weka ioexception arff
Is there a limit for the number of files in a directory on an SD card?

I have a project written for Android devices. It generates a large number of files, each day. These are all …

java android sd-card ioexception fat32
Android playing resource files from internal storage causes MediaPlayer.prepare to give IOException

My app plays audio resource files from the internal directory designated for my app (/data/data/com...). It seems to …

android resources media-player ioexception prepare
PushbackInputStream: Push back buffer is full

Why I am getting the following exception: Exception in thread "main" java.io.IOException: Push back buffer is full at …

java stream buffer ioexception pushbackinputstream
HttpURLConnection: how to read payload of 400 response

I use the following code to send a JSON request to my web service, and, for a bad request I …

java json httpurlconnection ioexception payload