Hi,

  Just when I thought I had understood appfuse somewhat, I get flummoxed by
a new error from Velocity. What does appfuse use Velocity for exactly. Here
is the error I am getting on mvn tomcat:run-war. Thanks for your help!!  I
haven't anything except add applicationContext-dao.xml tp my classpath.

  [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.AvalonLogChu
te
 [error] The specifid logger class
org.apache.velocity.runtime.log.AvalonLogChut
e isn't a valid LogChute implementation.
 [debug] Trying to use logger class
org.apache.velocity.runtime.log.Log4JLogChut
e
 [error] The specifid logger class
org.apache.velocity.runtime.log.Log4JLogChute
 isn't a valid LogChute implementation.
 [debug] Trying to use logger class
org.apache.velocity.runtime.log.JdkLogChute
 [error] The specifid logger class
org.apache.velocity.runtime.log.JdkLogChute i
sn't a valid LogChute implementation.
 [debug] Using SystemLogChute.
 [error] The specified class for ResourceManager
(org.apache.velocity.runtime.re
source.ResourceManagerImpl) does not implement
org.apache.velocity.runtime.resou
rce.ResourceManager; Velocity is not initialized correctly.
[ERROR] Error initializing Velocity: The specified class for ResourceManager
(or
g.apache.velocity.runtime.resource.ResourceManagerImpl) does not implement
org.a
pache.velocity.runtime.resource.ResourceManager; Velocity is not initialized
cor
rectly.
java.lang.Exception: The specified class for ResourceManager
(org.apache.velocit
y.runtime.resource.ResourceManagerImpl) does not implement
org.apache.velocity.r
untime.resource.ResourceManager; Velocity is not initialized correctly.
        at
org.apache.velocity.runtime.RuntimeInstance.initializeResourceManager
(RuntimeInstance.java:589)
        at
org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java
:241)
        at
org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java
:534)
        at
org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:144)
        at
net.sf.navigator.displayer.VelocityMenuDisplayer.initialize(VelocityM
enuDisplayer.java:71)
        at
net.sf.navigator.menu.MenuRepository.addMenuDisplayerMapping(MenuRepo
sitory.java:173)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.jav
a:252)
        at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:216)
        at org.apache.commons.digester.Rule.end(Rule.java:230)
        at
org.apache.commons.digester.Digester.endElement(Digester.java:1130)
        at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source
)
        at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unkn
own Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElemen
t(Unknown Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
-- 
View this message in context: 
http://www.nabble.com/Velocity-error-tf3801801s2369.html#a10756868
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to