Hi list, Have you gotten any reports of Geoserver 1.5.3 getting locked on a dataset after a few edits take place? Here's what I'm doing:
1. Add a geoserver layer (say tasmania roads). 2. Edit it a bunch of times (with uDig, any version as far as I can tell) Eventually it will lock up (not uDig but rendering that layer). I can close the map and try to the the layer with a WMS. That will also never return (until uDig times out). All other layers are fine. I kill GeoServer and it looks like it is deadlocking on the Shapefile Lock... Sounds like my fault :( or possibly a result of one of Andreas changes and I missed the mistake as well. I think one of two things are happening: 1. The lock has an internal race condition and should be replaced with a Java 5 Read/Write lock 2. Some object is aquiring the lock (read or write I don't know right now) and forgetting to release it (or throwing an exception so that it doesn't get released). Jesse. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
