Re: [Geoserver-devel] Build failed in Jenkins: GeoServer-Master #2480

2015-12-21 Thread Ben Caradoc-Davies
Thanks, Simone. Confirmed fixed. Kind regards, Ben. On 22/12/15 03:35, Simone Giannecchini wrote: > I just installed it and kicked a build. -- Ben Caradoc-Davies Director Transient Software Limited New Zealand

Re: [Geoserver-devel] GeoServer release publish fail for 2.7.5?

2015-12-21 Thread Ben Caradoc-Davies
Those files were all changed by my Java 8 upgrade on master. I think we have a race condition in release-publish because it switches to master and pulls (when I think it should only fetch) even when it is on a non-master branch. If files that are processed in the release job (release tag

Re: [Geoserver-devel] [Geotools-devel] Jira-release job fails

2015-12-21 Thread Ben Caradoc-Davies
On 22/12/15 02:21, Andrea Aime wrote: > If you have doubts other have made mistakes No, just a discussion of how to check in the context of a manual Jira release. I am happy for a release manager to check any fixVersions I set. I am just suggesting one way it might be done. > So yes, the

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
I have same issue on startup with geowebcache. About of first build error, this works for me (and for test units):"info.setUpdateSequence( (long) get( global, "updateSequence", int.class ) );" Best regardsAlvaro De: Daniele Romagnoli Para: A Huarte

Re: [Geoserver-devel] a bit stuck on 2.9-M0 release

2015-12-21 Thread Ben Caradoc-Davies
On 21/12/15 14:49, Emanuele Tajariol wrote: >> Also, the current GS master does not build against GF master (compile >> >failure in gs-geofence on ares); I am investigating because I want a >> >clean build before switching to Java 8. > Should be fixed now. Please let me know. Thanks, Emanuele.

Re: [Geoserver-devel] GeoServer release publish fail for 2.7.5?

2015-12-21 Thread Andrea Aime
Hi, I might be wrong, but I see Jody releasing too... and I don't think that two releases can go out in parallel, as release and release-publish retain some state on a local checkout on the build server. If that's the case, you may have to redo the release job too to re-instate the correct state

Re: [Geoserver-devel] a bit stuck on 2.9-M0 release

2015-12-21 Thread Jody Garnett
Mac DMG fails to startup: WARNING: Module not found [ssl] > > 2015-12-21 16:29:10.299:INFO::startup executor: Logging initialized @6598ms > > 2015-12-21 16:29:10.456:INFO:oejs.Server:startup executor: >> jetty-9.2.13.v20150730 > > 2015-12-21 16:29:10.470:INFO:oejdp.ScanningAppProvider:startup

Re: [Geoserver-devel] a bit stuck on 2.9-M0 release

2015-12-21 Thread Jody Garnett
Now unstuck - thanks for the help aaime :) Preflight downloads available: http://ares.boundlessgeo.com/geoserver/release/2.9-M0/ -- Jody Garnett On 20 December 2015 at 16:05, Jody Garnett wrote: > Kevin was able to upload GWC to SF, but it has not appeared on >

Re: [Geoserver-devel] (jdbc) resource store: platform additions

2015-12-21 Thread Jody Garnett
Thanks Neils, that approach matches my idea - I had in mind placing a listener on each style directory - and had hoped that we had relatively few other folders to track. I particular I was designing for a clustered environment and had hoped cluster workload could be sharded a bit by workspace (so

[Geoserver-devel] Jira-release job fails

2015-12-21 Thread Ian Turton
It seems that both GeoTools and GeoServer's release-jira jobs fail (and have been failing for 9 and 6 months) - I assume this is related to the change of jira hosting, is there a new script or manual step that I need to run before hitting publish for the new releases? Cheers Ian -- Ian Turton

[Geoserver-devel] Allowing range of values as the default value for dimensions

2015-12-21 Thread Andrea Aime
Hi, I'm currently working on an improvement for the dimensions support in GeoServer that I would like to share. Currently our default value support is rather generic, stored in this class and subject to different policies:

Re: [Geoserver-devel] (jdbc) resource store: platform additions

2015-12-21 Thread Niels Charlier
Alright. What the clustering modules do is simply registering itself as a CatalogListener and then dispatch events to other geoserver instances. This is a fine strategy for the catalog, I don't see any reason to change it. The problem is that with resources, listeners are always placed on a

Re: [Geoserver-devel] [Geotools-devel] Jira-release job fails

2015-12-21 Thread Andrea Aime
On Mon, Dec 21, 2015 at 12:33 PM, Ben Caradoc-Davies wrote: > I see no tag for 2.7.5 in GitHub nor a call for artifact testing. Are you > sure this issue was omitted? In the release procedure, release in Jira is > the first step. If the steps were performed out of order and

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread Andrea Aime
You are probably wrong using Java 8, GeoServer is still supposed to be built with Java 7 ;-) Jokes aside, Ben is upgrading GeoServer to Java 8 in these days, and Eclipse has its own compiler that sometimes different behavior than the official Java one. I'd suggest to revisit once the migration

Re: [Geoserver-devel] Build failed in Jenkins: GeoServer-Master #2480

2015-12-21 Thread Simone Giannecchini
I just installed it and kicked a build. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU)

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
Thanks Andrea, I will check this error when migration to Java 8 is completed.I will still use Java7 until that day. Alvaro INFO:Eclipse Java EE IDE for Web Developers (Mars.1 Release (4.5.1)) + Java(TM) SE Runtime Environment (build 1.8.0_66-b18) + Windows 7 x64:All fine except only this simple

Re: [Geoserver-devel] (jdbc) resource store: platform additions

2015-12-21 Thread Jody Garnett
Sounds excellent, thanks for your hard work. -- Jody Garnett On 21 December 2015 at 02:12, Niels Charlier wrote: > I'd suggest merging ResourceLoader and GeoServerDataDirectory. Both of > them provide mostly a lot of convenience methods and a little bit of extra > logic on top

Re: [Geoserver-devel] (jdbc) resource store: platform additions

2015-12-21 Thread Ben Caradoc-Davies
Jody, have your questions been addressed to your satisfaction? Are we ready to merge PR #1361 as it is now? https://github.com/geoserver/geoserver/pull/1361 Kind regards, Ben. On 22/12/15 15:06, Jody Garnett wrote: > Sounds excellent, thanks for your hard work. -- Ben Caradoc-Davies

Re: [Geoserver-devel] a bit stuck on 2.9-M0 release

2015-12-21 Thread Jody Garnett
Looking in installed DMG application: WEB-INF/lib contains: jai_codec-1.1.3.jar jai_core-1.1.3.jar jai_imageio-1.1.jar Going to try the bin download ... same problem: java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI at

Re: [Geoserver-devel] (jdbc) resource store: platform additions

2015-12-21 Thread Niels Charlier
I'd suggest merging ResourceLoader and GeoServerDataDirectory. Both of them provide mostly a lot of convenience methods and a little bit of extra logic on top of the ResourceStore. We can remove a lot of the depecrated stuff now. On 19-12-15 01:43, Jody Garnett wrote: And utility methods ...

[Geoserver-devel] Jenkins build is back to normal : geoserver-2.7.x-nightly #304

2015-12-21 Thread monitor
See -- ___ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net

Re: [Geoserver-devel] [Geotools-devel] Jira-release job fails

2015-12-21 Thread Andrea Aime
On Mon, Dec 21, 2015 at 12:16 PM, Ben Caradoc-Davies wrote: > Looks like there is already a GS 2.7.6 version (naughty, naughty, Jira > makes is far too easy for an administrator to inadvertently add a > version); someone has an issue for it: >

[Geoserver-devel] Build failed in Jenkins: GeoServer-Master » Core Platform Module #2481

2015-12-21 Thread winbuild
See -- [...truncated 571 lines...] [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile [DEBUG]

[Geoserver-devel] Build failed in Jenkins: GeoServer-Master #2481

2015-12-21 Thread winbuild
See -- [...truncated 2988 lines...] [INFO] KML support for GeoServer . SKIPPED [INFO] GeoWebCache (GWC) Module .. SKIPPED [INFO] REST

[Geoserver-devel] [JIRA] (GEOS-7359) "Tile layers" page crashes with GWC_DISKQUOTA_DISABLED set to true

2015-12-21 Thread Maciej Filocha (JIRA)
Title: Message Title Maciej Filocha

Re: [Geoserver-devel] [Geotools-devel] Jira-release job fails

2015-12-21 Thread Ben Caradoc-Davies
Ian, yes, the Jira API changed when we moved from Codehaus and the Python script is broken. Not as smooth as your last releases in 2014. The undocumented manual procedure is to for each project: - Manually perform the release in Administration / Versions and release the version using the

Re: [Geoserver-devel] (jdbc) resource store: platform additions

2015-12-21 Thread Jody Garnett
Looks like the methods have been addressed, still circling a bit on the event notification. What is your impression Niels? -- Jody Garnett On 21 December 2015 at 18:26, Ben Caradoc-Davies wrote: > Jody, > > have your questions been addressed to your satisfaction? Are we

Re: [Geoserver-devel] [Geotools-devel] Jira-release job fails

2015-12-21 Thread Ben Caradoc-Davies
On 22/12/15 00:21, Andrea Aime wrote: > On Mon, Dec 21, 2015 at 12:16 PM, Ben Caradoc-Davies > wrote: >> Looks like there is already a GS 2.7.6 version (naughty, naughty, Jira >> makes is far too easy for an administrator to inadvertently add a >> version); someone has an issue

[Geoserver-devel] GEOS-7349: GeoJSON geometry and geometry_name inconsistent on multi-geometry features

2015-12-21 Thread Andreas Watermeyer
Hi GeoServer-Developers, Andrea Aime asked me to involve this mailing list regarding the following issue & pull request: https://osgeo-org.atlassian.net/browse/GEOS-7349 https://github.com/geoserver/geoserver/pull/1370 Context: - GeoServer WFS-Response with outputFormat=JSON - FeatureType with

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
Sorry, I sent an unfinished mail I meant "I can change the code to:info.setUpdateSequence( get( global, "updateSequence", long.class ) ); " Alvaro De: A Huarte Para: "geoserver-devel@lists.sourceforge.net" Enviado:

Re: [Geoserver-devel] [Geotools-devel] Jira-release job fails

2015-12-21 Thread Ben Caradoc-Davies
And this is what I recommend when encountering issues with an unexpected fixVersion: On 22/12/15 00:16, Ben Caradoc-Davies wrote: > so check GitHub commits to confirm -- Ben Caradoc-Davies Director Transient Software Limited New Zealand

[Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread A Huarte
Hi, I have updated my geoserver repo to current master repo. It builds ok from windows console with maven, but when I create the eclipse projects and I load them in Eclipse Mars (Windows 7 - x64), I get the error "Type mismatch: cannot convert from Integer to long" in line ...

[Geoserver-devel] Jenkins build is back to normal : geoserver-2.8.x-nightly #90

2015-12-21 Thread monitor
See -- ___ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net

Re: [Geoserver-devel] Fail build LegacyConfigurationImporter in Eclipse mars for Windows and Java8...

2015-12-21 Thread Daniele Romagnoli
I have same issue. I was building GS master with maven using JDK 7, getting this: [INFO] BUILD FAILURE [INFO] [INFO] Total time: 6.150 s [INFO] Finished at: 2015-12-21T15:40:46+01:00 [INFO] Final Memory: 41M/369M [INFO]

[Geoserver-devel] Build failure on Java 8, Linux

2015-12-21 Thread Andrea Aime
Hi, I'm seeing this failure on a clean master checkout, building with Oracle JDK 8: [INFO] Security UI Core Module FAILURE [03:00 min] Tests in error: testRemoveWithRoles(org.geoserver.security.web.user.UserListPageTest):

Re: [Geoserver-devel] Build failure on Java 8, Linux

2015-12-21 Thread Andrea Aime
Ah, another interesting bit... the failure seems to be intermittent... actually only got it only once in 3 builds so far... duh... Cheers Andrea On Mon, Dec 21, 2015 at 4:01 PM, Andrea Aime wrote: > Hi, > I'm seeing this failure on a clean master checkout,

[Geoserver-devel] Jenkins build is back to normal : GeoServer-Master #2482

2015-12-21 Thread winbuild
See -- ___ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net

[Geoserver-devel] Jenkins build is back to normal : GeoServer-Master » Core Platform Module #2482

2015-12-21 Thread winbuild
See -- ___ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net

[Geoserver-devel] GeoServer release publish fail for 2.7.5?

2015-12-21 Thread Ian Turton
Does anyone know why the git checkout on jenkins if failing for the 2.7.5 release? http://ares.opengeo.org/jenkins/view/release/job/geoserver-release-publish/47/console I don't recall ever having a problem with this step before Ian -- Ian Turton