Another point of speculation -- could there be multiple instances of
the Velocity jar in your Eclipse distrib?  It might be trying to pull
these classes from a different velocity.jar.

WILL

On 3/23/07, Michael Giroux <[EMAIL PROTECTED]> wrote:
As I continue to dig, I find a NoClassDefFoundError on
org/apache/log/format/Formatter.  I do not see this anywhere in the
sources, but maybe it gives a clue as to maybe I managed to configure
something incorrectly?

Michael

 [trace] *******************************************************************
 [debug] Starting Apache Velocity v1.5 (compiled: 2007-02-22 08:52:29)
 [trace] RuntimeInstance initializing.
 [debug] Default Properties File:
org\apache\velocity\runtime\defaults\velocity.properties
 [debug] Trying to use logger class
org.apache.velocity.runtime.log.AvalonLogChute
 [debug] Couldn't find class
org.apache.velocity.runtime.log.AvalonLogChute or necessary supporting
classes in classpath.
org/apache/log/format/Formatter
java.lang.NoClassDefFoundError: org/apache/log/format/Formatter
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:242)
        at org.apache.velocity.util.ClassUtils.getClass(ClassUtils.java:63)
        at 
org.apache.velocity.util.ClassUtils.getNewInstance(ClassUtils.java:95)
        at 
org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:147)
        at 
org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:208)
        at 
org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:728)
        at 
org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:240)
        at 
org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:534)
        at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Forio Business Simulations

Will Glass-Husain
[EMAIL PROTECTED]
www.forio.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to