How to setup multiple gemfire/geode WAN clusters on one machine for testing? -


what's needed run multiple gemfire/geode clusters on 1 machine? i'm trying test using wan gateways locally, before setting on servers.

i have 1 cluster (i.e. gemfire.distributed-system-id=1) , running 1 locator , 1 server.

i trying setup second cluster (i.e. gemfire.distributed-system-id=2), receive following error when attempting connect locator in cluster 2:

exception caused jmx manager startup fail because: 'http service failed start'

i assume error due jmx manager running in cluster 1, i'm guessing need start second jmx manager on different port in cluster 2. correct assumption? if so, how setup second jmx manager?

your assumption correct, exception being thrown because first members started services (pulse, jmx-manager, etc.) using default ports already

you want make sure properties http-service-port , jmx-manager-port (non extensive list, there other properties need at), different in second cluster.

hope helps.

cheers.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -