Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-18 Thread Torben Barsballe
On Wed, Apr 18, 2018 at 7:01 AM, Andrea Aime wrote: > Hum: > > Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.32 sec <<< > FAILURE! - in org.geotools.data.h2.H2DataStoreFactoryTest > testTCP(org.geotools.data.h2.H2DataStoreFactoryTest) Time elapsed: 12.316 > sec <<< ERROR!

Re: [Geotools-devel] About the OGR failures

2018-04-18 Thread Ian Turton
As I recall just importing the basic geometries from a MapInfo file wasn't too hard but there is a whole bunch of styling and other junk in there too that people wanted to read in. Plus whoever was doing it would need a MapInfo licence to generate/check input files. So not impossible but not chea

Re: [Geotools-devel] About the OGR failures

2018-04-18 Thread Jesper Steen Møller
Hi list Ugh - removing OGR support will make it impossible for Java tools to access MapInfo files. We're using BridJ for now, as it's easier to get the GDAL bits without the corresponding JNI shared object. Is there anything I could do to help? How big a job is building MapInfo support in Java

Re: [Geotools-devel] About the OGR failures

2018-04-18 Thread Andrea Aime
Hi Jesper, you can take over maintainership of the BridJ module and fix the build, or sponsor someone to do it for you. Writing mapinfo support in java would be best of course, but also believe it's a sizable effort (take a look at the OGR mapinfo source code, something similar would have to be bu

Re: [Geotools-devel] About the OGR failures

2018-04-18 Thread Andrea Aime
Hi all, any feedback? If not, I plan to remove the module sometimes soon. (mind, the JNI module will be broken just the same at runtime, but won't fail the build unless the JNI native lib is around, which is normally not) Cheers Andrea On Wed, Apr 4, 2018 at 2:07 PM, Andrea Aime wrote: > Hi Ben

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-18 Thread Andrea Aime
Hum: Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.32 sec <<< FAILURE! - in org.geotools.data.h2.H2DataStoreFactoryTest testTCP(org.geotools.data.h2.H2DataStoreFactoryTest) Time elapsed: 12.316 sec <<< ERROR! org.h2.jdbc.JdbcSQLException: Exception opening port H2 TCP Server

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-18 Thread Daniele Romagnoli
Hi again, Good news: The 2 test classes (HSTORE and JSON) aren't failing anymore: https://build.geoserver.org/view/geotools/job/geotools-master-online-postgis/571/console However that the build is still failing on different H2 related stuff which seems failing since long time too. Cheers, Daniele

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-18 Thread Daniele Romagnoli
Hi everybody. >From my previous understanding, the https://osgeo-org. atlassian.net/browse/GEOT-5876 JIRA was closed as "Not a bug" so I didn't spend additional time on it. However, it looks like is still causing issues with online tests so I was able to replicate it locally and made a couple of fi