Re: [Geoserver-devel] build.geoserver geoserver-main-app-schema-online job maintenance / discussion.

2024-07-15 Thread Andrea Aime
Hi Jody, that action is really the same we use for the GeoTools build, with a couple of commits more, as the huaxk one (used in the postgis geotools action) has fell un-maintained: https://github.com/amrocha/postgis-action Both actions indeed use postgresql version 11, which fell out of support si

[Geoserver-devel] How to install FileGDB driver for Gdal in Linux?

2024-07-15 Thread Shaozhong SHI
Can anyone send me instructions? It is for loading geodata onto PostGIS. Regards, David On Fri, 5 Jul 2024 at 23:43, Jody Garnett wrote: > I have a PR that looks > at some gaps in the GeoTools feature model around validation... and Niels > made

Re: [Geoserver-devel] build.geoserver geoserver-main-app-schema-online job maintenance / discussion.

2024-07-15 Thread Jody Garnett
Yes I was going to recommend removing the excludes, which are there to prevent double testing. And instead exclude the tests upstream. Since that plugin does not pass requiring both oracle and postgis at the same time. Better to test oracle and postgis independently. -- Jody Garnett On Mon, Ju

[Geoserver-devel] Discussion: Correct Response Codes for Duplicate REST API requests

2024-07-15 Thread Peter Smythe
Hi Devs We'd like to solicit more input around the REST API responses to requests that cannot be implemented because they have already been done. What should the response code be? For example, consider POST/DELETE http://localhost:8080/geoserver/rest/security/usergroup/user/test_user_name/group/

[Geoserver-devel] Resolving inconsistency between user experience of stores, and its actual impementation

2024-07-15 Thread Andrea Aime
Hi all, in GeoServer we have had for ages an inconsistency between what we present in the UI, store wise, and the actual behavior for creating stores, that I'd like to make consistent. UI wise, one goes to create a store, and chooses a specific store type, getting its associated form. When enumera

[Geoserver-devel] Builds down 500 internal server error

2024-07-15 Thread Jody Garnett
All the builds have been down since Friday: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1: deploy (default-deploy) on project geoserver: Failed to deploy artifacts: Could not transfer artifact org.geoserver:geoserver:pom:2.26-20240715.131524-134 from/to ne

Re: [Geoserver-devel] Builds down 500 internal server error

2024-07-15 Thread Jody Garnett
I did not see anything and have opened https://trac.osgeo.org/osgeo/ticket/3222 Ian I expect this puts any release on hold. -- Jody Garnett On Jul 15, 2024 at 10:08:54 AM, Jody Garnett wrote: > All the builds have been down since Friday: > > [ERROR] Failed to execute goal > org.apache.maven.

Re: [Geoserver-devel] Builds down 500 internal server error

2024-07-15 Thread Andrea Aime
Actually not new, a few days ago Peter opened this: https://trac.osgeo.org/osgeo/ticket/3219 But then it seemed to be gone, and now it's back again. Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services-us for more information. == Ing. Andr

Re: [Geoserver-devel] How to install FileGDB driver for Gdal in Linux?

2024-07-15 Thread Jody Garnett
You are not contacting the right list (this one is for geoserver development). -- Jody Garnett On Jul 15, 2024 at 5:19:33 AM, Shaozhong SHI wrote: > Can anyone send me instructions? > > It is for loading geodata onto PostGIS. > > Regards, > > David > > On Fri, 5 Jul 2024 at 23:43, Jody Garnett

[Geoserver-devel] GeoServer/GeoTools PMC Meeting at 18:30 CET / 9:30 PDT tomorrow

2024-07-15 Thread Torben Barsballe
Reminder that the next PMC meeting is scheduled for tomorrow, July 16, at 18:30 CET. You can join the meeting by following this link: ht

Re: [Geoserver-devel] Resolving inconsistency between user experience of stores, and its actual impementation

2024-07-15 Thread Ian Turton
Wow, that's scarier than I thought it would be. Sounds like a great improvement to me. +1 Ian On Mon, 15 Jul 2024, 16:52 Andrea Aime, wrote: > Hi all, > in GeoServer we have had for ages an inconsistency between what we present > in the UI, store wise, and the actual behavior for creating stor

Re: [Geoserver-devel] Builds down 500 internal server error

2024-07-15 Thread Jody Garnett
Okay long story short we are reaching the 100,000 component max of what the free version of nexus can do. The server has a peak of 8,000,000 hits a day, and we have 32 users. If OSGeo needs to pay (which is fine) it would be good to review our user list and take it down to build servers and troub

Re: [Geoserver-devel] Builds down 500 internal server error

2024-07-15 Thread Jody Garnett
We manage snapshots using tasks, not a cleanup policy, so we can be sure to retrain the last couple snapshots from branches that are no longer actively being built. The clean up is scheduled for Saturday each week present. I have changed the task to only retain 3 snapshots, rather than 6, and run

Re: [Geoserver-devel] Builds down 500 internal server error

2024-07-15 Thread Jody Garnett
I got down below the threshold by running the snapshot cleaning up tasks. It is only a bit below the threshold so we are over capacity. And a local deploy still does not work. Open to suggestions? -- Jody Garnett On Jul 15, 2024 at 1:25:26 PM, Jody Garnett wrote: > We manage snapshots using

Re: [Geoserver-devel] Resolving inconsistency between user experience of stores, and its actual impementation

2024-07-15 Thread Jody Garnett
Yeah, the flexibility of letting the system choose has not really been taken advantage of. Is a change needed at the geotools level also? -- Jody Garnett On Mon, Jul 15, 2024 at 8:52 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Hi all, > in GeoServer we have had for ages an inc

Re: [Geoserver-devel] Resolving inconsistency between user experience of stores, and its actual impementation

2024-07-15 Thread Andrea Aime
On Tue, Jul 16, 2024 at 12:44 AM Jody Garnett wrote: > Yeah, the flexibility of letting the system choose has not really been > taken advantage of. > It happened a couple of times actually... once switching from JDBC to JDBC-NG, and the other from WFS to WFS-NG. As a community we are not big on