服务器1,运行于以下代码:
start locator --name=locator1 --bind-address=xxx.xx.xx.111 --port=10334 --properties-file=..\config\gemfire.properties服务器2,
connect --locator=locator1[10334]然后,
start locator --name=locator2 --bind-address=xxx.xx.xx.222 --port=10335 --properties-file=..\config\gemfire.properties当使用以下方法列出成员时:
list members我确实看到了这两个定位器,但第二个定位器似乎被困在一个无限循环的起始阶段。原木没有多大帮助。我的定位器启动正确吗?
发布于 2018-09-20 10:28:00
这个问题的解决方案是端口..。完全禁用防火墙允许第二个定位器成功启动。
下一步是打开正确的端口。
更确切地说,这是第二个定位器上的端口,因为它们正在与相互通信,
https://stackoverflow.com/questions/52408930
复制相似问题