On Thu, 05 Jun 2008 19:33:06 +0100, "Alex Bennee" <[EMAIL PROTECTED]>
said:
> >       <dependency>
> >         <groupId>log4j</groupId>
> >         <artifactId>log4j</artifactId>
> >         <version>1.2.15</version>
> 
> Yes, that was all correct.

Double-check that you don't have log4j-1.2.9.jar and log4j-1.2.15.jar in
the library directory where you are running OpenNMS.  if you are doing
"install" builds but no "clean"s, you'll sometimes end up with multiple
versions of the same JAR file.  Same goes for doing things like
untarring a new release over an old one.

> I'm a little unclear what the dhcpd service is for? The wiki mentions
> things about relaying requests but I have to admit I didn't follow. I
> don't think I need the functionality anyway AFAICT.

The "dhcpd" service is for our DHCP poller and capsd plugin so we can
monitor DHCP servers.  Because all of the requests need to be sourced
from a single port, we had to have a single part of the code that
manages our DHCP requests and responses, and that's what dhcpd is for. 
We call it a proxy because it proxies DHCP requests from other OpenNMS
daemons (capsd and poller).

If you have a DHCP client running on your machine, then the dhcpd
service will generally not work and one of the two will need to be
disabled.


        - djg

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to