Re: [Geoserver-users] "org.postgresql.util.PSQLException" in geoserver 2.21.2 (not in 2.21.1)

2022-11-24 Thread Niels Charlier via Geoserver-users
Hello Hans, App-schema supports the use of denormalized views. In this usecase ID's are not unique and multiple rows with the same id are combined and used to create single complex feature. In this use case COUNT(*) would not give the correct result. Kind Regards Niels On 24/11/2022

Re: [Geoserver-users] "org.postgresql.util.PSQLException" in geoserver 2.21.2 (not in 2.21.1)

2022-11-24 Thread Niels Charlier via Geoserver-users
Hello everyone, Thank you for bringing to attention the regression caused by the fix for GEOT-7248. Part of the purpose of this fix was actually to cover the case of multiple columns, which were in previous version not handled properly either. There was indeed no exception, but the count was

Re: [Geoserver-users] Problems with installing the GeoServer Metadata extension

2020-05-26 Thread Niels Charlier via Geoserver-users
Hello Carlos, Please direct questions about geoserver community modules to the geoserver users list. I am not sure what you are trying to accomplish here. There is no need to make any modifications to web.xml. Simply add the jar files to a working geoserver deployment. Note however that

Re: [Geoserver-users] Hazelcast cluster extension

2020-05-19 Thread Niels Charlier via Geoserver-users
Hello Jan, That's weird. Could it be a network issue? What about your hazelcast.xml file, did you leave that as it is? Some networks don't support multicast. You could try specifying the ip addresses if they are fixed. However, if the problem is with multicast normally your nodes would

Re: [Geoserver-users] JDBCConfig and LayerGroups

2020-05-18 Thread Niels Charlier via Geoserver-users
Perhaps jdbcconfig import breaks on layergroups that contain other layergroups. It's quite plausible that has never been tested out. Kind Regards Niels On 18/05/2020 17:19, Stefan Overkamp wrote: Hi Niels, thanks for these hints. Up to now I have found problems with the default style of

Re: [Geoserver-users] JDBCConfig and LayerGroups

2020-05-17 Thread Niels Charlier via Geoserver-users
Stefan, If you can figure out the last imported layergroupinfo, you could check if it contains a broken reference to a layer or style. It's probably something like that. It might be necessary to use a debugger to find out what is going wrong, unfortunately. As I mentioned in previous email,

Re: [Geoserver-users] geoserver jdbcconfig

2020-05-14 Thread Niels Charlier via Geoserver-users
Hello Stefan, Please send all your geoserver questions to the entire geoserver-users list, so everyone can read and respond. You can CC me if you want to make sure it is brought to my attention. jdbcconfig is a community module, that means it is not 'officially' supported and still

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-29 Thread Niels Charlier via Geoserver-users
it's unmantained so this is just to keep you informed that JMS module is not working anymore on 2.17.x it fail to start throwing exception cause: Multiple beans of type org.geoserver.config.GeoServerLoader Il giorno lun 27 apr 2020 alle ore 13:51 Niels Charlier via Geoserver-users

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-27 Thread Niels Charlier via Geoserver-users
Hello Carlo, We use jdbcconfig in combination with jdbcstore and hzcluster in a production environment. I have been doing several improvements in the last few years in terms of efficiency, bugs and concurrency as well (using semaphores). Do you have any more specific questions? Kind