Re: new installation of opennms
Puah Chee Hau <[email protected]>
| Newsgroups | gmane.network.opennms.install |
|---|---|
| Message-ID | <CAHERm8egRLjPGy4ODycLEdHuEWx2GGBfCrxT1hLyS7eoFHf2uQ@mail.gmail.com> |
Wow it works. Thanks On Mon, Dec 10, 2012 at 6:33 PM, Puah Chee Hau <[email protected]>wrote: > Sure I will try it out. thanks > > > On Mon, Dec 10, 2012 at 1:18 PM, Ron Roskens <[email protected]> wrote: > >> There was another user back in may who posted a similar startup error. >> >> http://comments.gmane.org/gmane.network.opennms.install/5472 >> >> When you followed the instructions on the Installation:Yum wiki page, did >> you select "RHEL 5 and CentOS 5"? The previous user indicated that his >> problem was solved by using the correct binaries for his version of >> RHEL/CentOS. >> >> Ron >> >> >> >> On 12/9/2012 7:53 PM, Puah Chee Hau wrote: >> >> Hi, >> >> I am just following the tutorial at >> >> http://www.opennms.org/wiki/Installation:Yum >> >> , yum installation guide on installing opennms >> >> on centos 5.8 >> Java is using the package that comes with the rpm >> >> When I try to start opennms using service start opennms >> >> It fail with the error log. I have disabled my firewall, issue still >> persist, not sure what is happening. >> >> Thanks. >> >> >> >> On Mon, Dec 10, 2012 at 9:44 AM, Markus Neumann <[email protected]>wrote: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Am Mo 10 Dez 2012 02:20:26 CET schrieb Puah Chee Hau: >>> > Hi, >>> > >>> > Been tearing my hair for a few days. Couldnt get the opennms to work. >>> > >>> > begin ulimit settings: >>> > core file size (blocks, -c) 0 >>> > data seg size (kbytes, -d) unlimited >>> > scheduling priority (-e) 0 >>> > file size (blocks, -f) unlimited >>> > pending signals (-i) 4095 >>> > max locked memory (kbytes, -l) 32 >>> > max memory size (kbytes, -m) unlimited >>> > open files (-n) 20480 >>> > pipe size (512 bytes, -p) 8 >>> > POSIX message queues (bytes, -q) 819200 >>> > real-time priority (-r) 0 >>> > stack size (kbytes, -s) 8192 >>> > cpu time (seconds, -t) unlimited >>> > max user processes (-u) 4095 >>> > virtual memory (kbytes, -v) unlimited >>> > file locks (-x) unlimited >>> > end ulimit settings >>> > Executing command: /opt/opennms/bin/runjava -r -- >>> > -Djava.endorsed.dirs=/opt/opennms/lib/endorsed >>> > -Dopennms.home=/opt/opennms -Dcom.sun.management.jmxremote.port=18980 >>> > -Dcom.sun.management.jmxremote.ssl=false >>> > -Dcom.sun.management.jmxremote.authenticate=false -Xmx256m >>> > -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=256m -jar >>> > /opt/opennms/lib/opennms_bootstrap.jar start >>> > [DEBUG] System property 'opennms.library.jicmp' not set. Attempting to >>> > load library using System.loadLibrary("jicmp"). >>> > [DEBUG] System property 'opennms.library.jicmp' not set. Attempting to >>> > load library using System.loadLibrary("jicmp"). >>> > [DEBUG] System property 'opennms.library.jicmp6' not set. Attempting >>> to >>> > load library using System.loadLibrary("jicmp6"). >>> > [DEBUG] System property 'opennms.library.jicmp6' not set. Attempting >>> to >>> > load library using System.loadLibrary("jicmp6"). >>> > An error occurred while attempting to start the >>> > "OpenNMS:Name=TestLoadLibraries" service (class >>> > org.opennms.netmgt.vmmgr.Manager). Shutting down and exiting. >>> > javax.management.RuntimeErrorException: java.lang.UnsatisfiedLinkError: >>> > /usr/lib64/libjicmp6.so: /usr/lib64/libjicmp6.so: ELF file OS ABI >>> invalid >>> > at >>> > >>> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:858) >>> > at >>> > >>> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:869) >>> > at >>> > >>> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:838) >>> > at >>> > com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761) >>> > at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:316) >>> > at >>> org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:239) >>> > at org.opennms.netmgt.vmmgr.Starter.start(Starter.java:245) >>> > at >>> org.opennms.netmgt.vmmgr.Starter.startDaemon(Starter.java:116) >>> > at >>> org.opennms.netmgt.vmmgr.Controller.start(Controller.java:190) >>> > at >>> org.opennms.netmgt.vmmgr.Controller.main(Controller.java:162) >>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> > at >>> > >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> > at >>> > >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> > at java.lang.reflect.Method.invoke(Method.java:597) >>> > at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:346) >>> > at java.lang.Thread.run(Thread.java:662) >>> > Caused by: java.lang.UnsatisfiedLinkError: /usr/lib64/libjicmp6.so: >>> > /usr/lib64/libjicmp6.so: ELF file OS ABI invalid >>> > at java.lang.ClassLoader$NativeLibrary.load(Native Method) >>> > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803) >>> > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728) >>> > at java.lang.Runtime.loadLibrary0(Runtime.java:823) >>> > at java.lang.System.loadLibrary(System.java:1028) >>> > at >>> > org.opennms.protocols.icmp6.ICMPv6Socket.<init>(ICMPv6Socket.java:102) >>> > at >>> > >>> org.opennms.netmgt.icmp.jni6.Jni6IcmpMessenger.<init>(Jni6IcmpMessenger.java:62) >>> > at >>> > >>> org.opennms.netmgt.icmp.jni6.Jni6Pinger.initialize6(Jni6Pinger.java:152) >>> > at >>> org.opennms.netmgt.vmmgr.Manager.testPinger(Manager.java:244) >>> > at >>> > org.opennms.netmgt.vmmgr.Manager.doTestLoadLibraries(Manager.java:211) >>> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> > at >>> > >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> > at >>> > >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> > at java.lang.reflect.Method.invoke(Method.java:597) >>> > at >>> > >>> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93) >>> > at >>> > >>> com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntros >>> > >>> > Any advise? >>> > Thanks. >>> > >>> > >>> > >>> > >>> ------------------------------------------------------------------------------ >>> > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >>> > Remotely access PCs and mobile devices and provide instant support >>> > Improve your efficiency, and focus on delivering more value-add >>> services >>> > Discover what IT Professionals Know. Rescue delivers >>> > http://p.sf.net/sfu/logmein_12329d2d >>> > >>> > >>> > _______________________________________________ >>> > Please read the OpenNMS Mailing List FAQ: >>> > http://www.opennms.org/index.php/Mailing_List_FAQ >>> > >>> > opennms-install mailing list >>> > >>> > To *unsubscribe* or change your subscription options, see the bottom >>> of this page: >>> > https://lists.sourceforge.net/lists/listinfo/opennms-install >>> >>> Hallo, >>> >>> what are you trying to do? What version do you want to install? On what >>> operation system and what method are you using? >>> This information will make it easier to help you out. >>> >>> Grüße aus Deutschland, >>> >>> Markus >>> -----BEGIN PGP SIGNATURE----- >>> Version: GnuPG v1.4.11 (GNU/Linux) >>> Comment: Using GnuPG with undefined - http://www.enigmail.net/ >>> >>> iQEcBAEBAgAGBQJQxT5sAAoJEJFt8t3uH6b9aysIAK4V3849yGYLK8cf1njT6OJz >>> NIUbCQd/M9c7rqBoqTLkIbRvCwo3mEJHKftTfpVs3FAf7mOEx+u4ALnzLP5s/50P >>> 3bhE44sOH2RBKdZz1GF+/Zf8B/a7w0PxKflLbJXnJxGhVoSvVj3A27yBPdVPkJ+q >>> DBpxwE4D3d2ONr3UorV/8PtjCVi3Uc8DQv5yRoHB/y2zdjdHdwvjhRP6Ix8SHSa2 >>> b0K2Qi2x1e/ItlFNJohfMSNfLziGcVUkCctWZ7xrmL4N5ECryT1SfLWQnc67FU/w >>> 6804TQWdTUyfCTf8hYGiwMkPdNxztUPXHe5TkkaLs/74Zi1cwFr9fC+NXbD+vbk= >>> =5iZ6 >>> -----END PGP SIGNATURE----- >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >>> Remotely access PCs and mobile devices and provide instant support >>> Improve your efficiency, and focus on delivering more value-add services >>> Discover what IT Professionals Know. Rescue delivers >>> http://p.sf.net/sfu/logmein_12329d2d >>> _______________________________________________ >>> Please read the OpenNMS Mailing List FAQ: >>> http://www.opennms.org/index.php/Mailing_List_FAQ >>> >>> opennms-install mailing list >>> >>> To *unsubscribe* or change your subscription options, see the bottom of >>> this page: >>> https://lists.sourceforge.net/lists/listinfo/opennms-install >> >> >> >> >> ------------------------------------------------------------------------------ >> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >> Remotely access PCs and mobile devices and provide instant support >> Improve your efficiency, and focus on delivering more value-add services >> Discover what IT Professionals Know. Rescue delivershttp://p.sf.net/sfu/logmein_12329d2d >> >> >> >> _______________________________________________ >> Please read the OpenNMS Mailing List FAQ:http://www.opennms.org/index.php/Mailing_List_FAQ >> >> opennms-install mailing list >> >> To *unsubscribe* or change your subscription options, see the bottom of this page:https://lists.sourceforge.net/lists/listinfo/opennms-install >> >> >> >> >> ------------------------------------------------------------------------------ >> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial >> Remotely access PCs and mobile devices and provide instant support >> Improve your efficiency, and focus on delivering more value-add services >> Discover what IT Professionals Know. Rescue delivers >> http://p.sf.net/sfu/logmein_12329d2d >> _______________________________________________ >> Please read the OpenNMS Mailing List FAQ: >> http://www.opennms.org/index.php/Mailing_List_FAQ >> >> opennms-install mailing list >> >> To *unsubscribe* or change your subscription options, see the bottom of >> this page: >> https://lists.sourceforge.net/lists/listinfo/opennms-install >> > > ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-install mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-install