Gabriel Roldan created an issue |
GWC’s GeoServerLifecycleHandler fails to be created and causes datastores not to be disposed |
Issue Type: |
Bug |
---|---|
Affects Versions: |
2.4.6 |
Assignee: |
|
Components: |
GWC |
Created: |
01/May/14 1:26 AM |
Priority: |
Critical |
Reporter: |
GWCLifeCycleHandler (a GeoServerLifecycleHandler) is not created during the lifecycle of the application if the geoserver configuration was not reloaded (which is when geoserver calls its life cycle listeners), but its instantiation is attempted at application’s shutdown instead. The instantiation fails because the listener expects and instance of the GWC mediator class to be passed to its constructor, but Spring complains that it can’t provide such instance during shutdown. The net effect is that geoserver can’t continue with the normal shutdown process, and no DataStores cached by ResourceLoader gets disposed. |
This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) |