Find a Scenario that generate this exception stack
Budget: $25 – $50 USD
Hi all,
I need help to understand on which circomstances the following exception :
java.io.IOException: Input/output error
at java.io.FileOutputStream.close0(Native Method)
at java.io.FileOutputStream.access$000(FileOutputStream.java:53)
at java.io.FileOutputStream$1.close(FileOutputStream.java:356)
at java.io.FileDescriptor.closeAll(FileDescriptor.java:212)
at java.io.FileOutputStream.close(FileOutputStream.java:354)
at java.io.FilterOutputStream.close(FilterOutputStream.java:159)
at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241)
at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:377)
can be thrown by the line 99 of the attached program.
cibleOutputStream.close();
Please say "Hi Montre"
I tried to delete the destination file or change its permissions but I never secceded to have this exception.
I'm having this error on redhat system.
I need help to understand on which circomstances the following exception :
java.io.IOException: Input/output error
at java.io.FileOutputStream.close0(Native Method)
at java.io.FileOutputStream.access$000(FileOutputStream.java:53)
at java.io.FileOutputStream$1.close(FileOutputStream.java:356)
at java.io.FileDescriptor.closeAll(FileDescriptor.java:212)
at java.io.FileOutputStream.close(FileOutputStream.java:354)
at java.io.FilterOutputStream.close(FilterOutputStream.java:159)
at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:241)
at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:377)
can be thrown by the line 99 of the attached program.
cibleOutputStream.close();
Please say "Hi Montre"
I tried to delete the destination file or change its permissions but I never secceded to have this exception.
I'm having this error on redhat system.