You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Henning Schmiedehausen (JIRA)" <de...@velocity.apache.org> on 2007/03/08 01:10:33 UTC

[jira] Closed: (VELOCITY-86) Error during startup: Can't find 'VM_global_library.vm'.

     [ https://issues.apache.org/jira/browse/VELOCITY-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Schmiedehausen closed VELOCITY-86.
------------------------------------------


> Error during startup: Can't find 'VM_global_library.vm'.
> --------------------------------------------------------
>
>                 Key: VELOCITY-86
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-86
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.3-rc1
>         Environment: Operating System: other
> Platform: All
>            Reporter: Andy Riedel
>         Assigned To: Velocity-Dev List
>         Attachments: velmacro.patch
>
>
> When Velocity starts, an error indicating VM_global_library.vm cannot be found 
> is generated at "error" level. It does not seem to prevent proper behavior and 
> I couldn't tell from querying BugZilla whether this problem has been addressed.
> Andy Riedel
> ariedel@xadra.com
> 2002-06-17 18:26:02,312 [main] INFO  VelocityEngine - 
> **************************************************************
> 2002-06-17 18:26:02,322 [main] INFO  VelocityEngine - Starting Jakarta Velocity 
> v1.3-rc1
> 2002-06-17 18:26:02,332 [main] INFO  VelocityEngine - RuntimeInstance 
> initializing.
> 2002-06-17 18:26:02,342 [main] INFO  VelocityEngine - Default Properties File: 
> org\apache\velocity\runtime\defaults\velocity.properties
> 2002-06-17 18:26:02,352 [main] INFO  VelocityEngine - Trying to use logger 
> class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
> 2002-06-17 18:26:02,362 [main] INFO  VelocityEngine - Using logger class 
> org.apache.velocity.runtime.log.SimpleLog4JLogSystem
> 2002-06-17 18:26:02,382 [main] INFO  VelocityEngine - Default ResourceManager 
> initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
> 2002-06-17 18:26:02,402 [main] INFO  VelocityEngine - Resource Loader 
> Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
> 2002-06-17 18:26:02,412 [main] INFO  VelocityEngine - FileResourceLoader : 
> initialization starting.
> 2002-06-17 18:26:02,422 [main] INFO  VelocityEngine - FileResourceLoader : 
> adding path '../../skins/default'
> 2002-06-17 18:26:02,432 [main] INFO  VelocityEngine - FileResourceLoader : 
> initialization complete.
> 2002-06-17 18:26:02,452 [main] INFO  VelocityEngine - ResourceCache : 
> initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
> 2002-06-17 18:26:02,462 [main] INFO  VelocityEngine - Default ResourceManager 
> initialization complete.
> 2002-06-17 18:26:02,472 [main] INFO  VelocityEngine - Loaded System Directive: 
> org.apache.velocity.runtime.directive.Literal
> 2002-06-17 18:26:02,492 [main] INFO  VelocityEngine - Loaded System Directive: 
> org.apache.velocity.runtime.directive.Macro
> 2002-06-17 18:26:02,502 [main] INFO  VelocityEngine - Loaded System Directive: 
> org.apache.velocity.runtime.directive.Parse
> 2002-06-17 18:26:02,522 [main] INFO  VelocityEngine - Loaded System Directive: 
> org.apache.velocity.runtime.directive.Include
> 2002-06-17 18:26:02,532 [main] INFO  VelocityEngine - Loaded System Directive: 
> org.apache.velocity.runtime.directive.Foreach
> 2002-06-17 18:26:02,712 [main] INFO  VelocityEngine - Created: 20 parsers.
> 2002-06-17 18:26:02,722 [main] INFO  VelocityEngine - Velocimacro : 
> initialization starting.
> 2002-06-17 18:26:02,732 [main] INFO  VelocityEngine - Velocimacro : adding VMs 
> from VM library template : VM_global_library.vm
> 2002-06-17 18:26:02,753 [main] ERROR VelocityEngine - ResourceManager : unable 
> to find resource 'VM_global_library.vm' in any resource loader.
> 2002-06-17 18:26:02,763 [main] INFO  VelocityEngine - Velocimacro : error 
> using  VM library template VM_global_library.vm : 
> org.apache.velocity.exception.ResourceNotFou
> ndException: Unable to find resource 'VM_global_library.vm'
> 2002-06-17 18:26:02,783 [main] INFO  VelocityEngine - Velocimacro :  VM library 
> template macro registration complete.
> 2002-06-17 18:26:02,793 [main] INFO  VelocityEngine - Velocimacro : allowInline 
> = true : VMs can be defined inline in templates
> 2002-06-17 18:26:02,823 [main] INFO  VelocityEngine - Velocimacro : 
> allowInlineToOverride = false : VMs defined inline may NOT replace previous VM 
> definitions
> 2002-06-17 18:26:02,823 [main] INFO  VelocityEngine - Velocimacro : 
> allowInlineLocal = false : VMs defined inline will be  global in scope if 
> allowed.
> 2002-06-17 18:26:02,833 [main] INFO  VelocityEngine - Velocimacro : messages 
> on  : VM system will output logging messages
> 2002-06-17 18:26:02,853 [main] INFO  VelocityEngine - Velocimacro : autoload 
> off  : VM system will not automatically reload global library macros
> 2002-06-17 18:26:02,863 [main] INFO  VelocityEngine - Velocimacro : 
> initialization complete.
> 2002-06-17 18:26:02,873 [main] INFO  VelocityEngine - Velocity successfully 
> started.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org