You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running clojure boot, the LinuxWatchService throws an exception.
bill@T540P:/mnt/c/Users/Bill/Documents/rolonicArk/simpleArk$ boot.sh test-it
sun.nio.fs.UnixException: Bad file descriptor
at sun.nio.fs.UnixNativeDispatcher.read(Native Method)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:318)
at java.lang.Thread.run(Thread.java:745)
Windows 10 version 1607 (OS Build 14393.693)
The boot development environment monitors the file system for changes. So this is a critical API when using clojure boot.
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of some of the problems highlighted in #277 and is fixed in later Windows 10 builds. In particular, see my comment #277 (comment) which shows the same Bad file descriptor error.
When running clojure boot, the LinuxWatchService throws an exception.
bill@T540P:/mnt/c/Users/Bill/Documents/rolonicArk/simpleArk$ boot.sh test-it
sun.nio.fs.UnixException: Bad file descriptor
at sun.nio.fs.UnixNativeDispatcher.read(Native Method)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:318)
at java.lang.Thread.run(Thread.java:745)
Windows 10 version 1607 (OS Build 14393.693)
The boot development environment monitors the file system for changes. So this is a critical API when using clojure boot.
The text was updated successfully, but these errors were encountered: