You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Jon Stevens <jo...@latchkey.com> on 2001/09/19 09:58:22 UTC

Re: Problems with running servlet_example1 on Sun J2EE 1.3 Ref. Impl.

on 9/19/01 12:51 AM, "Vedovato Paolo" <pa...@profidatagroup.com>
wrote:

> PANIC : Error configuring AvalonLogSystem :
> java.security.AccessControlException: access d
> enied (java.io.FilePermission
> C:\dev\j2sdkee1.3\public_html\Example1\velocity.log write)
> PANIC : Error configuring AvalonLogSystem :
> java.security.AccessControlException: access d
> enied (java.io.FilePermission
> C:\dev\j2sdkee1.3\public_html\Example1\velocity.log write)
> java.lang.NullPointerException
> java.lang.NullPointerException

Well, the error is pretty clear...you need permission to write to that
directory.

It sounds like you have something wrong with your configuration of both your
machine as well as Velocity.

-jon