Re: [Geotools-devel] JAI-EXT-related failure of gt-coverage ImageWorkerTest.testYCbCr with LCMS 2.6

2015-04-10 Thread Jody Garnett
Jira works for new issues. On Fri, Apr 10, 2015 at 11:16 PM Andrea Aime wrote: > Hi Ben, > trying to understand this one better. It seems that LCMS is a color > management package of sorts, > and that seems to alter the way the JVM works with color profiles? > http://www.littlecms.com/ > > Here i

Re: [Geotools-devel] JAI-EXT flooding the console with errors

2015-04-10 Thread Andrea Aime
On Sat, Apr 11, 2015 at 2:04 AM, Ben Caradoc-Davies wrote: > JAI-EXT appears to be flooding the console with errors when building. Are > any of these significant? Can they be silenced? They are seen when running > unit tests. For example: > https://s3.amazonaws.com/archive.travis-ci.org/jobs/5783

Re: [Geotools-devel] JAI-EXT-related failure of gt-coverage ImageWorkerTest.testYCbCr with LCMS 2.6

2015-04-10 Thread Andrea Aime
Hi Ben, trying to understand this one better. It seems that LCMS is a color management package of sorts, and that seems to alter the way the JVM works with color profiles? http://www.littlecms.com/ Here is the relevant part of the stack trace: at org.apache.maven.surefire.junit4.JUnit4Provider.ex

Re: [Geotools-devel] Sql server online build fixed, oracle missing driver

2015-04-10 Thread Andrea Aime
On Fri, Apr 10, 2015 at 10:42 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > > >> Just checked, it looks like the driver is available, but the >> username/password are incorrect? >> >> Yes the driver is available, and the database exists. As for the > user/password, it seems to be a

Re: [Geotools-devel] Sql server online build fixed, oracle missing driver

2015-04-10 Thread rlindhoudt
Since Oracle 11g the password is case-sensitive. Maybe that could be the reason? Ron On 10 apr. 2015, at 22:42, Torben Barsballe wrote: > > > Just checked, it looks like the driver is available, but the > username/password are incorrect? > > Yes the driver is available, and the database exi

[Geotools-devel] JAI-EXT-related failure of gt-coverage ImageWorkerTest.testYCbCr with LCMS 2.6

2015-04-10 Thread Ben Caradoc-Davies
[Email in lieu of a known working Jira] Since the JAI-EXT merge, gt-coverage ImageWorkerTest.testYCbCr on master fails when using LCMS 2.6. LCMS (Little CMS) is the native PCMS implementation used by the JVM on Linux, implemented in liblcms2.so.2 and provided on Debian and Ubuntu by the pack

[Geotools-devel] JAI-EXT flooding the console with errors

2015-04-10 Thread Ben Caradoc-Davies
JAI-EXT appears to be flooding the console with errors when building. Are any of these significant? Can they be silenced? They are seen when running unit tests. For example: https://s3.amazonaws.com/archive.travis-ci.org/jobs/57835860/log.txt Error while parsing JAI registry file "file:/home/tr

Re: [Geotools-devel] Sql server online build fixed, oracle missing driver

2015-04-10 Thread Torben Barsballe
> > Just checked, it looks like the driver is available, but the > username/password are incorrect? > > Yes the driver is available, and the database exists. As for the user/password, it seems to be a different issue (I suspect permissions or something similar). The user/password is correct (Verif

Re: [Geotools-devel] Sql server online build fixed, oracle missing driver

2015-04-10 Thread Andrea Aime
On Mon, Apr 6, 2015 at 6:18 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > > Thanks for fixing the MS SQL Server tests Andrea. > > The Oracle one does not seem to work due to the driver not being installed >> in the repository used by the build. >> >> Yes, I just changed over the dr