You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Va...@lntinfotech.com on 2002/05/03 16:58:08 UTC

PANIC

Hi,

           Getting "resource not found exception"  though resource (*.vm)
file is available in the right path.

     In Tomcat Log i found this log message....

    2002-05-03 18:25:02 - Ajp13Interceptor: Starting on 8009
Main returned
PANIC : Error configuring AvalonLogSystem : java.io.FileNotFoundException:
D:\CIFEVersion1.0\WEB-INF\velocity.log (?A?N?Z?X'ª''"Û'³'ê'Ü'µ'½?B)
java.lang.Exception: Unable to configure AvalonLogSystem :
java.io.FileNotFoundException: D:\CIFEVersion1.0\WEB-INF\velocity.log
(?A?N?Z?X'ª''"Û'³'ê'Ü'µ'½?B)
     at
org.apache.velocity.runtime.log.AvalonLogSystem.init(AvalonLogSystem.java:135)
     at
org.apache.velocity.runtime.log.LogManager.createLogSystem(LogManager.java:108)
     at
org.apache.velocity.runtime.RuntimeInstance.initializeLogger(RuntimeInstance.java:468)
     at
org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:259)
     at
org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:438)
     at
org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:260)
     at org.apache.velocity.app.Velocity.init(Velocity.java:149)
     at
org.apache.velocity.servlet.VelocityServlet.init(VelocityServlet.java:205)
     at org.apache.tomcat.facade.ServletHandler.doInit(Unknown Source)
     at org.apache.tomcat.facade.ServletHandler.init(Unknown Source)
     at org.apache.tomcat.facade.ServletHandler.service(Unknown Source)
     at org.apache.tomcat.core.ContextManager.internalService(Unknown
Source)
     at org.apache.tomcat.core.ContextManager.service(Unknown Source)
     at
org.apache.tomcat.modules.server.JNIConnectionHandler.processConnection(Unknown

Source)
     at org.apache.tomcat.modules.server.JNIEndpoint.service(Unknown
Source)


Once the velocity log file is emptied... Its started working

Can any one address to the above problem, please

Thanks and Regards
Vanitha


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: PANIC

Posted by James Rozee <ro...@gdse.com>.
I was getting a similar error this morning.  How many files are in your
index directory? (I have about 10 now)  It turned out that Velocity could
not load the resource file because it didn't have an available file handle
since Lucene had taken up all of the handles for the index files.  Once I
optimized the index, it went away.

James

*********************************************************
The Game Development Search Engine
and DQuest E-zine
http://www.gdse.com/

A Member of the Future Games Network
http://www.fgn.com/


On Fri, 3 May 2002 Vanitha.S@lntinfotech.com wrote:

> Hi,
> 
>            Getting "resource not found exception"  though resource (*.vm)
> file is available in the right path.
> 
>      In Tomcat Log i found this log message....
> 
>     2002-05-03 18:25:02 - Ajp13Interceptor: Starting on 8009
> Main returned
> PANIC : Error configuring AvalonLogSystem : java.io.FileNotFoundException:
> D:\CIFEVersion1.0\WEB-INF\velocity.log (?A?N?Z?X'ª''"Û'³'ê'Ü'µ'½?B)
> java.lang.Exception: Unable to configure AvalonLogSystem :
> java.io.FileNotFoundException: D:\CIFEVersion1.0\WEB-INF\velocity.log
> (?A?N?Z?X'ª''"Û'³'ê'Ü'µ'½?B)
>      at
> org.apache.velocity.runtime.log.AvalonLogSystem.init(AvalonLogSystem.java:135)
>      at
> org.apache.velocity.runtime.log.LogManager.createLogSystem(LogManager.java:108)
>      at
> org.apache.velocity.runtime.RuntimeInstance.initializeLogger(RuntimeInstance.java:468)
>      at
> org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:259)
>      at
> org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:438)
>      at
> org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:260)
>      at org.apache.velocity.app.Velocity.init(Velocity.java:149)
>      at
> org.apache.velocity.servlet.VelocityServlet.init(VelocityServlet.java:205)
>      at org.apache.tomcat.facade.ServletHandler.doInit(Unknown Source)
>      at org.apache.tomcat.facade.ServletHandler.init(Unknown Source)
>      at org.apache.tomcat.facade.ServletHandler.service(Unknown Source)
>      at org.apache.tomcat.core.ContextManager.internalService(Unknown
> Source)
>      at org.apache.tomcat.core.ContextManager.service(Unknown Source)
>      at
> org.apache.tomcat.modules.server.JNIConnectionHandler.processConnection(Unknown
> 
> Source)
>      at org.apache.tomcat.modules.server.JNIEndpoint.service(Unknown
> Source)
> 
> 
> Once the velocity log file is emptied... Its started working
> 
> Can any one address to the above problem, please
> 
> Thanks and Regards
> Vanitha
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>