gemfire start locator花费的时间太长

时间:2018-03-10 17:07:24

标签: java-8 gemfire ubuntu-17.10 gfsh

我已经在我的Ubuntu 17.10中使用java版本" 1.8.0_161"安装了gemfire,并且我尝试使用gfsh启动定位器。

start locator --name=locator1

之后它会显示以下消息:

Starting a Geode Locator in /home/john/projetos/my_gemfire/locator1...

它开始打印点的点,线和线:

......................................................................

我离开了一次,下班后仍然打印点。它不会发出任何错误信息,它只是保持打印点。

我看过一个关于它的教程视频,在那里只花了几秒钟才能真正启动定位器。

所以,任何人都可以提出一个想法,我该如何解决?

1 个答案:

答案 0 :(得分:0)

我在Ubuntu 16.04.4上遇到了与Apache Geode 1.5和open-jdk-9相同的问题。

我发现定位器已经启动,因为我可以连接它。

Ctrl + C 分解等待,然后使用connect命令连接到定位器。

    dz@dz-ubuntu-16:~/my_geode$ gfsh
        _________________________     __
       / _____/ ______/ ______/ /____/ /
      / /  __/ /___  /_____  / _____  / 
     / /__/ / ____/  _____/ / /    / /  
    /______/_/      /______/_/    /_/    1.5.0

    Monitor and Manage Apache Geode
    gfsh>start locator --name=locator1
    Starting a Geode Locator in /home/dz/my_geode/locator1...
    ...................................................................................................................................................
    Broken out of wait... the Locator process will continue to startup in the background.


    gfsh>connect
    Connecting to Locator at [host=localhost, port=10334] ..
    Connecting to Manager at [host=192.168.2.168, port=1099] ..
    Successfully connected to: [host=192.168.2.168, port=1099]

    gfsh>start pulse
    Launched Geode Pulse

实际上您的定位器已成功启动。