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
Distribution: Ubuntu 16.04
Issue: Attempting to run the Bin file produces no output, but using Jar file does.
Using Command line: java -jar check-syno-1.0.0-SNAPSHOT.jar --community synology --hostname 172.16.0.2
Or any variations, causes:
Exception in thread "main" java.lang.NumberFormatException: For input string: "noSuchInstance"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:589)
at java.lang.Long.parseLong(Long.java:631)
at com.github.jitpack.synocheck.mib.FilesystemInfo.get(FilesystemInfo.java:29)
at com.github.jitpack.synocheck.CheckSyno.getMetrics(CheckSyno.java:97)
at com.github.jitpack.synocheck.CheckSyno.main(CheckSyno.java:182)
Honestly, I'm no expert at this, very inexperienced with Java. But your plugin is the best available I can find. So very keen to use! Hopefully I'm not an idiot and wasting your time.
The text was updated successfully, but these errors were encountered:
Distribution: Ubuntu 16.04
Issue: Attempting to run the Bin file produces no output, but using Jar file does.
Using Command line: java -jar check-syno-1.0.0-SNAPSHOT.jar --community synology --hostname 172.16.0.2
Or any variations, causes:
Exception in thread "main" java.lang.NumberFormatException: For input string: "noSuchInstance"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:589)
at java.lang.Long.parseLong(Long.java:631)
at com.github.jitpack.synocheck.mib.FilesystemInfo.get(FilesystemInfo.java:29)
at com.github.jitpack.synocheck.CheckSyno.getMetrics(CheckSyno.java:97)
at com.github.jitpack.synocheck.CheckSyno.main(CheckSyno.java:182)
Honestly, I'm no expert at this, very inexperienced with Java. But your plugin is the best available I can find. So very keen to use! Hopefully I'm not an idiot and wasting your time.
The text was updated successfully, but these errors were encountered: