Werner Otto | 1 Sep 2006 13:59

Starting OpenNMS

Hi there,

 

I am trying to start my opennms system, but get the following:

 

opennms -v status

OpenNMS.Eventd         : running

OpenNMS.Trapd          : running

OpenNMS.Dhcpd          : starting

OpenNMS.Actiond        : running

OpenNMS.Capsd          : running

OpenNMS.Notifd         : running

OpenNMS.Scriptd        : running

OpenNMS.Rtcd           : running

OpenNMS.Pollerd        : running

OpenNMS.Collectd       : running

OpenNMS.Threshd        : running

OpenNMS.Discovery      : running

OpenNMS.Vacuumd        : running

opennms is partially running

 

After inspecting the log files I found the following, what does this mean?

 

2006-09-01 13:51:07,612 DEBUG [main] Manager: Invoking start on object OpenNMS:Name=Trapd

2006-09-01 13:51:07,613 DEBUG [main] Manager: Invoking start on object OpenNMS:Name=Dhcpd

2006-09-01 13:51:07,627 ERROR [main] Manager: An error occured invoking operation start on MBean OpenNMS:Name=Dhcpd

javax.management.RuntimeMBeanException: RuntimeException thrown in operation start

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.wrapRuntimeException(StandardMetaDataImpl.java:994)

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:430)

        at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)

        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

        at org.opennms.netmgt.vmmgr.Manager.start(Manager.java:208)

        at org.opennms.netmgt.vmmgr.Manager.main(Manager.java:436)

Caused by: java.lang.reflect.UndeclaredThrowableException

        at org.opennms.netmgt.dhcpd.Dhcpd.start(Dhcpd.java:268)

        at org.opennms.netmgt.dhcpd.jmx.Dhcpd.start(Dhcpd.java:40)

        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:585)

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)

        ... 5 more

Caused by: java.net.BindException: Address already in use

        at java.net.PlainDatagramSocketImpl.bind0(Native Method)

        at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)

        at java.net.DatagramSocket.bind(DatagramSocket.java:368)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:210)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:261)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:234)

        at org.opennms.netmgt.dhcpd.Receiver2.<init>(Receiver2.java:71)

        at org.opennms.netmgt.dhcpd.Dhcpd.start(Dhcpd.java:261)

        ... 11 more

 

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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
bipin.lakhera | 1 Sep 2006 15:23

Re: Starting OpenNMS

Hi,
    Just try once by restarting your OS.
Bye

From: opennms-install-bounces <at> lists.sourceforge.net [mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of Werner Otto
Sent: Friday, September 01, 2006 5:30 PM
To: Installation questions and help
Subject: [opennms-install] Starting OpenNMS

Hi there,

 

I am trying to start my opennms system, but get the following:

 

opennms -v status

OpenNMS.Eventd         : running

OpenNMS.Trapd          : running

OpenNMS.Dhcpd          : starting

OpenNMS.Actiond        : running

OpenNMS.Capsd          : running

OpenNMS.Notifd         : running

OpenNMS.Scriptd        : running

OpenNMS.Rtcd           : running

OpenNMS.Pollerd        : running

OpenNMS.Collectd       : running

OpenNMS.Threshd        : running

OpenNMS.Discovery      : running

OpenNMS.Vacuumd        : running

opennms is partially running

 

After inspecting the log files I found the following, what does this mean?

 

2006-09-01 13:51:07,612 DEBUG [main] Manager: Invoking start on object OpenNMS:Name=Trapd

2006-09-01 13:51:07,613 DEBUG [main] Manager: Invoking start on object OpenNMS:Name=Dhcpd

2006-09-01 13:51:07,627 ERROR [main] Manager: An error occured invoking operation start on MBean OpenNMS:Name=Dhcpd

javax.management.RuntimeMBeanException: RuntimeException thrown in operation start

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.wrapRuntimeException(StandardMetaDataImpl.java:994)

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:430)

        at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)

        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

        at org.opennms.netmgt.vmmgr.Manager.start(Manager.java:208)

        at org.opennms.netmgt.vmmgr.Manager.main(Manager.java:436)

Caused by: java.lang.reflect.UndeclaredThrowableException

        at org.opennms.netmgt.dhcpd.Dhcpd.start(Dhcpd.java:268)

        at org.opennms.netmgt.dhcpd.jmx.Dhcpd.start(Dhcpd.java:40)

        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:585)

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)

        ... 5 more

Caused by: java.net.BindException: Address already in use

        at java.net.PlainDatagramSocketImpl.bind0(Native Method)

        at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)

        at java.net.DatagramSocket.bind(DatagramSocket.java:368)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:210)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:261)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:234)

        at org.opennms.netmgt.dhcpd.Receiver2.<init>(Receiver2.java:71)

        at org.opennms.netmgt.dhcpd.Dhcpd.start(Dhcpd.java:261)

        ... 11 more

 

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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
Werner Otto | 1 Sep 2006 15:36

Re: Starting OpenNMS

A Windows troubleshooting approach, but why?

 

From: opennms-install-bounces <at> lists.sourceforge.net [mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of bipin.lakhera <at> wipro.com
Sent: Friday, September 01, 2006 2:23 PM
To: opennms-install <at> lists.sourceforge.net
Subject: Re: [opennms-install] Starting OpenNMS

 

Hi,

    Just try once by restarting your OS.

Bye

 

From: opennms-install-bounces <at> lists.sourceforge.net [mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of Werner Otto
Sent: Friday, September 01, 2006 5:30 PM
To: Installation questions and help
Subject: [opennms-install] Starting OpenNMS

Hi there,

 

I am trying to start my opennms system, but get the following:

 

opennms -v status

OpenNMS.Eventd         : running

OpenNMS.Trapd          : running

OpenNMS.Dhcpd          : starting

OpenNMS.Actiond        : running

OpenNMS.Capsd          : running

OpenNMS.Notifd         : running

OpenNMS.Scriptd        : running

OpenNMS.Rtcd           : running

OpenNMS.Pollerd        : running

OpenNMS.Collectd       : running

OpenNMS.Threshd        : running

OpenNMS.Discovery      : running

OpenNMS.Vacuumd        : running

opennms is partially running

 

After inspecting the log files I found the following, what does this mean?

 

2006-09-01 13:51:07,612 DEBUG [main] Manager: Invoking start on object OpenNMS:Name=Trapd

2006-09-01 13:51:07,613 DEBUG [main] Manager: Invoking start on object OpenNMS:Name=Dhcpd

2006-09-01 13:51:07,627 ERROR [main] Manager: An error occured invoking operation start on MBean OpenNMS:Name=Dhcpd

javax.management.RuntimeMBeanException: RuntimeException thrown in operation start

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.wrapRuntimeException(StandardMetaDataImpl.java:994)

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:430)

        at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)

        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

        at org.opennms.netmgt.vmmgr.Manager.start(Manager.java:208)

        at org.opennms.netmgt.vmmgr.Manager.main(Manager.java:436)

Caused by: java.lang.reflect.UndeclaredThrowableException

        at org.opennms.netmgt.dhcpd.Dhcpd.start(Dhcpd.java:268)

        at org.opennms.netmgt.dhcpd.jmx.Dhcpd.start(Dhcpd.java:40)

        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:585)

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)

        ... 5 more

Caused by: java.net.BindException: Address already in use

        at java.net.PlainDatagramSocketImpl.bind0(Native Method)

        at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)

        at java.net.DatagramSocket.bind(DatagramSocket.java:368)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:210)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:261)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:234)

        at org.opennms.netmgt.dhcpd.Receiver2.<init>(Receiver2.java:71)

        at org.opennms.netmgt.dhcpd.Dhcpd.start(Dhcpd.java:261)

        ... 11 more

 

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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
bipin.lakhera | 1 Sep 2006 15:40

Re: Starting OpenNMS

cause there is a fake entery in your OS that tells that your port is in use.....
but actually it is not
 

From: opennms-install-bounces <at> lists.sourceforge.net [mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of Werner Otto
Sent: Friday, September 01, 2006 7:06 PM
To: Installation questions and help
Subject: Re: [opennms-install] Starting OpenNMS

A Windows troubleshooting approach, but why?

 

From: opennms-install-bounces <at> lists.sourceforge.net [mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of bipin.lakhera <at> wipro.com
Sent: Friday, September 01, 2006 2:23 PM
To: opennms-install <at> lists.sourceforge.net
Subject: Re: [opennms-install] Starting OpenNMS

 

Hi,

    Just try once by restarting your OS.

Bye

 

From: opennms-install-bounces <at> lists.sourceforge.net [mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of Werner Otto
Sent: Friday, September 01, 2006 5:30 PM
To: Installation questions and help
Subject: [opennms-install] Starting OpenNMS

Hi there,

 

I am trying to start my opennms system, but get the following:

 

opennms -v status

OpenNMS.Eventd         : running

OpenNMS.Trapd          : running

OpenNMS.Dhcpd          : starting

OpenNMS.Actiond        : running

OpenNMS.Capsd          : running

OpenNMS.Notifd         : running

OpenNMS.Scriptd        : running

OpenNMS.Rtcd           : running

OpenNMS.Pollerd        : running

OpenNMS.Collectd       : running

OpenNMS.Threshd        : running

OpenNMS.Discovery      : running

OpenNMS.Vacuumd        : running

opennms is partially running

 

After inspecting the log files I found the following, what does this mean?

 

2006-09-01 13:51:07,612 DEBUG [main] Manager: Invoking start on object OpenNMS:Name=Trapd

2006-09-01 13:51:07,613 DEBUG [main] Manager: Invoking start on object OpenNMS:Name=Dhcpd

2006-09-01 13:51:07,627 ERROR [main] Manager: An error occured invoking operation start on MBean OpenNMS:Name=Dhcpd

javax.management.RuntimeMBeanException: RuntimeException thrown in operation start

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.wrapRuntimeException(StandardMetaDataImpl.java:994)

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:430)

        at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)

        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)

        at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)

        at org.opennms.netmgt.vmmgr.Manager.start(Manager.java:208)

        at org.opennms.netmgt.vmmgr.Manager.main(Manager.java:436)

Caused by: java.lang.reflect.UndeclaredThrowableException

        at org.opennms.netmgt.dhcpd.Dhcpd.start(Dhcpd.java:268)

        at org.opennms.netmgt.dhcpd.jmx.Dhcpd.start(Dhcpd.java:40)

        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:585)

        at com.sun.jmx.mbeanserver.StandardMetaDataImpl.invoke(StandardMetaDataImpl.java:414)

        ... 5 more

Caused by: java.net.BindException: Address already in use

        at java.net.PlainDatagramSocketImpl.bind0(Native Method)

        at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)

        at java.net.DatagramSocket.bind(DatagramSocket.java:368)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:210)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:261)

        at java.net.DatagramSocket.<init>(DatagramSocket.java:234)

        at org.opennms.netmgt.dhcpd.Receiver2.<init>(Receiver2.java:71)

        at org.opennms.netmgt.dhcpd.Dhcpd.start(Dhcpd.java:261)

        ... 11 more

 

 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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
bipin.lakhera | 1 Sep 2006 15:48

Re: (no subject) [ffrom][Bayes]

See whether line number 394 (under init() function wherein PingManager
is being created) in Discovery.java is this or not "m_manager = new
PingManager(m_generator, responsive, (short) 0xbeef, cfg.getThreads(),
cfg.getPacketsPerSecond());" 
Also check that whether the variables passed at this line number all
have some value.

-----Original Message-----
From: opennms-install-bounces <at> lists.sourceforge.net
[mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of Rich
Decker
Sent: Thursday, August 31, 2006 8:12 PM
To: Installation questions and help
Subject: Re: [opennms-install] (no subject) [ffrom][Bayes]

Version I installed is:

opennms-1.2.8-1_fc5.i386

 
Richard Decker
Northwest Telephone, Inc
RDecker <at> nti.us
250 East Penny Road
Wenatchee, WA 98801
888.528.7889 (Toll Free)
509.661.2116 (V)
509.661.2020 (F)
www.nti.us
"Delivering Advanced Telecommunications To And Through Rural America"

-----Original Message-----
From: opennms-install-bounces <at> lists.sourceforge.net
[mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of
bipin.lakhera <at> wipro.com
Sent: Wednesday, August 30, 2006 9:44 PM
To: opennms-install <at> lists.sourceforge.net
Subject: Re: [opennms-install] (no subject) [ffrom][Bayes]

Hi,
	which version of OpenNMS are you using?
Can you tell?
Thanks
Bipin Lakhera

-----Original Message-----
From: opennms-install-bounces <at> lists.sourceforge.net
[mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of Rich
Decker
Sent: Thursday, August 31, 2006 4:29 AM
To: Installation questions and help
Subject: [opennms-install] (no subject)

Hello all,

New to both Linux and OpenNMS.  

After much struggle, I got OpenNMS and all the dependencies installed,
however when I do a ./opennms start it fails.  Looked at which process
is failing, and it happens to be discovery.  I went to the logs and this
is what I found:

2006-08-30 15:58:26,100 ERROR [main] Discovery: Failed to create ping
manager java.lang.NullPointerException
   at org.opennms.netmgt.discovery.Discovery.start(Discovery.java:443)
   at
org.opennms.netmgt.discovery.jmx.Discovery.start(Discovery.java:44)
   at java.lang.reflect.Method.invoke(libgcj.so.7)
   at
mx4j.server.ReflectionMBeanInvoker.invokeImpl(ReflectionMBeanInvoker.jav
a:156)
   at
mx4j.server.ReflectionMBeanInvoker.doInvoke(ReflectionMBeanInvoker.java:
117)
   at
mx4j.server.ReflectionMBeanInvoker.invoke(ReflectionMBeanInvoker.java:52
)
   at
mx4j.server.interceptor.InvokerMBeanServerInterceptor.invoke(InvokerMBea
nServerInterceptor.java:238)
   at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBea
nServerInterceptor.java:120)
   at
mx4j.server.interceptor.SecurityMBeanServerInterceptor.invoke(SecurityMB
eanServerInterceptor.java:84)
   at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBea
nServerInterceptor.java:120)
   at
mx4j.server.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBea
nServerInterceptor.java:120)
   at
mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.invoke(
ContextClassLoaderMBeanServerInterceptor.java:203)
   at mx4j.server.MX4JMBeanServer.invoke(MX4JMBeanServer.java:1043)
   at org.opennms.netmgt.vmmgr.Manager.start(Manager.java:208)
   at org.opennms.netmgt.vmmgr.Manager.main(Manager.java:436)

2006-08-30 15:58:26,258 DEBUG [Discovery:SuspectEventGenerator]
SuspectEventGenerator: run: thread interrupted
java.lang.InterruptedException
   at java.lang.Object.wait(libgcj.so.7)
   at java.lang.Object.wait(libgcj.so.7)
   at
org.opennms.core.queue.FifoQueueImpl.remove(FifoQueueImpl.java:127)
   at
org.opennms.netmgt.discovery.SuspectEventGenerator.run(SuspectEventGener
ator.java:212)
   at java.lang.Thread.run(libgcj.so.7)

2006-08-30 15:58:26,343 DEBUG [Discovery:SuspectEventGenerator]
SuspectEventGenerator: run: Thread exiting ~

There is ofcourse more, but that is the only error.  Anyone else run
into this?  

Thanks in advance,

Rich

------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

Tarus Balog | 1 Sep 2006 16:14
Favicon

Re: Starting OpenNMS


On Sep 1, 2006, at 7:59 AM, Werner Otto wrote:

> I am trying to start my opennms system, but get the following:

> OpenNMS.Dhcpd          : starting

My guess is that you are running OpenNMS on a server that is also  
addressed via DHCP.

It's a FAQ:

http://www.opennms.org/index.php/FAQ-Troubleshooting#Q:_Why_doesn. 
27t_the_dhcpd_process_ever_start.3F

-T

-----

Tarus Balog
The OpenNMS Group, Inc.
Main  : +1 919 533 0160   Fax:   +1 503-961-7746
Direct: +1 919 647 4749   Skype: tarusb
Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

Tom Haddon | 1 Sep 2006 16:46

Re: unformatted enterprise event

On Wed, 2006-08-30 at 11:27 -0400, Tarus Balog wrote:
> Tom Haddon wrote:
> 
> > So it looks like the "generic" value isn't matching up. Will contact
> > Dell to figure out why the MIBs don't match up with the SNMP traps that
> > are being sent.
> 
> Heh, before you do that, did you use mib2opennms to do this?
> 
> Be sure to use the "-6" option for mib2opennms to force generic to be 6.
That does the trick!

Thanks, Tom
> 
> -T
> 

--

-- 
Tom Haddon <tom <at> greenleaftech.net>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

Werner Otto | 1 Sep 2006 17:08

Re: Starting OpenNMS

Hi there,

An FAQ it is, but the fix means that I cannot monitor DHCP services,
mmmm not good. I am running a static IP address on my server, but am
running a DHCP server as well for other clients. 

~Werner

-----Original Message-----
From: opennms-install-bounces <at> lists.sourceforge.net
[mailto:opennms-install-bounces <at> lists.sourceforge.net] On Behalf Of
Tarus Balog
Sent: Friday, September 01, 2006 3:14 PM
To: Installation questions and help
Subject: Re: [opennms-install] Starting OpenNMS

On Sep 1, 2006, at 7:59 AM, Werner Otto wrote:

> I am trying to start my opennms system, but get the following:

> OpenNMS.Dhcpd          : starting

My guess is that you are running OpenNMS on a server that is also  
addressed via DHCP.

It's a FAQ:

http://www.opennms.org/index.php/FAQ-Troubleshooting#Q:_Why_doesn. 
27t_the_dhcpd_process_ever_start.3F

-T

-----

Tarus Balog
The OpenNMS Group, Inc.
Main  : +1 919 533 0160   Fax:   +1 503-961-7746
Direct: +1 919 647 4749   Skype: tarusb
Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

thoms | 1 Sep 2006 19:14
Picon
Favicon

Installing openNMS, JDK 1.5, Tomcat 5.5 on Debian

Hi,
I had hard times with the help of my brother installing OpenNMS on a debian
3.1R2 with Tomcat 5.5 and JDK 1.5.
I wrote an install log. I don't know if this the right place to put it, I pushed
on the OpenNMS wiki, hopping it will help others.

Here is the install log :
http://www.opennms.org/index.php/Debian_3.1_tomcat5.5_jdk_1.5_install_log

Your comments are welcome.

Thoms

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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

Tarus Balog | 1 Sep 2006 22:24
Favicon

Re: Starting OpenNMS


On Sep 1, 2006, at 11:08 AM, Werner Otto wrote:

> Hi there,
>
> An FAQ it is, but the fix means that I cannot monitor DHCP services,
> mmmm not good. I am running a static IP address on my server, but am
> running a DHCP server as well for other clients.

I'm not sure what to tell you. In order to test DHCP, OpenNMS has to  
act like a DHCP server. This requires binding to well-known ports,  
and you can't have two servers bound to the same port.

-T

-----

Tarus Balog
The OpenNMS Group, Inc.
Main  : +1 919 533 0160   Fax:   +1 503-961-7746
Direct: +1 919 647 4749   Skype: tarusb
Key Fingerprint: 8945 8521 9771 FEC9 5481  512B FECA 11D2 FD82 B45C

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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