learning-spring-boot-2nd-edition-code icon indicating copy to clipboard operation
learning-spring-boot-2nd-edition-code copied to clipboard

Chapter 2, Part 2: "Iterator already obtained" when trying findAllImages

Open olegkamuz opened this issue 5 years ago • 1 comments

ERROR 1321 --- [nio-9000-exec-1] a.w.r.e.AbstractErrorWebExceptionHandler : [63a112d1] 500 Server Error for HTTP GET "/"

java.lang.IllegalStateException: Iterator already obtained at java.base/sun.nio.fs.UnixDirectoryStream.iterator(UnixDirectoryStream.java:118) ~[na:na]

olegkamuz avatar Jun 06 '20 12:06 olegkamuz

For now this fix works: https://gist.github.com/olegkamuz/9bf4d4b61307adf7fb5ad7bb8ecad149 or https://gist.github.com/olegkamuz/41df0224cdfcd1175b60600c8406d13d

olegkamuz avatar Jun 06 '20 13:06 olegkamuz