On Jun 29, 2008, at 5:23 PM, David E Jones wrote:


It looks like in the last few hours, something following SVN rev 672652, has broken the trunk.

Now when trying to start I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Priority at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:51)
    at org.ofbiz.base.start.Start.initStartLoaders(Start.java:250)
    at org.ofbiz.base.start.Start.init(Start.java:89)
    at org.ofbiz.base.start.Start.main(Start.java:398)

Somehow, the classpath used to compiled ofbiz-base.jar had 2 versions of log4j in it, the local one in framework/base/lib, and one that appears to be in ant's global classpath.

Hadn't noticed it myself yet, I've got some other things in progress; I assumed that everything compiled fine, seeing as how the other libs were found.

Sorry about it(and the fix is in).

Reply via email to