Re: [Geotools-devel] Online build green

2015-03-30 Thread Torben Barsballe
I have updated SQL Server to use the latest microsoft driver, and it is running tests now. We are getting one test failure: Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.926 sec <<< FAILURE! - in org.geotools.data.sqlserver.SQLServerDataStoreFactoryOnlineTest testCreateDataStor

Re: [Geotools-devel] Online build green

2015-03-27 Thread Andrea Aime
On Fri, Mar 27, 2015 at 6:13 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > > > On Thu, Mar 26, 2015 at 9:30 AM, Andrea Aime > wrote: > >> On Thu, Mar 26, 2015 at 5:23 PM, Torben Barsballe < >> tbarsba...@boundlessgeo.com> wrote: >> >>> And we are still getting timeouts. Looking int

Re: [Geotools-devel] Online build green

2015-03-27 Thread Torben Barsballe
It also looks like are best bet for getting oracle working is to update the driver. Geotools fix here: https://github.com/geotools/geotools/pull/795 I will see if I can get the ojdbc7.jar installed on ares. Torben On Fri, Mar 27, 2015 at 10:13 AM, Torben Barsballe < tbarsba...@boundlessgeo.com> w

Re: [Geotools-devel] Online build green

2015-03-27 Thread Torben Barsballe
On Thu, Mar 26, 2015 at 9:30 AM, Andrea Aime wrote: > On Thu, Mar 26, 2015 at 5:23 PM, Torben Barsballe < > tbarsba...@boundlessgeo.com> wrote: > >> And we are still getting timeouts. Looking into this a bit more, it looks >> like the jTDS driver does not support SQ

Re: [Geotools-devel] Online build green

2015-03-26 Thread Jody Garnett
If it is a supported module then I would like to test it. Low priority though. -- Jody Garnett On 26 March 2015 at 01:06, Christian Mueller < christian.muel...@os-solutions.at> wrote: > Hi all > > Any interest to include the DB2 online tests. We could use the DB2 > community edition available he

Re: [Geotools-devel] Online build green

2015-03-26 Thread Ian Turton
I have only got 2012 & 2008 to test against I'm afraid. Ian On Thu, Mar 26, 2015 at 4:30 PM Andrea Aime wrote: > On Thu, Mar 26, 2015 at 5:23 PM, Torben Barsballe < > tbarsba...@boundlessgeo.com> wrote: > >> And we are still getting timeouts. Looking into this a bit more, it looks >> like the j

Re: [Geotools-devel] Online build green

2015-03-26 Thread Andrea Aime
On Thu, Mar 26, 2015 at 5:23 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > And we are still getting timeouts. Looking into this a bit more, it looks > like the jTDS driver does not support SQL > Server 2014, which is what we are using for the database.

Re: [Geotools-devel] Online build green

2015-03-26 Thread Torben Barsballe
And we are still getting timeouts. Looking into this a bit more, it looks like the jTDS driver does not support SQL Server 2014, which is what we are using for the database. It seems like the Microsoft JDBC Driver for SQL Server will be necessary in this case. Torben

Re: [Geotools-devel] Online build green

2015-03-26 Thread Torben Barsballe
Looking at your connection paramaters, everything seems fine. I've tried adding ";DatabaseName=geotoolstest" to the end of the URL as in your example fixture, we'll see if that changes anything. I've kicked off a new build to test this. Torben On Thu, Mar 26, 2015 at 6:24 AM, Ian Turton wrote:

Re: [Geotools-devel] Online build green

2015-03-26 Thread Ian Turton
OK It's using the correct driver now but times out trying to connect, Torben can you check I've got the password etc correct. Cheers Ian Running org.geotools.data.sqlserver.SQLServer3DOnlineTest Skipping sqlserver tests, resources not available: org.apache.commons.dbcp.SQLNestedException: Canno

Re: [Geotools-devel] Online build green

2015-03-26 Thread Ian Turton
It seems I do have creds for that :-) I've made the change and kicked off a test build Ian On Thu, Mar 26, 2015 at 11:54 AM Andrea Aime wrote: > Hi Ian, > it's here in the shell script: > http://ares.boundlessgeo.com/jenkins/view/geotools/job/geotools-master-online/configure > > Do you have the

Re: [Geotools-devel] Online build green

2015-03-26 Thread Andrea Aime
Hi Ian, it's here in the shell script: http://ares.boundlessgeo.com/jenkins/view/geotools/job/geotools-master-online/configure Do you have the credentials to access the server? Cheers Andrea On Thu, Mar 26, 2015 at 12:46 PM, Ian Turton wrote: > > > On Wed, Mar 25, 2015 at 6:26 PM Torben Barsb

Re: [Geotools-devel] Online build green

2015-03-26 Thread Ian Turton
On Wed, Mar 25, 2015 at 6:26 PM Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > On Wed, Mar 25, 2015 at 11:09 AM, Ian Turton wrote: > >> SQL Server on master should be able to pull it's driver via maven by >> default. >> >> Interesting. Right now we are getting: > > org.apache.commons.db

Re: [Geotools-devel] Online build green

2015-03-26 Thread Christian Mueller
Hi all Any interest to include the DB2 online tests. We could use the DB2 community edition available here http://www-01.ibm.com/software/data/db2/express-c/download.html At the other side, I think there are only few users working with DB2. ( Almost no mails on the mailing list). Opinions ? Ch

Re: [Geotools-devel] Online build green

2015-03-25 Thread Ian Turton
The fixture will need an update - see the updated docs (or I can mail one when I'm back at work tomorrow) Ian On Wed, Mar 25, 2015 at 6:26 PM Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > On Wed, Mar 25, 2015 at 11:09 AM, Ian Turton wrote: > >> SQL Server on master should be able to

Re: [Geotools-devel] Online build green

2015-03-25 Thread Torben Barsballe
On Wed, Mar 25, 2015 at 11:09 AM, Ian Turton wrote: > SQL Server on master should be able to pull it's driver via maven by > default. > > Interesting. Right now we are getting: org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class 'com.microsoft.sqlserver.jdbc.SQLServerDriver

Re: [Geotools-devel] Online build green

2015-03-25 Thread Ian Turton
SQL Server on master should be able to pull it's driver via maven by default. Ian On Wed, Mar 25, 2015 at 5:21 PM Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > Oracle and SQL Server databases are set up, and tests are configured in > Jenkins. It looks like we are mising the JDBC jars

Re: [Geotools-devel] Online build green

2015-03-25 Thread Torben Barsballe
Oracle and SQL Server databases are set up, and tests are configured in Jenkins. It looks like we are mising the JDBC jars for these two on ares, fix for this in progress. While setting these tests up, I also noticed another issue, which means we cannot quite trust successful tests right now: http

Re: [Geotools-devel] Online build green

2015-03-23 Thread Andrea Aime
On Mon, Mar 23, 2015 at 10:49 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > Oracle online tests inbound. The database is setup, and I have added the > test configuration to jenkins. Currently running geotools-master-online to > see if everything is working as expected. > > We should

Re: [Geotools-devel] Online build green

2015-03-23 Thread Ben Caradoc-Davies
ArcSDE? On 24/03/15 10:49, Torben Barsballe wrote: > Are there any other important databases that should be added to the online > tests? -- Ben Caradoc-Davies Director Transient Software Limited New Zealand -

Re: [Geotools-devel] Online build green

2015-03-23 Thread Torben Barsballe
Oracle online tests inbound. The database is setup, and I have added the test configuration to jenkins. Currently running geotools-master-online to see if everything is working as expected. We should also be getting MS SQL Server shortly. Are there any other important databases that should be add

Re: [Geotools-devel] Online build green

2015-03-17 Thread Andrea Aime
On Mon, Mar 16, 2015 at 7:11 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > If you read the bottom chunk of the report you will see that part of the > issue is that this failure does not cause the build to fail. Specifically, > it causes the next call to JDBCTestSetup.isOnline to fai

Re: [Geotools-devel] Online build green

2015-03-16 Thread Torben Barsballe
If you read the bottom chunk of the report you will see that part of the issue is that this failure does not cause the build to fail. Specifically, it causes the next call to JDBCTestSetup.isOnline to fail with a NPE, skipping the rest of the PostGIS tests. Moreover, because the tests are skipped,

Re: [Geotools-devel] Online build green

2015-03-16 Thread Andrea Aime
On Mon, Mar 16, 2015 at 6:09 PM, Torben Barsballe < tbarsba...@boundlessgeo.com> wrote: > While the build is passing, it is not entirely functional - there is still > an issue with the PostGIS tests causing some loss of test coverage - See > https://jira.codehaus.org/browse/GEOT-5027 > > I'm a bit

Re: [Geotools-devel] Online build green

2015-03-16 Thread Torben Barsballe
While the build is passing, it is not entirely functional - there is still an issue with the PostGIS tests causing some loss of test coverage - See https://jira.codehaus.org/browse/GEOT-5027 Adding other databases is progressing (slowly). For oracle, is there any paticular version we want (are the

Re: [Geotools-devel] Online build green

2015-03-16 Thread Ben Caradoc-Davies
Oracle for gt-jdbc-oracle would be a big improvement. Jody? Torben? On 16/03/15 16:51, Andrea Aime wrote: > Hi, > I've made a few fixes to the mysql build and now we have a green online > build going. > So... next step? One more database? Or do we start having it report on th > devel list > on fai

[Geotools-devel] Online build green

2015-03-15 Thread Andrea Aime
Hi, I've made a few fixes to the mysql build and now we have a green online build going. So... next step? One more database? Or do we start having it report on th devel list on failures? Cheers Andrea -- == GeoServer Professional Services from the experts! Visit http://goo.gl/NWWaa2 for more inf