Ошибка при развертывании кластера neo4j в пространстве имен Kubernetes

Я пытаюсь установить neo4j на кубернетах, используя Helm, в отдельное пространство имен, и запуск кластера завершается ошибкой, указанной ниже. Но та же установка в пространство имен по умолчанию работает нормально. У кого-нибудь еще возникла такая же проблема?

2018-01-04 09:11:11.636+0000 INFO  Discovering cluster with initial members: [mynamespace-neo4j.default.svc.cluster.local:5000]
2018-01-04 09:11:11.637+0000 INFO  Attempting to connect to the other cluster members before continuing...
2018-01-04 09:16:44.756+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@42698b5f' was successfully initialized, but failed to start. Please see the attached cause exception "Failed to join a cluster with members {clusterId=null, bootstrappable=false, coreMembers={}}. Another member should have published a clusterId but none was detected. Please restart the cluster.". Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@42698b5f' was successfully initialized, but failed to start. Please see the attached cause exception "Failed to join a cluster with members {clusterId=null, bootstrappable=false, coreMembers={}}. Another member should have published a clusterId but none was detected. Please restart the cluster.".
org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@42698b5f' was successfully initialized, but failed to start. Please see the attached cause exception "Failed to join a cluster with members {clusterId=null, bootstrappable=false, coreMembers={}}. Another member should have published a clusterId but none was detected. Please restart the cluster.".
        at org.neo4j.server.exception.ServerStartupErrors.translateToServerStartupError(ServerStartupErrors.java:68)
        at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:215)
        at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:107)
        at org.neo4j.server.ServerBootstrapper.start(ServerBootstrapper.java:80)
        at org.neo4j.server.enterprise.EnterpriseEntryPoint.main(EnterpriseEntryPoint.java:32)
Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 'org.neo4j.server.database.LifecycleManagingDatabase@42698b5f' was successfully initialized, but failed to start. Please see the attached cause exception "Failed to join a cluster with members {clusterId=null, bootstrappable=false, coreMembers={}}. Another member should have published a clusterId but none was detected. Please restart the cluster.".
1
задан 4 January 2018 в 11:26
1 ответ

Проблема решена путем обновления диаграммы до последней версии.

0
ответ дан 4 December 2019 в 04:16

Теги

Похожие вопросы