Re: [Geoserver-devel] resource store and base directory discussion

2015-11-20 Thread Niels Charlier
Hi Jody, I have made a few minor edits to https://github.com/geoserver/geoserver/wiki/Cleaning-up-File-References Now we just need to decide which of the two possibilities we prefer. I really don't mind which one. Regards Niels On 18-11-15 01:48, Jody Garnett wrote: Here is a branch where

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Rahkonen Jukka (MML)
Hi, Geoserver 2.8.1 seems to be OK on Windows. However, there is perhaps something wrong with the NetCDF plugin which I downloaded from http://netcologne.dl.sourceforge.net/project/geoserve/GeoServer/2.8.1/extensions/geoserver-2.8.1-netcdf-out-plugin.zip The plugin prevents startup, snippet of

[Geoserver-devel] [JIRA] (GEOS-7324) GPL x non-compliant Ms-PL code in HolesRemover.java

2015-11-20 Thread Vladimir Navrat (JIRA)
Title: Message Title Vladimir Navrat created an issue

[Geoserver-devel] GeoServer 2.7.4 Released

2015-11-20 Thread Alessio Fabiani
GeoServer 2.7.4 released The GeoServer team is happy to announce the release of GeoServer 2.7.4 . Download bundles are provided (zip , war

[Geoserver-devel] Build failed in Jenkins: cite-wfs-1.0 #764

2015-11-20 Thread monitor
See -- [...truncated 1923 lines...] + (( i++ )) + (( i <= 100 )) + sleep 2 + echo 'Pinging GeoServer at http://localhost:11010/geoserver' Pinging GeoServer at http://localhost:11010/geoserver + curl

[Geoserver-devel] Build failed in Jenkins: cite-wms-1.3 #758

2015-11-20 Thread monitor
See -- [...truncated 1822 lines...] + (( i++ )) + (( i <= 100 )) + sleep 2 + echo 'Pinging GeoServer at http://localhost:11010/geoserver' Pinging GeoServer at http://localhost:11010/geoserver + curl

[Geoserver-devel] GeoServer 2.8.1 Released

2015-11-20 Thread Ben Caradoc-Davies
GeoServer 2.8.1 Released The GeoServer team is pleased to announce the release of GeoServer 2.8.1 . Download bundles are provided (bin

[Geoserver-devel] Build failed in Jenkins: cite-wcs-1.0 #762

2015-11-20 Thread monitor
See -- [...truncated 1823 lines...] + (( i++ )) + (( i <= 100 )) + sleep 2 + echo 'Pinging GeoServer at http://localhost:11010/geoserver' Pinging GeoServer at http://localhost:11010/geoserver + curl

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Ben Caradoc-Davies
Confirmed (although I see different classes fail, likely classpath order). The netcdf-out plugin appears to require gt-coverage-api-14.1.jar and gt-netcdf-14.1.jar which are not included in geoserver-2.8.1-netcdf-out-plugin.zip but can be found in geoserver-2.8.1-netcdf-plugin.zip. Perhaps it

[Geoserver-devel] Build failed in Jenkins: cite-wcs-1.1 #761

2015-11-20 Thread monitor
See -- [...truncated 1822 lines...] + (( i++ )) + (( i <= 100 )) + sleep 2 + echo 'Pinging GeoServer at http://localhost:11010/geoserver' Pinging GeoServer at http://localhost:11010/geoserver + curl

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Ben Caradoc-Davies
A bug report is needed. I will file one. I do not want to complicate the release announcement and establish the misconception that netcdf-plugin is required to use netcdf-out-plugin. Any objection to me manually adding the two missing jars to the netcdf-out-plugin and uploading it to

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Ben Caradoc-Davies
On 21/11/15 08:02, Andrea Aime wrote: > On Fri, Nov 20, 2015 at 8:01 PM, Ben Caradoc-Davies >> Any objection to me manually adding the two missing jars to the >> netcdf-out-plugin and uploading it to sourceforge? > None from me Done. Jukka, please try the updated plugin and

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Rahkonen Jukka (MML)
Geoserver 2.8.1 starts with the updated plugin. I have no idea if the plugin itself works, I was just adding plugins one by one and tested if startup was still successful. If I knew what to do with NetCDF output I would probably installed the input module first and never captured this issue,

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Andrea Aime
On Fri, Nov 20, 2015 at 8:35 PM, Ben Caradoc-Davies wrote: > Thanks very much, Jukka. I am pleased by your thorough testing. > > It almost seems worth automating this process to catch missing jars as > this has happened before. For each plugin, unpack the bin.zip, install the

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Andrea Aime
On Fri, Nov 20, 2015 at 8:01 PM, Ben Caradoc-Davies wrote: > A bug report is needed. I will file one. > > I do not want to complicate the release announcement and establish the > misconception that netcdf-plugin is required to use netcdf-out-plugin. > > Any objection to me

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Ben Caradoc-Davies
Thanks very much, Jukka. I am pleased by your thorough testing. It almost seems worth automating this process to catch missing jars as this has happened before. For each plugin, unpack the bin.zip, install the plugin, and try to start geoserver. A Jenkins parameterised build, perhaps? Kind

[Geoserver-devel] [JIRA] (GEOS-7325) Missing jars in NetCDF output format plugin

2015-11-20 Thread Ben Caradoc-Davies [Administrator] (JIRA)
Title: Message Title Ben Caradoc-Davies [Administrator] created an issue

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Ben Caradoc-Davies
On 21/11/15 08:01, Ben Caradoc-Davies wrote: > A bug report is needed. I will file one. https://osgeo-org.atlassian.net/browse/GEOS-7325 -- Ben Caradoc-Davies Director Transient Software Limited New Zealand

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Rahkonen Jukka (MML)
I believe that testing plugins one by one would reveal the missing jars and then installing them all together some bad interactions. But would such interactions normally prevent startup? Perhaps scanning if plugins have different versions of the same jars could prevent more problems. -Jukka

Re: [Geoserver-devel] Smoke testing 2.8.1 release artifacts

2015-11-20 Thread Andrea Aime
On Fri, Nov 20, 2015 at 9:49 PM, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > I believe that testing plugins one by one would reveal the missing jars > and then installing them all together some bad interactions. > Yep, you have a point, once we have it going, we just

Re: [Geoserver-devel] resource store and base directory discussion

2015-11-20 Thread Jody Garnett
Thanks Niels, I think the responsible thing during application startup is to have GeoServerResourceLoader look up the correct value using lookupGeoServerDataDirectory(ServletContext) during application startup. You have four examples of code wanting to do the file thing, they can call

[Geoserver-devel] [JIRA] (GEOS-7323) Unable to see Teradata in stores

2015-11-20 Thread Bryan Sequeira (JIRA)
Title: Message Title Bryan Sequeira created an issue

Re: [Geoserver-devel] Draft 2.8.1 blog post

2015-11-20 Thread Jody Garnett
Thanks Ben, I was too slow to review just added the "About GeoServer 2.8" section with links to blogs posts, slides and articles. I like to include this section in each release to encourage participants to write about the work they do with GeoServer :) -- Jody Garnett On 19 November 2015

[Geoserver-devel] please circulate

2015-11-20 Thread Jody Garnett
http://blog.geoserver.org/2015/11/20/geoserver-code-sprint-2016/ -- Jody Garnett -- ___ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net

Re: [Geoserver-devel] Draft 2.8.1 blog post

2015-11-20 Thread Ben Caradoc-Davies
Ah, thanks! I copied an earlier one and must have removed that section. Kind regards, Ben. On 21/11/15 16:02, Jody Garnett wrote: > Thanks Ben, I was too slow to review just added the "About GeoServer > 2.8" section with links to blogs posts, slides and articles. > > I like to include this