n Thu, Aug 18, 2011 at 8:08 PM, Elijah Meeks <eme...@stanford.edu> wrote:
> Ah, I thought it was simply repeating the same error.  How does this look:
>
> 2011-08-18 10:35:47,575 ERROR [geoserver.web] - Error resetting resource 
> caches
> java.lang.IllegalAccessError: tried to access method 
> org.apache.commons.collections.map.AbstractLinkedMap$EntrySetIterator.<init>(Lorg/apache/commons/collections/map/AbstractLinkedMap;)V
>  from class org.apache.commons.collections.map.AbstractLinkedMap
>        at 
> org.apache.commons.collections.map.AbstractLinkedMap.createEntrySetIterator(AbstractLinkedMap.java:410)
>        at 
> org.apache.commons.collections.map.AbstractHashedMap$EntrySet.iterator(AbstractHashedMap.java:845)
>        at 
> org.geoserver.catalog.ResourcePool$DataStoreCache.clear(ResourcePool.java:1393)
>        at org.geoserver.catalog.ResourcePool.dispose(ResourcePool.java:1335)
>        at 
> org.geoserver.config.impl.GeoServerImpl.reset(GeoServerImpl.java:281)
>        at org.geoserver.web.admin.StatusPage$4.onClick(StatusPage.java:140)

Ah, so someone is clicking on the reset button of the status page while
data is being served.

The reset will kill all stores and all coverage sources contained in
the resource pool,
which of course is going to break the inflight requests using them.

I had this idea of putting the resources in use in a sort of
"purgatory" until the
in flight requests are done using them, but never got around to implement it

Cheers
Andrea

-- 
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to