You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Sathish Kannan <sa...@virtusa.com> on 2005/10/02 10:59:39 UTC

Error in velocity.log

Hi

When I start up the tomcat server I am getting following error in the
velocity.log.


ERROR velocity - ResourceManager : unable to find resource
'/WEB-INF/VM_global_library.vm' in any resource loader.



Could you please explain what could be the reason





Thanks and Regards

Sathish



---------------------------------------------------------------------------------------------
This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is intended for the addressee only. Any unauthorized disclosure, use, dissemination, copying, or distribution of this message or any of its attachments or the information contained in this e-mail, or the taking of any action based on it, is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail and delete this message.

Re: Error in velocity.log

Posted by Randy Watler <wa...@wispertel.net>.
Sathish,

This error can be ignored AFAIK. It is basically an unused Velocity 
hook. Are you encountering some other problem?

Randy

Sathish Kannan wrote:

>Hi
>
>When I start up the tomcat server I am getting following error in the
>velocity.log.
>
>
>ERROR velocity - ResourceManager : unable to find resource
>'/WEB-INF/VM_global_library.vm' in any resource loader.
>
>
>
>Could you please explain what could be the reason
>
>
>
>
>
>Thanks and Regards
>
>Sathish
>
>
>
>---------------------------------------------------------------------------------------------
>This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is intended for the addressee only. Any unauthorized disclosure, use, dissemination, copying, or distribution of this message or any of its attachments or the information contained in this e-mail, or the taking of any action based on it, is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail and delete this message.
>  
>



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


Re: Error in velocity.log

Posted by Marc Loxton <ma...@sap.com>.
This error is just Velocity letting you know that it has no global macro library
defined.  It doesn't mean anything if you're not trying to use global macros but
if you really want it to go away set the "velocimacro.library" property.  Either
create a dummy file to point it to or if your config is in a properties file you
can have the value part empty and it works just fine :)



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