Re: [Geoserver-users] REST API importer: specify table to load data

2022-05-19 Thread Giuseppe Falcone
Thanks for you response. I rephrase the question: I have a web application where a user uploads a shapefile and this needs to be inserted into a postgis table that has the same fields (in append mode). Shapefile and table don't necessarily have the same name. There is a manner to execute this task

Re: [Geoserver-users] GeoServer 2.21-RC available for testing!

2022-05-19 Thread Jody Garnett
Andrea: I did run into these kind of issues where loggers created too soon were set up with a java util logger before we could get in there and supply a logging factory. I found the 'easiest' way to trace the problem was to put in a breakpoint where the logger was created (and trace back to see

Re: [Geoserver-users] REST API importer: specify table to load data

2022-05-19 Thread Jody Garnett
No it is a good feature request for importer; which I would love to see take on more functionality for updating tables. Right now it just keeps making table1, table2, table3 each time and there is not much control. There is also no way to clean up a table that was added by importer. If you are in

[Geoserver-users] "Layer aggregation" is broken

2022-05-19 Thread Clement Drouadaine
Hello everyone, Whenever I try to access the “layer aggregation” tab, I get the stacktrace posted below instead of the content of the page. One of the layer aggregations on this server refuses to be visualised, and returns the following answer when asked for a GetCapabilities: http://myserver

Re: [Geoserver-users] "Layer aggregation" is broken

2022-05-19 Thread Andrea Aime
On Thu, May 19, 2022 at 3:30 PM Clement Drouadaine < clement.drouada...@ign.fr> wrote: > I am running Geoserver 2.20.1 on Debian. > Checking the 2.20.1 source code: > > Caused by: java.lang.NullPointerException > > at > org.geoserver.security.SecureCatalogImpl.checkAccess(SecureCatalogImpl

Re: [Geoserver-users] "Layer aggregation" is broken

2022-05-19 Thread Clement Drouadaine
I confirm that the version is 2.20.1, as shown in my “Build Information” in the “About” tab. I think that you are right regarding the layer group referencing something that either doesn’t exist anymore or is broken. How can I pinpoint which layer is faulty, given that this problem breaks a sign

[Geoserver-users] End Attribute - Time Dim

2022-05-19 Thread Bessette-Halsema, Dominique E via Geoserver-users
Hello I have a feature based off a database table that I'm trying to add a Time Dimension with the "Attribute" and "End Attribute" set The Presentation is 'Interval and Resolution' The Resolution is '5 minutes' The Default value is the 'domain nearest to the reference value' The Reference Value

[Geoserver-users] REST API URL

2022-05-19 Thread Andrew Coyne
Hello, I am trying to get the URL for a layer I created but I get the following error: This XML file does not appear to have any style information associated with it. The document tree is shown below. http://www.opengis.net/ows/1.1"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; versi

Re: [Geoserver-users] REST API URL

2022-05-19 Thread Roar Brænden
Hi, There is no layer specified within that geowebcache.xml. The «layers» element right at the end of the document is empty. Maybe that is your problem. Regards, Roar Brænden fre. 20. mai 2022 kl. 01:39 skrev Andrew Coyne : > Hello, > > > > I am trying to get the URL for a layer I created but I