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

Exceeded Integer range while parsing /proc/diskstats #19

Open
tomcz7 opened this issue Jul 17, 2017 · 0 comments
Open

Exceeded Integer range while parsing /proc/diskstats #19

tomcz7 opened this issue Jul 17, 2017 · 0 comments

Comments

@tomcz7
Copy link

tomcz7 commented Jul 17, 2017

We have exception:

ART ERROR [CollectorThread] [Collector@567] Error running FileServer Block Device collector: java.lang.NumberFormatException: For input string: "3012175638"
java.lang.NumberFormatException: For input string: "3012175638"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at org.hyperic.hq.plugin.system.LinuxCollector.collect(LinuxCollector.java:40)
        at org.hyperic.hq.product.Collector.run(Collector.java:565)
        at org.hyperic.hq.agent.server.CollectorThread.run(CollectorThread.java:123)
        at java.lang.Thread.run(Unknown Source)
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