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 just installed mirror on my macOS 10.13.6 laptop, and "mirror client" fails at startup:
> mirror client
2019-01-19 09:35:09 INFO Increasing file limit to 9223372036854775807
Exception in thread "main" java.lang.NullPointerException
at sun.nio.fs.UnixPath.normalizeAndCheck(UnixPath.java:77)
at sun.nio.fs.UnixPath.<init>(UnixPath.java:71)
at sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:281)
at java.nio.file.Paths.get(Paths.java:84)
at mirror.Mirror$MirrorClientCommand.runIfChecksOkay(Mirror.java:191)
at mirror.Mirror$BaseCommand.run(Mirror.java:100)
at mirror.Mirror.main(Mirror.java:55)
This seems to happen no matter what options I pass. "mirror server" succeeds:
> mirror server
2019-01-19 09:36:09 INFO Increasing file limit to 9223372036854775807
2019-01-19 09:36:10 INFO Listening on 49172, version unspecified
Oh, this happens if I don't pass "-r" to "mirror client". I think mirror needs more helpful argument checking. =)
ajdavis
changed the title
"Increasing file limit to 9223372036854775807" and NullPointerException on "mirror client" startup
NullPointerException if "mirror client" executed without remote path argument
Jan 19, 2019
I just installed mirror on my macOS 10.13.6 laptop, and "mirror client" fails at startup:
This seems to happen no matter what options I pass. "mirror server" succeeds:
I installed mirror like:
The text was updated successfully, but these errors were encountered: