Skip to content

Instantly share code, notes, and snippets.

@SergejIsbrecht
Created July 29, 2018 13:38
Show Gist options
  • Save SergejIsbrecht/922e51415f59ccc10e9a0235301e8cc9 to your computer and use it in GitHub Desktop.
Save SergejIsbrecht/922e51415f59ccc10e9a0235301e8cc9 to your computer and use it in GitHub Desktop.
ava.nio.file.NoSuchFileException: files/ospd.txt
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
at java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:178)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:292)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:345)
at java.base/java.nio.file.Files.lines(Files.java:4033)
at java.base/java.nio.file.Files.lines(Files.java:4125)
at hu.akarnokd.comparison.Util.readScrabbleWords(Util.java:35)
at hu.akarnokd.comparison.scrabble.ShakespearePlaysScrabble.init(ShakespearePlaysScrabble.java:102)
at hu.akarnokd.comparison.scrabble.generated.ShakespearePlaysScrabbleWithAkkaStreamBeta_measureThroughput_jmhTest._jmh_tryInit_f_shakespeareplaysscrabblewithakkastreambeta0_G(ShakespearePlaysScrabbleWithAkkaStreamBeta_measureThroughput_jmhTest.java:438)
at hu.akarnokd.comparison.scrabble.generated.ShakespearePlaysScrabbleWithAkkaStreamBeta_measureThroughput_jmhTest.measureThroughput_SampleTime(ShakespearePlaysScrabbleWithAkkaStreamBeta_measureThroughput_jmhTest.java:253)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:453)
at org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:437)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:922)
java.nio.file.NoSuchFileException: files/words.shakespeare.txt
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
at java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:178)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:292)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:345)
at java.base/java.nio.file.Files.lines(Files.java:4033)
at java.base/java.nio.file.Files.lines(Files.java:4125)
at hu.akarnokd.comparison.Util.readShakespeareWords(Util.java:46)
at hu.akarnokd.comparison.scrabble.ShakespearePlaysScrabble.init(ShakespearePlaysScrabble.java:103)
at hu.akarnokd.comparison.scrabble.generated.ShakespearePlaysScrabbleWithAkkaStreamBeta_measureThroughput_jmhTest._jmh_tryInit_f_shakespeareplaysscrabblewithakkastreambeta0_G(ShakespearePlaysScrabbleWithAkkaStreamBeta_measureThroughput_jmhTest.java:438)
at hu.akarnokd.comparison.scrabble.generated.ShakespearePlaysScrabbleWithAkkaStreamBeta_measureThroughput_jmhTest.measureThroughput_SampleTime(ShakespearePlaysScrabbleWithAkkaStreamBeta_measureThroughput_jmhTest.java:253)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:453)
at org.openjdk.jmh.runner.BenchmarkHandler$BenchmarkTask.call(BenchmarkHandler.java:437)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:922)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment