Hi Thorsten, do you know something about this issue. It appears to be
related to your changes to use the new properties system.
I have tried but cannot fix it.

-David

On Fri, Aug 25, 2006 at 07:31:22AM -0700, David Crossley (JIRA) wrote:
> forrest war fails with error in ForrestConfModule
> -------------------------------------------------
> 
>                  Key: FOR-924
>                  URL: http://issues.apache.org/jira/browse/FOR-924
>              Project: Forrest
>           Issue Type: Bug
>           Components: Launch servlet WAR
>     Affects Versions: 0.8-dev
>             Reporter: David Crossley
>              Fix For: 0.8-dev
> 
> 
> With the current trunk (r436707) doing 'forrest war' and deploy to either 
> full Jetty-4 or Tomcat-4
> error log has this ...
> 
> ------------
> ERROR   (2006-08-26) 00:17.47:047   [core.manager] (Unknown-URI) 
> Unknown-Thread/CoreServiceManager: Caught an exception trying to initialize 
> the component handler.
> java.lang.NullPointerException
>         at 
> org.apache.forrest.conf.ForrestConfUtils.aliasSkinProperties(ForrestConfUtils.java:100)
>         at 
> org.apache.forrest.conf.ForrestConfModule.initialize(ForrestConfModule.java:194)
>         at 
> org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil.java:244)
> ...
> ------------
> 
> Perhaps this is related to recent changes in forrest properties system.