Sina, further investigation suggests that the cause is a resource leak in app-schema. It should not be keeping the file open after loading your vocab definitions. We will fix this.
Kind regards, Ben. On 20/09/10 12:08, Sina Masoud-Ansari wrote: > Hi Ben, thanks for your reply. > > The intention was to have temporary features that reflect an ontological > mapping between classes and properties file would hold the > vocab replacement for the user's custom mapping. So a feature and a > properties file would be created for a WFS request and then deleted to avoid > the accumulation of old files. We wanted to avoid the situation where users > wait for their turn to write a mapping to a shared file but after receiveing > your email we have come up with a solution that employs a library of > .properties files. > > Cheers > > Sina > > On Mon, Sep 20, 2010 at 3:29 PM, Ben > Caradoc-Davies<[email protected]> wrote: > GeoServer intentionally keeps property files open as it is watching for them > to change. > > Are you trying to add new data? Why are you trying to delete a file that is > in use? Can you replace the contents of the file instead? > > Regards, > Ben. > > > On 20/09/10 10:46, smas036 wrote: > > Hi all, > > I'm trying to delete a .properties file that I use temporarily with the > app-schema extension but I'm unable to as GeoServer still has an open handle > on the file after a WFS request. The file is used as a vocab reference in > the mapping file. I'm using Windows Server 2008. Any ideas on how to get > GeoServer to release the file without shutting it down? > > Cheers > > Sina > > > -- > Ben Caradoc-Davies<[email protected]> > Software Engineering Team Leader > CSIRO Earth Science and Resource Engineering > Australian Resources Research Centre > > -- Ben Caradoc-Davies <[email protected]> Software Engineering Team Leader CSIRO Earth Science and Resource Engineering Australian Resources Research Centre ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
