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
I don't have much more information than the stacktrace (below) - it seems that the permissions are correct and the file is readable by the user.
2016-07-19 15:46:27 ERROR SettingsIo:178 - Properties file located, but failed to read from it
java.nio.file.NoSuchFileException: /home/kkeikei/.config/tmc-cli/properties.json
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at java.nio.file.Files.newBufferedReader(Files.java:2784)
at fi.helsinki.cs.tmc.cli.backend.SettingsIo.getPropertiesFromJson(SettingsIo.java:176)
at fi.helsinki.cs.tmc.cli.backend.SettingsIo.loadPropertiesFrom(SettingsIo.java:76)
at fi.helsinki.cs.tmc.cli.backend.SettingsIo.loadProperties(SettingsIo.java:71)
at fi.helsinki.cs.tmc.cli.core.CliContext.<init>(CliContext.java:52)
at fi.helsinki.cs.tmc.cli.core.CliContext.<init>(CliContext.java:41)
at fi.helsinki.cs.tmc.cli.core.CliContext.<init>(CliContext.java:37)
at fi.helsinki.cs.tmc.cli.Application.main(Application.java:142)
The text was updated successfully, but these errors were encountered:
I don't have much more information than the stacktrace (below) - it seems that the permissions are correct and the file is readable by the user.
The text was updated successfully, but these errors were encountered: