When I run the sigar.jar I get the following error:
liblibsigar-x86_64-linux.so: liblibsigar-x86_64-linux.so: cannot open shared object file: No such file or directory
org.hyperic.sigar.SigarException: liblibsigar-x86_64-linux.so: liblibsigar-x86_64-linux.so: cannot open shared object file: No such file or directory
at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:172)
at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:100)
at java.lang.Class.initializeClass(libgcj.so.7rh)
at java.lang.Class.forName(libgcj.so.7rh)
at org.hyperic.sigar.SigarLoader.class$(SigarLoader.java:77)
at org.hyperic.sigar.SigarLoader.getLocation(SigarLoader.java:77)
at org.hyperic.sigar.cmd.Runner.main(Runner.java:176)
Exception in thread "main" java.lang.NullPointerException
at java.io.File.normalizePath(libgcj.so.7rh)
at java.io.File.<init>(libgcj.so.7rh)
at org.hyperic.sigar.cmd.Runner.getLibJars(Runner.java:73)
at org.hyperic.sigar.cmd.Runner.addJarDir(Runner.java:134)
at org.hyperic.sigar.cmd.Runner.main(Runner.java:180)
I am running the test on a (RHEL 6.5).
Java provides the OS information as
Operating System:Linux 2.6.18-92.el5
Architecture:amd64
Number of processors:2
So what is the native shared lib that it should use?
If the shared library is identified how do I make it available to the application?
Regards,
Chet
liblibsigar-x86_64-linux.so: liblibsigar-x86_64-linux.so: cannot open shared object file: No such file or directory
org.hyperic.sigar.SigarException: liblibsigar-x86_64-linux.so: liblibsigar-x86_64-linux.so: cannot open shared object file: No such file or directory
at org.hyperic.sigar.Sigar.loadLibrary(Sigar.java:172)
at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:100)
at java.lang.Class.initializeClass(libgcj.so.7rh)
at java.lang.Class.forName(libgcj.so.7rh)
at org.hyperic.sigar.SigarLoader.class$(SigarLoader.java:77)
at org.hyperic.sigar.SigarLoader.getLocation(SigarLoader.java:77)
at org.hyperic.sigar.cmd.Runner.main(Runner.java:176)
Exception in thread "main" java.lang.NullPointerException
at java.io.File.normalizePath(libgcj.so.7rh)
at java.io.File.<init>(libgcj.so.7rh)
at org.hyperic.sigar.cmd.Runner.getLibJars(Runner.java:73)
at org.hyperic.sigar.cmd.Runner.addJarDir(Runner.java:134)
at org.hyperic.sigar.cmd.Runner.main(Runner.java:180)
I am running the test on a (RHEL 6.5).
Java provides the OS information as
Operating System:Linux 2.6.18-92.el5
Architecture:amd64
Number of processors:2
So what is the native shared lib that it should use?
If the shared library is identified how do I make it available to the application?
Regards,
Chet