The geode locator and server are started by the embedded spring data geode running within a spring boot application
Trying to connect with gfsh:
gfsh>connect
Connecting to Locator at [host=localhost, port=10334] ..
Locator could not find a JMX Manager
I am getting this:
Locator could not find a JMX Manager
The application logs for gemfire show:
Starting server location for Distribution Locator on localhost/127.0.0.1[10334]
Also, the logs confirm that these settings were applied:
jmx-manager=true
jmx-manager-start=true
locators=localhost[10334]
Why this message then?
Maybe there is any other way to connect to an existing gemfire cache?
I'd suggest to use
spring-boot-data-geoddedirectly and start your server and locator as follows:Please have a look at Embedded (Peer & Server) Cache Applications for further details. Hope this helps, cheers.