Issue Details (XML | Word | Printable)

Key: FOR-924
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: David Crossley
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

forrest war fails with error in ForrestConfModule

Created: 25/Aug/06 02:29 PM   Updated: 19/Sep/06 11:28 PM
Return to search
Component/s: Launch servlet WAR
Affects Version/s: 0.8
Fix Version/s: 0.8

Time Tracking:
Not Specified

Issue Links:
Dependants
 


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #447805 Tue Sep 19 10:46:56 UTC 2006 thorsten FOR-924
Readding the loading from (default-)forrest.properties which got removed in
r430588 when closing FOR-916. This caused tomcat to fail because
tomcat is not aware of the ant system properties.

Thanks Martin Stockhammer for pointing it out and providing us with a patch.
Files Changed
MODIFY /forrest/trunk/site-author/status.xml
MODIFY /forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java