Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-30 Thread Daniele Romagnoli
Hi Carlo, for a totally different issue on another project (not even related to JMS) I had similar exception in the past. If memory serves me correctly the fix was in adding commons-pool2-2.8.0.jar to the classpath. (Probably JMS is still inheriting an older one from the parent poms?) Cheers, Dan

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-30 Thread carlo cancellieri
Dear Andrea, Following up your mail, yes, probably you where right about multiple jars into lib/ folder, so we decided to perform a clean test from scratch. I've asked to perform a clean test with the geoserver-2.17.0, we are over windows10 with oracle jdk8 and tomcat-8 (but also tested with tomc

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-29 Thread carlo cancellieri
I’ll let u know, let me Ask for confirmation to the tester. C Il giorno mer 29 apr 2020 alle 17:19 Andrea Aime < andrea.a...@geo-solutions.it> ha scritto: > On Wed, Apr 29, 2020 at 4:38 PM carlo cancellieri < > carlo.cancelli...@fao.org> wrote: > >> Dear List, >> I know it's unmantained so this

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-29 Thread Andrea Aime
On Wed, Apr 29, 2020 at 4:38 PM carlo cancellieri wrote: > Dear List, > I know 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 > Th

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-29 Thread carlo cancellieri
Dear Niels, We're currently testing JDBCConfig and Hazelcast (which does not appear on the documentation page list but we've found that into the extension download page) and they are working quite well. What is still unclear is the need to use JDBCStore what can you say about that. Dear List,

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-29 Thread Niels Charlier via Geoserver-users
Helllo Carlo, JDBCStore allows all config files that are not part of the catalog and the services to be stored into the database and automatically synced between nodes. A good example are the style SLD files. Kind Regards Niels On 29/04/2020 16:13, carlo cancellieri wrote: Dear Niels,  We

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-29 Thread carlo cancellieri
Dear Jody, thank you for pointing this out to me! It looks very interesting specially for the redis integration, we will try to check it out but looks also very young so I'm afraid it could be not very well tested. Have you tryied that in a production environment? Regards, Carlo Il giorno lun 27

Re: [Geoserver-users] JDBCConfig in the cluster

2020-04-27 Thread Jody Garnett
As I am sure you are aware no group has contributed a clustering solution to the core geoserver product yet (but I am glad such are being shared as community modules for RnD). Another one you may wish to check out is https://github.com/planetlabs/stratus -- Jody Garnett On Mon, 27 Apr 2020 at 02

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 Regard

[Geoserver-users] JDBCConfig in the cluster

2020-04-27 Thread carlo cancellieri
Dear List, we've planned to configure a cluster of geoserver in the cloud and we'd like to evaluate all the possible solutions. We already know something about JMSClustering and the classic shared data directory configuration. So, what about the JDBCConfig module (community)? Is it up and runnin