Re: Unclosed iterator in GeoSPARQL

2020-02-17 Thread Holger Knublauch
Sounds better, thanks. Another corner case to check is the handling of features that are bnodes. For example SpatialIndexStorage.StorageItem seems to rely on getURI() yet the surrounding loops may operate on blank nodes too. In my own code I have excluded those nodes for now, yet an alternative

Re: Unclosed iterator in GeoSPARQL

2020-02-17 Thread Greg Albiston
Hi Holger, Thank you for highlighting these points. The following fixes have been applied to the 3.15-SNAPSHOT. * The iterators are now checked for more than one of either property and are closed along with a DatatypeFormat exception being thrown since only a single of each property shoul

Re: Backup and restore with Fuseki

2020-02-17 Thread Andy Seaborne
Hi Pietro, What mechanism were you using to upload the file? A couple of ways to reload: 1. Rebuild the database offline with tdbloader, stop the server, replace the database directory with the new one and restart. 2. Load via the UI - this might be a problem for TDB1, depending on hea

Re: Backup and restore with Fuseki

2020-02-17 Thread Pietro Liuzzo
Sorry, I solved this which was an issue in the proxy. Works splendidly! Thank you very much Pietro Pietro Liuzzo ORCID: https://orcid.org/-0001-5714-4011 https://www.aai.uni-hamburg.de/en/ethiostudies/study > Am 17.02.2020 um 10:13 schrieb Pietro Liuzzo : > > Dear Andy, > > Thank you very

Re: Backup and restore with Fuseki

2020-02-17 Thread Pietro Liuzzo
Dear Andy, Thank you very much! That was very helpful, I managed to get those backups. Now however I face a new issue. What is the recommended way of restoring? I tried to load the backups from Fuseki using upload files. There I tried to load the backup file as it was, the unpacked .nq, and e