You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2010/11/05 22:14:48 UTC

[jira] Resolved: (AVRO-693) Missing velocity logging configuration causes error in clean build

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

Doug Cutting resolved AVRO-693.
-------------------------------

      Resolution: Fixed
        Assignee: Stephen Gargan
    Hadoop Flags: [Reviewed]

I just committed this.  Thanks, Stephen!

> Missing velocity logging configuration causes error in clean build 
> -------------------------------------------------------------------
>
>                 Key: AVRO-693
>                 URL: https://issues.apache.org/jira/browse/AVRO-693
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>         Environment: Linux 2.6.32-25-generic 
>            Reporter: Stephen Gargan
>            Assignee: Stephen Gargan
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: logchute.patch
>
>
> I'm seeing an issue with a clean build (ant clean dist) where the Initialization of the VelocityEngine in the SpecificCompiler fails. Its trying to obtain a Servlet context for the default ServletLogChute. Configuring the engine to use the NullLogChute fixes the issue.
>     velocityEngine.setProperty("runtime.log.logsystem.class", 
>     	"org.apache.velocity.runtime.log.NullLogChute");

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