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
There is an issue in the java.nio.file.Files.createDirectories which fails for a home dir which is mounted using automounter on Solaris. It raises
java.nio.file.FileSystemException: /users/john: Operation not applicable
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
at java.nio.file.Files.createDirectory(Files.java:674)
at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
at java.nio.file.Files.createDirectories(Files.java:767)
at org.jline.reader.impl.history.DefaultHistory.internalWrite(DefaultHistory.java:229)
There is an issue in the java.nio.file.Files.createDirectories which fails for a home dir which is mounted using automounter on Solaris. It raises
...
The patch is:
The text was updated successfully, but these errors were encountered: