Skip to content

Instantly share code, notes, and snippets.

@chronodm
Created August 19, 2018 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chronodm/fe5788ebf0e93d84dc55e6a80472f4ef to your computer and use it in GitHub Desktop.
Save chronodm/fe5788ebf0e93d84dc55e6a80472f4ef to your computer and use it in GitHub Desktop.
IOException: is a directory
java.io.IOException: Is a directory
at java.base/sun.nio.ch.FileDispatcherImpl.read0(Native Method)
at java.base/sun.nio.ch.FileDispatcherImpl.read(FileDispatcherImpl.java:48)
at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:283)
at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:250)
at java.base/sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:223)
at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment