[Geotools-devel] Test failures in gt-jdbc-h2gis

2024-01-24 Thread Roar Brænden
Hi, After being away from Geotools development for a while, I had some problem to run "mvn clean install -Dall". The failure was in gt-jdbc-h2gis and it was complaining about some h2 db files having wrong version in header. In GitHub I found a PR

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-22 Thread Daniele Romagnoli
PR ready to fix the failures https://github.com/geotools/geotools/pull/3826 >From the main pom.xml I see this: online disabled and **/*OnlineTest.java So I think that a build which triggers the online profile is executing all the OnlineTest around. R

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-22 Thread Andrea Aime
Because it explicitly includes gt-imagemosaic too: run: mvn -B clean install -T2 -Dall --file pom.xml -DskipTests -pl modules/plugin/jdbc/jdbc-postgis -pl modules/plugin/imagemosaic -am -Dspotless.apply.skip=true My guess: imagemosaic has online tests that do need a postgresql database, they have

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-22 Thread Ian Turton
It's an online test, though why only PostGIS triggers it I couldn't say Ian On Mon, 21 Mar 2022 at 17:25, Jody Garnett wrote: > But .. .why is this only getting the PostGIS online tests? > > On Mon, Mar 21, 2022 at 10:15 AM Daniele Romagnoli < > [email protected]> wrote: >

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Jody Garnett
But .. .why is this only getting the PostGIS online tests? On Mon, Mar 21, 2022 at 10:15 AM Daniele Romagnoli < [email protected]> wrote: > Hi Ian, > I'm currently investigating that. > It seems like the Landsat8 S3 free datasets are no longer available or > they changed som

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Ian Turton
Ok, thanks for the update. Ian On Mon, 21 Mar 2022 at 17:14, Daniele Romagnoli < [email protected]> wrote: > Hi Ian, > I'm currently investigating that. > It seems like the Landsat8 S3 free datasets are no longer available or > they changed something on their S3 data. > htt

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Daniele Romagnoli
Hi Ian, I'm currently investigating that. It seems like the Landsat8 S3 free datasets are no longer available or they changed something on their S3 data. https://docs.opendata.aws/landsat-pds/readme.html I'm investigating a Sentinel2 replacement. Regards. Daniele Regards, Daniele Romagnoli

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Joseph Miller
I saw that recently as well and did a very preliminary investigation that pointed to a dependency on a S3 hosted Landsat file that is no longer present. Joe On Mon, Mar 21, 2022 at 1:11 PM Ian Turton wrote: > I'm seeing the following failures on both GitHub and locally: > https://github.com/geo

[Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Ian Turton
I'm seeing the following failures on both GitHub and locally: https://github.com/geotools/geotools/runs/5606477900?check_suite_focus=true Error: Failures: Error: ImageMosaicCogOnlineTest.testCogMosaicOverview:133 Error: ImageMosaicCogOnlineTest.testFSDateCollect:321 expected:<2019> but was:<

Re: [Geotools-devel] Test failures in imagepyramid...

2010-03-23 Thread Jody Garnett
I was on windows; plain jane jre6 with no JAI/ImageIO. I will try and sort it out tomorrow. Jody On 23/03/2010, at 8:08 PM, Andrea Aime wrote: > Jody Garnett ha scritto: >> Am I the only one having trouble on this one? >> [INFO] >> --

Re: [Geotools-devel] Test failures in imagepyramid...

2010-03-23 Thread Andrea Aime
Jody Garnett ha scritto: > Am I the only one having trouble on this one? > > [INFO] > > [INFO] Building imagepyramid datasource module > [INFO]task-segment: [clean, install] > [INFO] > --

[Geotools-devel] Test failures in imagepyramid...

2010-03-22 Thread Jody Garnett
Am I the only one having trouble on this one? [INFO] [INFO] Building imagepyramid datasource module [INFO]task-segment: [clean, install] [INFO] ...

Re: [Geotools-devel] Test failures

2008-05-25 Thread Rob Atkinson
On Sat, May 24, 2008 at 4:45 PM, Jody Garnett <[EMAIL PROTECTED]> wrote: > Hi Rob; you did not install your JDK with international lanaguage support; > I keep fixing this error to not be fatal but it always seems to get people. hmm - i never made a choice _not_ to install language support. And

Re: [Geotools-devel] Test failures

2008-05-23 Thread Jody Garnett
Hi Rob; you did not install your JDK with international lanaguage support; I keep fixing this error to not be fatal but it always seems to get people. You you fix the test case to just show a warning if the unsupported charset exception occurs; and fail if it is anything else... Can I ask what

[Geotools-devel] Test failures

2008-05-23 Thread Rob Atkinson
after repeated svn, mvn -u clean, remove and re-checkout I get some consistent failures building gt2.4 shapefile test fails with: --- Test set: org.geotools.data.shapefile.ShapefileDataStoreTest --

Re: [Geotools-devel] Test failures on 2.4.x

2008-01-24 Thread Martin Desruisseaux
Saul Farber a écrit : > So, err, should I commit this fix to 2.4.x? This would force everyone > to upgrade to a recent JAI snapshot...is that a bad thing (there have > probably been big improvements!) I'm not against, but GeoTools 2.4 is supposed to be released soon, and I though that a released

Re: [Geotools-devel] Test failures on 2.4.x

2008-01-24 Thread Saul Farber
Hey, that completely fixed it! So, err, should I commit this fix to 2.4.x? This would force everyone to upgrade to a recent JAI snapshot...is that a bad thing (there have probably been big improvements!) thoughts? Martin? --saul On Thu, 2008-01-24 at 18:18 +0100, Daniele Romagnoli wrote: > H

Re: [Geotools-devel] Test failures on 2.4.x

2008-01-24 Thread Daniele Romagnoli
Hi Saul, I have encountered a similar problem in the past but I have easy solved it, thanks to Martin. I post here the useful Martin's reply on such a topic: GeoTools WarpTr

[Geotools-devel] Test failures on 2.4.x

2008-01-24 Thread Saul Farber
Hey all, I'm getting test failures in the org.geotools.referencing.operation.transform.WarpTransformTest class Any ideas? I thought it might be my local mods, but I've just checked out a clean copy of 2.4.x from svn, and the failures are there too. --saul -

Re: [Geotools-devel] test failures with geotiff?

2007-02-28 Thread Martin Desruisseaux
Cory Horner a écrit : > Can anyone confirm the correct version of ImageIO? The wiki says 1.1, > but i'm skeptical. If I recall correctly, 1.1 won't work with geotools > 2.2. I don't remember for Geotools 2.2. But ImageIO 1.1 together with JAI 1.1.3 work with Geotools 2.4-SNAPSHOT on my side...

Re: [Geotools-devel] test failures with geotiff?

2007-02-27 Thread Cory Horner
Andrea Aime wrote: > I can confirm I'm using 1.1 Cool... I upgraded and the tests of course passed. Now we can cross our fingers and hope the upgrade doesn't take out the uDig 1.1.x build. If we can poke a larger hole in our firewall, we'll start sending out trunk nightly build e-mails with on

Re: [Geotools-devel] test failures with geotiff?

2007-02-27 Thread Andrea Aime
Cory Horner ha scritto: > Martin Desruisseaux wrote: >> Cory Horner a écrit : >> >>> So what *are* the requirements for building trunk? Our build box is >>> running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux. Am I >>> doing something wrong, or is hsql just being flakey? >> >> Applie

Re: [Geotools-devel] test failures with geotiff?

2007-02-27 Thread Cory Horner
Martin Desruisseaux wrote: > Cory Horner a écrit : > >>So what *are* the requirements for building trunk? Our build box is >>running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux. Am I >>doing something wrong, or is hsql just being flakey? > > > Applied a fix on trunk as of revision

Re: [Geotools-devel] test failures with geotiff?

2007-02-23 Thread Martin Desruisseaux
Cory Horner a écrit : > So what *are* the requirements for building trunk? Our build box is > running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux. Am I > doing something wrong, or is hsql just being flakey? Applied a fix on trunk as of revision 24578. Could you let us know if it wor

Re: [Geotools-devel] test failures with geotiff?

2007-02-23 Thread Martin Desruisseaux
Cory Horner a écrit : > So what *are* the requirements for building trunk? Our build box is > running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux. Am I > doing something wrong, or is hsql just being flakey? I don't know why this error occurs ("mvn install" work fine with JDK 1.4 on

[Geotools-devel] test failures with geotiff?

2007-02-23 Thread Cory Horner
Hey guys, So what *are* the requirements for building trunk? Our build box is running JDK-1.5.0_10 with JAI-1.1.3 and ImageIO-1.0_01 on linux. Am I doing something wrong, or is hsql just being flakey? Thanks, Cory. trunk/modules/plugin/geotiff