There could be a syntax error in the toolbox.xml file, that isn't reported to the webapp log because commons-logging is not found or not properly configured.
Just a guess... What does your toolbox.xml file look like? Claude Le mercredi 13 décembre 2006 à 08:42 -0800, Nathan Bubna a écrit : > On 12/13/06, Dave <[EMAIL PROTECTED]> wrote: > > Hmm, to elaborate further, the most recent lines of velocity.log report: > > > > 2006-12-14 00:10:40,208 - Default ResourceManager initializing. (class > > org.apache.velocity.runtime.resource.ResourceManagerImpl) > > 2006-12-14 00:10:40,210 - ResourceLoader instantiated: > > org.apache.velocity.runtime.resource.loader.FileResourceLoader > > 2006-12-14 00:10:40,210 - FileResourceLoader : adding path '.' > > 2006-12-14 00:10:40,210 - ResourceCache: initialized (class > > org.apache.velocity.runtime.resource.ResourceCacheImpl) > > > > 2006-12-14 00:10:40,333 - ResourceManager : unable to find resource 'xx.vm' > > in > > any resource loader. > > 2006-12-14 00:12:35,666 - ResourceManager : unable to find resource 'xx.vm' > > in > > any resource loader. > > > > FileResourceLoader? The sworn enemy of anyone using Velocity within a > > WebApp -- > > does anyone know where this resource loader is coming from? I thought the > > default of VelocityViewServlet was WebAppLoader, even if it couldn't find > > your > > velocity.properties.. ?! > > > > Thanks! > > > > That's really weird, and i'm not sure i understand exactly how these > log entries relate to the previous email. Did you change something in > between? These are logs from two separate days. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
