Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "main" java.lang.NumberFormatException: For input string: "noSuchInstance" #1

Open
Ikbosh opened this issue Apr 26, 2018 · 0 comments

Comments

@Ikbosh
Copy link

Ikbosh commented Apr 26, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant