Isaac Hollander | 1 Jul 2009 17:06

New OpenNMS install: Error when manually running discovery

My new OpenNMS install on CentOS 5.3 did not autodiscover my entire network 
(after I had added ranges to the config as required).  I got the below error 
from the servlet when saving and restarting autodiscovery on the Admin page.  
Has anyone seen it before?  Any ideas?

The Web User Interface Has Experienced an Unexpected Error

The webUI has encountered an exception condition that it does not know how to 
handle.

Possible causes could be that the database is not responding, the OpenNMS 
application has stopped or is not running, or there is an issue with the servlet 
container.

You can try going to the main page and hitting "refresh" in your browser, but 
there is a good chance that will have no effect. Please bring this message to 
the attention of the person responsible for maintaining OpenNMS for your 
organization, and have them insure that OpenNMS, the external servlet container 
(if applicable), and the database are all running without errors.

Error Details
java.lang.NullPointerException
	at 
org.opennms.web.admin.discovery.GeneralSettingsLoader.load(GeneralSettingsLoader
.java:38)
	at 
org.opennms.web.admin.discovery.ActionDiscoveryServlet.doPost(ActionDiscoverySer
vlet.java:96)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
(Continue reading)

Tarus Balog | 1 Jul 2009 17:32
Favicon

Re: New OpenNMS install: Error when manually running discovery


On Jul 1, 2009, at 11:06 AM, Isaac Hollander wrote:

> My new OpenNMS install on CentOS 5.3 did not autodiscover my entire  
> network
> (after I had added ranges to the config as required).  I got the  
> below error
> from the servlet when saving and restarting autodiscovery on the  
> Admin page.
> Has anyone seen it before?  Any ideas?

I've seen it before but have been unable to reproduce.

Try this:

service opennms stop
rm -f /opt/opennms/logs/daemon/*
service opennms start

Go to the page and try it again. If you get the error:

cd /opt/opennms/logs/daemon
grep ERROR *
grep FATAL *

and see if you have any of those errors.

-T

_______________________________________________________________________
(Continue reading)

Isaac Hollander | 1 Jul 2009 18:07

Re: New OpenNMS install: Error when manually running discovery

> Try this:
> 
> service opennms stop
> rm -f /opt/opennms/logs/daemon/*
> service opennms start
> 
> Go to the page and try it again. If you get the error:
> 
> cd /opt/opennms/logs/daemon
> grep ERROR *
> grep FATAL *
> 
> and see if you have any of those errors.

Still getting the error.  Nothing in the logs/daemon directory.  
However, there's an error in the Jetty log:

webapp/jetty.log:2009-07-01 11:00:16,329 ERROR [btpool0-37] log: 
/opennms/admin/discovery/actionDiscovery
webapp/jetty.log:2009-07-01 12:05:16,413 ERROR [btpool0-3] log: 
/opennms/admin/discovery/actionDiscovery

------------------------------------------------------------------------------
_______________________________________________
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:
(Continue reading)

sunmingtao | 7 Jul 2009 05:20

please answer this question

os : windows vista
 
database:  postgreSQL 8.2
 
openNMS:  standalone-opennms-installer-1.6.5
 
C:\opennms1\bin>opennms.bat start
 
C:\opennms1\bin>"C:\Program Files\Java\jdk1.6.0_12\bin\java" -Xmx256m -Dopennms.
home="C:/opennms1" -jar "C:/opennms1/lib/opennms_bootstrap.jar" start
[DEBUG] System property 'opennms.library.jicmp' set to 'C:/opennms1/lib\jicmp.dl
l.  Attempting to load jicmp library from this location.
[INFO] Successfully loaded jicmp library.
An error occurred while attempting to start the "OpenNMS:Name=TestLoadLibraries"
 service (class org.opennms.netmgt.vmmgr.Manager).  Shutting down and exiting.
javax.management.RuntimeMBeanException: java.lang.reflect.UndeclaredThrowableExc
eption: Could not initialize ICMP socket: System error creating ICMP socket (100
13, Unknown error)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Default
MBeanServerInterceptor.java:856)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBe
anException(DefaultMBeanServerInterceptor.java:869)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:838)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
)
        at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:313)
        at org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:236)
        at org.opennms.netmgt.vmmgr.Starter.start(Starter.java:247)
        at org.opennms.netmgt.vmmgr.Starter.startDaemon(Starter.java:127)
        at org.opennms.netmgt.vmmgr.Controller.start(Controller.java:197)
        at org.opennms.netmgt.vmmgr.Controller.main(Controller.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:368)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.UndeclaredThrowableException: Could not initialize
ICMP socket: System error creating ICMP socket (10013, Unknown error)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:239)
        at org.opennms.netmgt.vmmgr.Manager.doTestLoadLibraries(Manager.java:221
)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:93)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:27)
        at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.j
ava:208)
        at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
        at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:836)
        ... 13 more
Caused by: java.net.SocketException: System error creating ICMP socket (10013, U
nknown error)
        at org.opennms.protocols.icmp.IcmpSocket.initSocket(Native Method)
        at org.opennms.protocols.icmp.IcmpSocket.<init>(IcmpSocket.java:108)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:237)
        ... 24 more
 
2009-07-07
sunmingtao
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
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
sunmingtao | 7 Jul 2009 05:26

please answer this question

os : windows vista
 
database:  postgreSQL 8.2
 
openNMS:  standalone-opennms-installer-1.6.5
 
C:\opennms1\bin>opennms.bat start
 
C:\opennms1\bin>"C:\Program Files\Java\jdk1.6.0_12\bin\java" -Xmx256m -Dopennms.
home="C:/opennms1" -jar "C:/opennms1/lib/opennms_bootstrap.jar" start
[DEBUG] System property 'opennms.library.jicmp' set to 'C:/opennms1/lib\jicmp.dl
l.  Attempting to load jicmp library from this location.
[INFO] Successfully loaded jicmp library.
An error occurred while attempting to start the "OpenNMS:Name=TestLoadLibraries"
 service (class org.opennms.netmgt.vmmgr.Manager).  Shutting down and exiting.
javax.management.RuntimeMBeanException: java.lang.reflect.UndeclaredThrowableExc
eption: Could not initialize ICMP socket: System error creating ICMP socket (100
13, Unknown error)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Default
MBeanServerInterceptor.java:856)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBe
anException(DefaultMBeanServerInterceptor.java:869)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:838)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
)
        at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:313)
        at org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:236)
        at org.opennms.netmgt.vmmgr.Starter.start(Starter.java:247)
        at org.opennms.netmgt.vmmgr.Starter.startDaemon(Starter.java:127)
        at org.opennms.netmgt.vmmgr.Controller.start(Controller.java:197)
        at org.opennms.netmgt.vmmgr.Controller.main(Controller.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:368)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.UndeclaredThrowableException: Could not initialize
ICMP socket: System error creating ICMP socket (10013, Unknown error)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:239)
        at org.opennms.netmgt.vmmgr.Manager.doTestLoadLibraries(Manager.java:221
)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:93)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:27)
        at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.j
ava:208)
        at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
        at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:836)
        ... 13 more
Caused by: java.net.SocketException: System error creating ICMP socket (10013, U
nknown error)
        at org.opennms.protocols.icmp.IcmpSocket.initSocket(Native Method)
        at org.opennms.protocols.icmp.IcmpSocket.<init>(IcmpSocket.java:108)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:237)
        ... 24 more
 
2009-07-07
sunmingtao
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
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
sunmingtao | 7 Jul 2009 05:33

Re: please answer this question

 
 
 
2009-07-07
sunmingtao
发件人: sunmingtao
发送时间: 2009-07-07  11:28:50
收件人: opennms-install
抄送:
主题: [opennms-install] please answer this question
os : windows vista
 
database:  postgreSQL 8.2
 
openNMS:  standalone-opennms-installer-1.6.5
 
C:\opennms1\bin>opennms.bat start
 
C:\opennms1\bin>"C:\Program Files\Java\jdk1.6.0_12\bin\java" -Xmx256m -Dopennms.
home="C:/opennms1" -jar "C:/opennms1/lib/opennms_bootstrap.jar" start
[DEBUG] System property 'opennms.library.jicmp' set to 'C:/opennms1/lib\jicmp.dl
l.  Attempting to load jicmp library from this location.
[INFO] Successfully loaded jicmp library.
An error occurred while attempting to start the "OpenNMS:Name=TestLoadLibraries"
 service (class org.opennms.netmgt.vmmgr.Manager).  Shutting down and exiting.
javax.management.RuntimeMBeanException: java.lang.reflect.UndeclaredThrowableExc
eption: Could not initialize ICMP socket: System error creating ICMP socket (100
13, Unknown error)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Default
MBeanServerInterceptor.java:856)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBe
anException(DefaultMBeanServerInterceptor.java:869)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:838)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
)
        at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:313)
        at org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:236)
        at org.opennms.netmgt.vmmgr.Starter.start(Starter.java:247)
        at org.opennms.netmgt.vmmgr.Starter.startDaemon(Starter.java:127)
        at org.opennms.netmgt.vmmgr.Controller.start(Controller.java:197)
        at org.opennms.netmgt.vmmgr.Controller.main(Controller.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:368)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.UndeclaredThrowableException: Could not initialize
ICMP socket: System error creating ICMP socket (10013, Unknown error)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:239)
        at org.opennms.netmgt.vmmgr.Manager.doTestLoadLibraries(Manager.java:221
)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:93)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:27)
        at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.j
ava:208)
        at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
        at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:836)
        ... 13 more
Caused by: java.net.SocketException: System error creating ICMP socket (10013, U
nknown error)
        at org.opennms.protocols.icmp.IcmpSocket.initSocket(Native Method)
        at org.opennms.protocols.icmp.IcmpSocket.<init>(IcmpSocket.java:108)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:237)
        ... 24 more
 
2009-07-07
sunmingtao
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
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
sunmingtao | 7 Jul 2009 05:36

Fw: please answer this question

 
 
2009-07-07
sunmingtao
发件人: sunmingtao
发送时间: 2009-07-07 11:26:34
收件人: opennms-install
抄送:
主题: please answer this question
 
os : windows vista
 
database:  postgreSQL 8.2
 
openNMS:  standalone-opennms-installer-1.6.5
 
C:\opennms1\bin>opennms.bat start
 
C:\opennms1\bin>"C:\Program Files\Java\jdk1.6.0_12\bin\java" -Xmx256m -Dopennms.
home="C:/opennms1" -jar "C:/opennms1/lib/opennms_bootstrap.jar" start
[DEBUG] System property 'opennms.library.jicmp' set to 'C:/opennms1/lib\jicmp.dl
l.  Attempting to load jicmp library from this location.
[INFO] Successfully loaded jicmp library.
An error occurred while attempting to start the "OpenNMS:Name=TestLoadLibraries"
 service (class org.opennms.netmgt.vmmgr.Manager).  Shutting down and exiting.
javax.management.RuntimeMBeanException: java.lang.reflect.UndeclaredThrowableExc
eption: Could not initialize ICMP socket: System error creating ICMP socket (100
13, Unknown error)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Default
MBeanServerInterceptor.java:856)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBe
anException(DefaultMBeanServerInterceptor.java:869)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:838)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
)
        at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:313)
        at org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:236)
        at org.opennms.netmgt.vmmgr.Starter.start(Starter.java:247)
        at org.opennms.netmgt.vmmgr.Starter.startDaemon(Starter.java:127)
        at org.opennms.netmgt.vmmgr.Controller.start(Controller.java:197)
        at org.opennms.netmgt.vmmgr.Controller.main(Controller.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:368)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.UndeclaredThrowableException: Could not initialize
ICMP socket: System error creating ICMP socket (10013, Unknown error)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:239)
        at org.opennms.netmgt.vmmgr.Manager.doTestLoadLibraries(Manager.java:221
)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:93)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:27)
        at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.j
ava:208)
        at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
        at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:836)
        ... 13 more
Caused by: java.net.SocketException: System error creating ICMP socket (10013, U
nknown error)
        at org.opennms.protocols.icmp.IcmpSocket.initSocket(Native Method)
        at org.opennms.protocols.icmp.IcmpSocket.<init>(IcmpSocket.java:108)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:237)
        ... 24 more
 
2009-07-07
sunmingtao
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
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
sunmingtao | 7 Jul 2009 07:24

Fw: please answer this question

 
 
2009-07-07
sunmingtao
发件人: sunmingtao
发送时间: 2009-07-07 11:36:47
收件人: opennms-install
抄送:
主题: Fw: please answer this question
 
 
 
2009-07-07
sunmingtao
发件人: sunmingtao
发送时间: 2009-07-07 11:26:34
收件人: opennms-install
抄送:
主题: please answer this question
I am new to OpenNMS and want to use it on win vista.
os : windows vista
 
database:  postgreSQL 8.2
 
openNMS:  standalone-opennms-installer-1.6.5
 
C:\opennms1\bin>opennms.bat start
 
C:\opennms1\bin>"C:\Program Files\Java\jdk1.6.0_12\bin\java" -Xmx256m -Dopennms.
home="C:/opennms1" -jar "C:/opennms1/lib/opennms_bootstrap.jar" start
[DEBUG] System property 'opennms.library.jicmp' set to 'C:/opennms1/lib\jicmp.dl
l.  Attempting to load jicmp library from this location.
[INFO] Successfully loaded jicmp library.
An error occurred while attempting to start the "OpenNMS:Name=TestLoadLibraries"
 service (class org.opennms.netmgt.vmmgr.Manager).  Shutting down and exiting.
javax.management.RuntimeMBeanException: java.lang.reflect.UndeclaredThrowableExc
eption: Could not initialize ICMP socket: System error creating ICMP socket (100
13, Unknown error)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Default
MBeanServerInterceptor.java:856)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBe
anException(DefaultMBeanServerInterceptor.java:869)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:838)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
)
        at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:313)
        at org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:236)
        at org.opennms.netmgt.vmmgr.Starter.start(Starter.java:247)
        at org.opennms.netmgt.vmmgr.Starter.startDaemon(Starter.java:127)
        at org.opennms.netmgt.vmmgr.Controller.start(Controller.java:197)
        at org.opennms.netmgt.vmmgr.Controller.main(Controller.java:169)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:368)
        at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.UndeclaredThrowableException: Could not initialize
ICMP socket: System error creating ICMP socket (10013, Unknown error)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:239)
        at org.opennms.netmgt.vmmgr.Manager.doTestLoadLibraries(Manager.java:221
)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:93)
        at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMB
eanIntrospector.java:27)
        at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.j
ava:208)
        at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
        at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:836)
        ... 13 more
Caused by: java.net.SocketException: System error creating ICMP socket (10013, U
nknown error)
        at org.opennms.protocols.icmp.IcmpSocket.initSocket(Native Method)
        at org.opennms.protocols.icmp.IcmpSocket.<init>(IcmpSocket.java:108)
        at org.opennms.netmgt.vmmgr.Manager.testIcmpSocket(Manager.java:237)
        ... 24 more
 
2009-07-07
sunmingtao
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
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
Benjamin Reed | 7 Jul 2009 15:22
Favicon
Gravatar

Re: please answer this question

On 7/6/09 11:20 PM, sunmingtao wrote:

> *javax.management.RuntimeMBeanException: java.lang.reflect.UndeclaredThrowableExc*
> *eption: Could not initialize ICMP socket: System error creating ICMP socket (100*
> *13, Unknown error)*

This means that JICMP is messed up somehow -- either you're not running
as an administrator, or you can try downloading the standalone JICMP
release on the web site:

> http://sourceforge.net/projects/opennms/files/JICMP/jicmp-1.0.9-win32-amd64-bin.zip

Incidentally, the more you re-post the exact same question on a
discussion list like this, the more likely it is that people won't
answer you.  =)

It was night time in the US, where most of the posters are.  In the
future, please just ask your question and people will answer if/when
they can.

-- 
Benjamin Reed
The OpenNMS Group
http://www.opennms.org/

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
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
mail List | 15 Jul 2009 00:44
Picon

OpenNMS install in Ubuntu 9.04 server

Hello out there in TV Land.  I would like some help with my opennms install if you could spare a moment to help me chase a way the flying monkeys or other Microsoft(tm) demons or is it deamons. 

attached is the output from my install script using the command line "sudo /usr/share/opennms/bin/install -disU -l /usr/lib/jni "
and the output of my output.log my error seems to be
" An error occurred while attempting to start the "OpenNMS:Name=TestLoadLibraries" service (class org.opennms.netmgt.vmmgr.Manager).  Shutting down and exiting. "  also know as "Run away !! Flee Flee" in a high pitched british acent that would make John Cleese cry.


Here is a list of steps the lead up to the event.

sudo apt-get upgrade





sudo vi /etc/apt/sources.list





deb http://debian.opennms.org stable main





deb-src http://debian.opennms.org stable main












wget -O - http://debian.opennms.org/OPENNMS-GPG-KEY | sudo apt-key add -












sudo apt-get update





sudo apt-get install opennms












export OPENNMS_HOME=/usr/share/opennms












sudo /etc/init.d/postgresql-8.3 start












sudo vi /etc/postgresql/8.3/main/pg_hba.conf












local all all trust





host all all 127.0.0.1/32 trust





host all all  ::1/128 trust












sudo vi /etc/postgresql/8.3/main/postgresql.conf


 









listen_addresses = 'localhost'





install_iplike.sh





sudo /etc/init.d/postgresql-8.3 restart












sudo -u postgres createdb -U postgres -E UNICODE opennms





$OPENNMS_HOME/bin/runjava -s












$OPENNMS_HOME/bin/install -dis





sudo /usr/share/opennms/bin/runjava -





sudo /usr/share/opennms/bin/install -dis












sudo /etc/init.d/opennms start






jhirley <at> OpenNMS:~$ sudo /usr/share/opennms/bin/install -disU -l /usr/lib/jni
sudo: unable to resolve host OpenNMS
[sudo] password for jhirley: 
==============================================================================
OpenNMS Installer Version $Id: Installer.java 11800 2009-01-11 23:04:48Z dhustace $
==============================================================================

Configures PostgreSQL tables, users, and other miscellaneous settings.

- searching for jicmp:
  - trying to load /usr/lib/jni/libjicmp.so: OK
- searching for jrrd:
  - trying to load /usr/lib/jni/libjrrd.so: NO
  - trying to load /usr/lib/jni/libjrrd.so: NO
  - trying to load /usr/lib/jvm/java-6-sun-1.6.0.13/jre/lib/i386/client/libjrrd.so: NO
  - trying to load /usr/lib/jvm/java-6-sun-1.6.0.13/jre/lib/i386/libjrrd.so: NO
  - trying to load /usr/lib/jvm/java-6-sun-1.6.0.13/jre/../lib/i386/libjrrd.so: NO
  - trying to load /libjrrd.so: NO
  - trying to load /usr/share/opennms/lib/libjrrd.so: NO
  - trying to load /usr/java/packages/lib/i386/libjrrd.so: NO
  - trying to load /lib/libjrrd.so: NO
  - trying to load /usr/lib/libjrrd.so: NO
  - trying to load /usr/lib/jni/libjrrd.so: NO
  - trying to load /usr/lib/libjrrd.so: NO
  - trying to load /usr/local/lib/libjrrd.so: NO
  - trying to load /opt/NMSjicmp/lib/32/libjrrd.so: NO
  - trying to load /opt/NMSjicmp/lib/64/libjrrd.so: NO
- Failed to load the optional jrrd library.
  - This error is not fatal, since jrrd is only required for optional features.
  - For more information, see http://www.opennms.org/index.php/jrrd
- checking database version... 8.3
  - Full version string: PostgreSQL 8.3.7 on i486-pc-linux-gnu, compiled by GCC gcc-4.3.real (Ubuntu
4.3.3-5ubuntu4) 4.3.3
* using 'opennms' as the PostgreSQL user for OpenNMS
* using 'opennms' as the PostgreSQL password for OpenNMS
* using 'opennms' as the PostgreSQL database name for OpenNMS
- using SQL directory... /usr/share/opennms/etc
- using create.sql... /usr/share/opennms/etc/create.sql
- checking if database "opennms" is unicode... ALREADY UNICODE
- checking database for old backup tables... NONE
- checking for rows that violate constraints...
  - checking for rows that violate constraint 'fk_dpname'... DONE
  - checking for rows that violate constraint 'fk_nodeid2'... DONE
  - checking for rows that violate constraint 'fk_nodeid1'... DONE
  - checking for rows that violate constraint 'snmpinterface_fkey2'... DONE
  - checking for rows that violate constraint 'fk_nodeid3'... DONE
  - checking for rows that violate constraint 'fk_serviceid1'... DONE
  - checking for rows that violate constraint 'ipinterface_fkey'... DONE
  - checking for rows that violate constraint 'fk_eventid1'... DONE
  - checking for rows that violate constraint 'fk_eventid2'... DONE
  - checking for rows that violate constraint 'fk_nodeid4'... DONE
  - checking for rows that violate constraint 'fk_serviceid2'... DONE
  - checking for rows that violate constraint 'ifservices_fkey1'... DONE
  - checking for rows that violate constraint 'ifservices_fkey2'... DONE
  - checking for rows that violate constraint 'fk_eventid3'... DONE
  - checking for rows that violate constraint 'fk_nodeid7'... DONE
  - checking for rows that violate constraint 'fk_notifid2'... DONE
  - checking for rows that violate constraint 'fk_eventidak2'... DONE
  - checking for rows that violate constraint 'fk_alarmid1'... DONE
  - checking for rows that violate constraint 'fk_nodeid5'... DONE
  - checking for rows that violate constraint 'categoryid_fkey1'... DONE
  - checking for rows that violate constraint 'nodeid_fkey1'... DONE
  - checking for rows that violate constraint 'fk_nodeid8'... DONE
  - checking for rows that violate constraint 'fk_demandpollid'... DONE
  - checking for rows that violate constraint 'location_monitor_fkey1'... DONE
  - checking for rows that violate constraint 'ifservices_fkey4'... DONE
  - checking for rows that violate constraint 'location_monitor_fkey2'... DONE
  - checking for rows that violate constraint 'applicationid_fkey1'... DONE
  - checking for rows that violate constraint 'ifservices_fkey3'... DONE
  - checking for rows that violate constraint 'fk_ia_nodeid1'... DONE
  - checking for rows that violate constraint 'fk_ia_nodeid8'... DONE
  - checking for rows that violate constraint 'fk_ia_nodeid2'... DONE
  - checking for rows that violate constraint 'fk_ia_nodeid3'... DONE
  - checking for rows that violate constraint 'fk_ia_nodeid4'... DONE
  - checking for rows that violate constraint 'fk_ia_nodeid5'... DONE
  - checking for rows that violate constraint 'fk_ia_nodeid6'... DONE
  - checking for rows that violate constraint 'fk_ia_nodeid7'... DONE
  - checking for rows that violate constraint 'fk_mapid'... DONE
  - checking for rows that violate constraint 'fk_statsdata_reportid'... DONE
  - checking for rows that violate constraint 'fk_statsdata_resourceid'... DONE
  - checking for rows that violate constraint 'fk_qrtz_job_listeners'... DONE
  - checking for rows that violate constraint 'fk_qrtz_triggers'... DONE
  - checking for rows that violate constraint 'fk_qrtz_simple_triggers'... DONE
  - checking for rows that violate constraint 'fk_qrtz_cron_triggers'... DONE
  - checking for rows that violate constraint 'fk_qrtz_blob_triggers'... DONE
  - checking for rows that violate constraint 'fk_qrtz_trigger_listeners'... DONE
- checking for rows that violate constraints... DONE
- creating sequences... 
  - checking "opennmsNxtId" sequence... ALREADY EXISTS
  - checking "nodeNxtId" sequence... ALREADY EXISTS
  - checking "serviceNxtId" sequence... ALREADY EXISTS
  - checking "eventsNxtId" sequence... ALREADY EXISTS
  - checking "alarmsNxtId" sequence... ALREADY EXISTS
  - checking "outageNxtId" sequence... ALREADY EXISTS
  - checking "notifyNxtId" sequence... ALREADY EXISTS
  - checking "vulnNxtId" sequence... ALREADY EXISTS
  - checking "catNxtId" sequence... ALREADY EXISTS
  - checking "userNotifNxtId" sequence... ALREADY EXISTS
  - checking "demandPollNxtId" sequence... ALREADY EXISTS
  - checking "pollResultNxtId" sequence... ALREADY EXISTS
  - checking "mapNxtId" sequence... ALREADY EXISTS
  - checking "reportNxtId" sequence... ALREADY EXISTS
- creating sequences... DONE
- adding PL/pgSQL call handler... EXISTS
- adding PL/pgSQL language module... EXISTS
- adding stored procedures... 
  - setIpInterfaceKeysOnInsertTrigger.sql... OK (dropped and re-added)
  - getPercentAvailabilityInWindow.sql... OK (dropped and re-added)
  - setIfServiceKeysOnInsertTrigger.sql... OK (dropped and re-added)
  - getManagePercentAvailNodeWindow.sql... OK (dropped and re-added)
  - setIpInterfaceKeysOnUpdateTrigger.sql... OK (dropped and re-added)
  - setSnmpInterfaceKeysOnUpdateTrigger.sql... OK (dropped and re-added)
  - getManagedOutageForNodeInWindow.sql... OK (dropped and re-added)
  - setIfServiceKeysOnUpdateTrigger.sql... OK (dropped and re-added)
  - getManagedOutageForIntfInWindow.sql... OK (dropped and re-added)
  - getManagedServiceCountForNode.sql... OK (dropped and re-added)
  - getManagedServiceCountForIntf.sql... OK (dropped and re-added)
  - getOutageTimeInWindow.sql... OK (dropped and re-added)
  - setSnmpInterfaceKeysOnInsertTrigger.sql... OK (dropped and re-added)
  - getManagePercentAvailIntfWindow.sql... OK (dropped and re-added)
- creating tables...
  - checking table "serverMap"... 
    - checking index 'server_name_idx' on this table... DONE
  - checking table "servermap"... UPTODATE
  - checking table "serviceMap"... 
    - checking index 'servicemap_name_idx' on this table... DONE
    - checking index 'serviceMap_ipaddr_idx' on this table... DONE
  - checking table "servicemap"... UPTODATE
  - checking table "distPoller"... 
  - checking table "distpoller"... UPTODATE
  - checking table "node"... 
    - checking index 'node_id_type_idx' on this table... DONE
    - checking index 'node_label_idx' on this table... DONE
    - checking index 'node_dpname_idx' on this table... DONE
    - checking index 'node_foreign_unique_idx' on this table... DONE
  - checking table "node"... UPTODATE
  - checking table "snmpInterface"... 
    - checking index 'snmpinterface_nodeid_ifindex_unique_idx' on this table... DONE
    - checking index 'snmpinterface_nodeid_idx' on this table... DONE
    - checking index 'snmpinterface_ipaddr_idx' on this table... DONE
  - checking table "snmpinterface"... UPTODATE
  - checking table "ipInterface"... 
    - checking index 'ipinterface_nodeid_ipaddr_notzero_idx' on this table... DONE
    - checking index 'ipinterface_nodeid_ipaddr_ismanaged_idx' on this table... DONE
    - checking index 'ipinterface_ipaddr_ismanaged_idx' on this table... DONE
    - checking index 'ipinterface_ipaddr_idx' on this table... DONE
    - checking index 'ipinterface_nodeid_ismanaged_idx' on this table... DONE
    - checking index 'ipinterface_nodeid_idx' on this table... DONE
    - checking index 'ipinterface_snmpInterfaceId_idx' on this table... DONE
    - checking trigger 'setSnmpInterfaceKeysOnUpdateTrigger' on this table... DONE
    - checking trigger 'setSnmpInterfaceKeysOnInsertTrigger' on this table... DONE
  - checking table "ipinterface"... UPTODATE
  - checking table "service"... 
  - checking table "service"... UPTODATE
  - checking table "ifServices"... 
    - checking index 'ifservices_nodeid_ipaddr_svc_unique' on this table... DONE
    - checking index 'ifservices_nodeid_ipaddr_status' on this table... DONE
    - checking index 'ifservices_nodeid_status' on this table... DONE
    - checking index 'ifservices_nodeid_idx' on this table... DONE
    - checking index 'ifservices_serviceid_idx' on this table... DONE
    - checking index 'ifservices_nodeid_serviceid_idx' on this table... DONE
    - checking index 'ifservicves_ipInterfaceId_idx' on this table... DONE
    - checking trigger 'setIpInterfaceKeysOnInsertTrigger' on this table... DONE
    - checking trigger 'setIpInterfaceKeysOnUpdateTrigger' on this table... DONE
  - checking table "ifservices"... UPTODATE
  - checking table "events"... 
    - checking index 'events_uei_idx' on this table... DONE
    - checking index 'events_nodeid_idx' on this table... DONE
    - checking index 'events_ipaddr_idx' on this table... DONE
    - checking index 'events_serviceid_idx' on this table... DONE
    - checking index 'events_time_idx' on this table... DONE
    - checking index 'events_severity_idx' on this table... DONE
    - checking index 'events_log_idx' on this table... DONE
    - checking index 'events_display_idx' on this table... DONE
    - checking index 'events_ackuser_idx' on this table... DONE
    - checking index 'events_acktime_idx' on this table... DONE
    - checking index 'events_alarmid_idx' on this table... DONE
    - checking index 'events_nodeid_display_ackuser' on this table... DONE
  - checking table "events"... UPTODATE
  - checking table "outages"... 
    - checking index 'outages_nodeid_ipaddr_svc_idx' on this table... DONE
    - checking index 'outages_svclostid_idx' on this table... DONE
    - checking index 'outages_svcregainedid_idx' on this table... DONE
    - checking index 'outages_nodeid_idx' on this table... DONE
    - checking index 'outages_serviceid_idx' on this table... DONE
    - checking index 'outages_ipaddr_idx' on this table... DONE
    - checking index 'outages_regainedservice_idx' on this table... DONE
    - checking index 'outages_ifServivceId_idx' on this table... DONE
    - checking trigger 'setIfServiceKeysOnInsertTrigger' on this table... DONE
    - checking trigger 'setIfServiceKeysOnUpdateTrigger' on this table... DONE
  - checking table "outages"... UPTODATE
  - checking table "vulnerabilities"... 
    - checking index 'vulnerabilities_nodeid_idx' on this table... DONE
    - checking index 'vulnerabilities_ipaddr_idx' on this table... DONE
    - checking index 'vulnerabilities_severity_idx' on this table... DONE
    - checking index 'vulnerabilities_port_idx' on this table... DONE
    - checking index 'vulnerabilities_protocol_idx' on this table... DONE
  - checking table "vulnerabilities"... UPTODATE
  - checking table "vulnPlugins"... 
    - checking index 'vulnplugins_plugin_idx' on this table... DONE
  - checking table "vulnplugins"... UPTODATE
  - checking table "notifications"... 
    - checking index 'notifications_nodeid_idx' on this table... DONE
    - checking index 'notifications_ipaddr_idx' on this table... DONE
    - checking index 'notifications_serviceid_idx' on this table... DONE
    - checking index 'notifications_eventid_idx' on this table... DONE
    - checking index 'notifications_respondtime_idx' on this table... DONE
    - checking index 'notifications_answeredby_idx' on this table... DONE
    - checking index 'notifications_eventuei_idx' on this table... DONE
  - checking table "notifications"... UPTODATE
  - checking table "usersNotified"... 
    - checking index 'userid_notifyid_idx' on this table... DONE
  - checking table "usersnotified"... UPTODATE
  - checking table "alarms"... 
    - checking index 'alarm_uei_idx' on this table... DONE
    - checking index 'alarm_nodeid_idx' on this table... DONE
    - checking index 'alarm_reductionkey_idx' on this table... DONE
    - checking index 'alarm_clearkey_idx' on this table... DONE
    - checking index 'alarm_reduction2_idx' on this table... DONE
    - checking index 'alarm_app_dn' on this table... DONE
    - checking index 'alarm_oss_primary_key' on this table... DONE
    - checking index 'alarm_eventid_idx' on this table... DONE
  - checking table "alarms"... UPTODATE
  - checking table "alarm_attributes"... 
    - checking index 'alarm_attributes_idx' on this table... DONE
    - checking index 'alarm_attributes_aan_idx' on this table... DONE
  - checking table "alarm_attributes"... UPTODATE
  - checking table "assets"... 
    - checking index 'assets_nodeid_idx' on this table... DONE
    - checking index 'assets_an_idx' on this table... DONE
  - checking table "assets"... UPTODATE
  - checking table "categories"... 
    - checking index 'category_idx' on this table... DONE
  - checking table "categories"... UPTODATE
  - checking table "category_node"... 
    - checking index 'catid_idx' on this table... DONE
    - checking index 'catnode_idx' on this table... DONE
    - checking index 'catenode_unique_idx' on this table... DONE
  - checking table "category_node"... UPTODATE
  - checking table "pathOutage"... 
    - checking index 'pathoutage_nodeid' on this table... DONE
    - checking index 'pathoutage_criticalpathip' on this table... DONE
    - checking index 'pathoutage_criticalpathservicename_idx' on this table... DONE
  - checking table "pathoutage"... UPTODATE
  - checking table "demandPolls"... 
    - checking index 'demandpoll_request_time' on this table... DONE
  - checking table "demandpolls"... UPTODATE
  - checking table "pollResults"... 
    - checking index 'pollresults_poll_id' on this table... DONE
    - checking index 'pollresults_service' on this table... DONE
  - checking table "pollresults"... UPTODATE
  - checking table "location_monitors"... 
  - checking table "location_monitors"... UPTODATE
  - checking table "location_monitor_details"... 
    - checking index 'location_monitor_details_id' on this table... DONE
    - checking index 'location_monitor_details_id_property' on this table... DONE
  - checking table "location_monitor_details"... UPTODATE
  - checking table "location_specific_status_changes"... 
    - checking index 'location_specific_status_changes_ifserviceid' on this table... DONE
    - checking index 'location_specific_status_changes_locationmonitorid' on this table... DONE
    - checking index 'location_specific_status_changes_locationmonitorid_ifserviceid' on this
table... DONE
    - checking index 'location_specific_status_changes_locationmonitorid_loc_if_time' on this
table... DONE
    - checking index 'location_specific_status_changes_statustime' on this table... DONE
  - checking table "location_specific_status_changes"... UPTODATE
  - checking table "applications"... 
    - checking index 'applications_name_idx' on this table... DONE
  - checking table "applications"... UPTODATE
  - checking table "application_service_map"... 
    - checking index 'appid_idx' on this table... DONE
    - checking index 'ifserviceid_idx' on this table... DONE
    - checking index 'appid_ifserviceid_idex' on this table... DONE
  - checking table "application_service_map"... UPTODATE
  - checking table "atinterface"... 
    - checking index 'atinterface_nodeid_idx' on this table... DONE
    - checking index 'atinterface_node_ipaddr_idx' on this table... DONE
    - checking index 'atinterface_atphysaddr_idx' on this table... DONE
  - checking table "atinterface"... UPTODATE
  - checking table "vlan"... 
    - checking index 'vlan_vlanname_idx' on this table... DONE
  - checking table "vlan"... UPTODATE
  - checking table "stpnode"... 
    - checking index 'stpnode_nodeid_idx' on this table... DONE
    - checking index 'stpnode_baseBridgeAddress_idx' on this table... DONE
    - checking index 'stpnode_stpdesignatedroot_idx' on this table... DONE
  - checking table "stpnode"... UPTODATE
  - checking table "stpinterface"... 
    - checking index 'stpinterface_node_ifindex_idx' on this table... DONE
    - checking index 'stpinterface_node_idx' on this table... DONE
    - checking index 'stpinterface_stpvlan_idx' on this table... DONE
    - checking index 'stpinterface_stpdesbridge_idx' on this table... DONE
  - checking table "stpinterface"... UPTODATE
  - checking table "iprouteinterface"... 
    - checking index 'iprouteinterface_nodeid_idx' on this table... DONE
    - checking index 'iprouteinterface_node_ifdex_idx' on this table... DONE
    - checking index 'iprouteinterface_rnh_idx' on this table... DONE
  - checking table "iprouteinterface"... UPTODATE
  - checking table "datalinkinterface"... 
    - checking index 'dlint_node_idx' on this table... DONE
    - checking index 'dlint_nodeparent_idx' on this table... DONE
    - checking index 'dlint_nodeparent_paifindex_idx' on this table... DONE
  - checking table "datalinkinterface"... UPTODATE
  - checking table "inventory"... 
    - checking index 'inventory_nodeid_name_idx' on this table... DONE
    - checking index 'inventory_nodeid_idx' on this table... DONE
    - checking index 'inventory_lastpolltime_idx' on this table... DONE
    - checking index 'inventory_status_idx' on this table... DONE
  - checking table "inventory"... UPTODATE
  - checking table "map"... 
  - checking table "map"... UPTODATE
  - checking table "element"... 
    - checking index 'element_mapid_elementid' on this table... DONE
  - checking table "element"... UPTODATE
  - checking table "reportLocator"... 
  - checking table "reportlocator"... UPTODATE
  - checking table "statisticsReport"... 
    - checking index 'statisticsReport_startDate' on this table... DONE
    - checking index 'statisticsReport_name' on this table... DONE
    - checking index 'statisticsReport_purgeDate' on this table... DONE
  - checking table "statisticsreport"... UPTODATE
  - checking table "resourceReference"... 
    - checking index 'resourceReference_resourceId' on this table... DONE
  - checking table "resourcereference"... UPTODATE
  - checking table "statisticsReportData"... 
    - checking index 'statsData_unique' on this table... DONE
  - checking table "statisticsreportdata"... UPTODATE
  - checking table "qrtz_job_details"... 
  - checking table "qrtz_job_details"... UPTODATE
  - checking table "qrtz_job_listeners"... 
  - checking table "qrtz_job_listeners"... UPTODATE
  - checking table "qrtz_triggers"... 
  - checking table "qrtz_triggers"... UPTODATE
  - checking table "qrtz_simple_triggers"... 
  - checking table "qrtz_simple_triggers"... UPTODATE
  - checking table "qrtz_cron_triggers"... 
  - checking table "qrtz_cron_triggers"... UPTODATE
  - checking table "qrtz_blob_triggers"... 
  - checking table "qrtz_blob_triggers"... UPTODATE
  - checking table "qrtz_trigger_listeners"... 
  - checking table "qrtz_trigger_listeners"... UPTODATE
  - checking table "qrtz_calendars"... 
  - checking table "qrtz_calendars"... UPTODATE
  - checking table "qrtz_paused_trigger_grps"... 
  - checking table "qrtz_paused_trigger_grps"... UPTODATE
  - checking table "qrtz_fired_triggers"... 
  - checking table "qrtz_fired_triggers"... UPTODATE
  - checking table "qrtz_scheduler_state"... 
  - checking table "qrtz_scheduler_state"... UPTODATE
  - checking table "qrtz_locks"... 
  - checking table "qrtz_locks"... UPTODATE
- creating tables... DONE
- inserting initial table data for "categories"... OK
- inserting initial table data for "qrtz_locks"... EXISTS
- inserting initial table data for "distPoller"... OK
WARNING: the -U option is deprecated, it does nothing now
- checking if iplike is usable... YES
- checking for stale eventtime.so references... OK

Installer completed successfully!
jhirley <at> OpenNMS:~$ 

A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A
A

Attachment (output.log): text/x-log, 32 KiB
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
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

Gmane