On Jun 5, 2008, at 6:46 AM, Alex Bennee wrote:
> org.springframework.beans.factory.BeanCreationException: Error  
> creating bean with name 'daemon' defined in class path resource  
> [META-INF/opennms/applicationContext-jettyServer.xml]: Invocation of  
> init method failed; nested exception is java.lang.Error: This  
> version of SLF4J requires log4j version 1.2.12 or later. See also 
> http://www.slf4j.org/codes.html#log4j_version

This looks as if you haven't updated your top-level pom.xml to specify  
log4j version 1.2.15.  Verify that pom.xml in the top-level source  
directory is up to date against Subversion.  If it is, you should see  
something like this in it:

      <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
        <version>1.2.15</version>
...

The version is key here.  I think we jumped straight from 1.2.9 to  
1.2.15, not sure when off hand, you could track that down yourself  
using svn log.

If your POM is up to date but you're still having problems, try doing  
a ./build.sh clean and cleaning out any old log4j JARs from the  
installed lib directory.

-jeff

-------------------------------------------------------------------------
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