
| Key: |
FOR-924
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
David Crossley
|
| Votes: |
1
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|