[JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Rahkonen Jukka (MML)
Hi, I noticed that at least with some GeoPackage databases OpenJUMP goes to a strange state which makes it impossible to close OpenJUMP. The main reason is probably that it is not possible to close the connection to GeoPackage (SQLite) because the same exception comes if I try to close the conn

Re: [JPP-Devel] OpenJUMP 1.13-RC3

2018-05-11 Thread edgar . soldin
didn't have time to start on different platforms, but we are late on it already so i'd say go for it. there is always a maintenance release if push comes to shove. ..ede On 10.05.2018 12:26, Giuseppe Aruta wrote: > Ok for me > > 2018-05-10 10:10 GMT+02:00 Michaël Michaud

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Michaël Michaud
Hi Jukka, Could you please : - make a try with the very last version of the sqlite driver (seems to be 3.21.0) - check that before closing the connection you have no error message related to database connection in the log file What kind of operation do you do on the database ? Just select (v

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread edgar . soldin
Mike, as a first step we should probably make sure that an exception in the exithandlers does not stop exiting OJ anymore, but is displayed/logged only. an error during shutdown should not probably not be noteworthy as long as all datasets are saved. if we feel fancy a "do you want to exit anyw

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Rahkonen Jukka (MML)
Hi, Spatialite and Geopackage are read-only for OpenJUMP so I only tried to add data to project. I took the 3.21.0 version of the driver and this is what I do and what happens: Create a connection to Spatialite/Geopackage opening: [INFO] 2018-05-11_12:26:59.745 Suorittaa: Avaa... [INFO] 2018-05-

[JPP-Devel] SVN: [5790] core/trunk/src/com/vividsolutions/jump/workbench/ui/ WorkbenchFrame.java

2018-05-11 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5790 http://sourceforge.net/p/jump-pilot/code/5790 Author: edso Date: 2018-05-11 10:01:30 + (Fri, 11 May 2018) Log Message: --- fix typo in comment Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java Modi

[JPP-Devel] SVN: [5791] core/trunk/src/com/vividsolutions/jump/workbench/ui/ WorkbenchFrame.java

2018-05-11 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5791 http://sourceforge.net/p/jump-pilot/code/5791 Author: edso Date: 2018-05-11 10:13:51 + (Fri, 11 May 2018) Log Message: --- remove some debug sysouts that managed to creep in with the last commit wrap exit handlers into try/catch/handleThrowable to make OJ

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread edgar . soldin
Jukka, can you try r5791 ? it should at least make OJ shit down again but show the error beforehand. ..ede On 11.05.2018 11:39, Rahkonen Jukka (MML) wrote: > Hi, > >   > > Spatialite and Geopackage are read-only for OpenJUMP so I only tried to add > data to project. > >   > > I took the 3.

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Rahkonen Jukka (MML)
Hi Ede, Right, it is possible to close OJ r5791 even it throws an error. -Jukka- -Alkuperäinen viesti- Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] Lähetetty: 11. toukokuuta 2018 13:15 Vastaanottaja: OpenJump develop and use ; Rahkonen Jukka (MML) Aihe: Re: [JPP-Devel]

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread edgar . soldin
Mike, i'd vote to postpone the proper fix for this issue (seems harmless to me) and release OJ 1.13 . if you are inclined you may fix it later in a maintenance release. reason is i'd like to prepare a osgeo zip, so the latest greatest ends up on their live disc. ..ede On 11.05.2018 14:29, Ra

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Rahkonen Jukka (MML)
Hi, Correction: as it can be seen from the logs the error happened with a Spatialite database, not with Geopackage. -Jukka- Lähettäjä: Rahkonen Jukka (MML) Lähetetty: 11. toukokuuta 2018 11:19 Vastaanottaja: OpenJump develop and use (jump-pilot-devel@lists.sourceforge.net) Aihe: Impossible t

Re: [JPP-Devel] Impossible to close OJ after reading GeoPackage

2018-05-11 Thread Michaël Michaud
Hi, OK, I prepare it right now, Michaël Le 11/05/2018 à 14:32, edgar.sol...@web.de a écrit : Mike, i'd vote to postpone the proper fix for this issue (seems harmless to me) and release OJ 1.13 . if you are inclined you may fix it later in a maintenance release. reason is i'd like to prepa

[JPP-Devel] SVN: [5792] core/trunk/Changes.txt

2018-05-11 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5792 http://sourceforge.net/p/jump-pilot/code/5792 Author: michaudm Date: 2018-05-11 17:45:09 + (Fri, 11 May 2018) Log Message: --- Prepare 1.13 release Modified Paths: -- core/trunk/Changes.txt Modified: core/trunk/Changes.txt ===

[JPP-Devel] SVN: [5793] core/tags

2018-05-11 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5793 http://sourceforge.net/p/jump-pilot/code/5793 Author: michaudm Date: 2018-05-11 18:28:22 + (Fri, 11 May 2018) Log Message: --- New release 1.13 Added Paths: --- core/tags/1.13/ core/tags/1.13/src/com/vividsolutions/jump/workbench/model/Ab

[JPP-Devel] OpenJUMP 1.13 released

2018-05-11 Thread Michaël Michaud
Hi Jumpers, A new OpenJUMP release is available on : https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/1.13 This is mainly a bug fix release but it also has some new features :   Highlights   * some very annoying bugs fixed   * OJ should be generally java 10 ready now   New Features