当前位置: 首页 > 面试题库 >

在OpenShift上安装elasticsearch

蓬琦
2023-03-14
问题内容

Elasticsearch 1.0.0通过阅读本教程安装了预构建版本。如果我启动elasticsearch,则会收到以下错误消息,我应该尝试旧版本的ES还是解决该问题?

[elastic-dataportal.rhcloud.com elasticsearch-1.0.0]\> ./bin/elasticsearch
[2014-02-25 10:02:18,757][INFO ][node                     ] [Desmond Pitt] version[1.0.0], pid[203443], build[a46900e/2014-02-12T16:18:34Z]
[2014-02-25 10:02:18,764][INFO ][node                     ] [Desmond Pitt] initializing ...
[2014-02-25 10:02:18,780][INFO ][plugins                  ] [Desmond Pitt] loaded [], sites []
OpenJDK Server VM warning: You have loaded library /var/lib/openshift/430c93b1500446b03a00005c/app-root/data/elasticsearch-1.0.0/lib/sigar/libsigar-x86-linux.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
[2014-02-25 10:02:32,198][INFO ][node                     ] [Desmond Pitt] initialized
[2014-02-25 10:02:32,205][INFO ][node                     ] [Desmond Pitt] starting ...
[2014-02-25 10:02:32,813][INFO ][transport                ] [Desmond Pitt] bound_address {inet[/127.8.212.129:3306]}, publish_address {inet[/127.8.212.129:3306]}
[2014-02-25 10:02:35,949][INFO ][cluster.service          ] [Desmond Pitt] new_master [Desmond Pitt][_bWO_h9ETTWrMNr7x_yALg][ex-std-node134.prod.rhcloud.com][inet[/127.8.212.129:3306]], reason: zen-disco-join (elected_as_master)
[2014-02-25 10:02:36,167][INFO ][discovery                ] [Desmond Pitt] elasticsearch/_bWO_h9ETTWrMNr7x_yALg
{1.0.0}: Startup Failed ...
- BindHttpException[Failed to bind to [8080]]
        ChannelException[Failed to bind to: /127.8.212.129:8080]
                BindException[Address already in use]

问题答案:

您尝试将ES分配给已使用的端口8080。从那里的配置的罪魁祸首是http.port: ${OPENSHIFT_DIY_PORT}。只需将两个port配置都保留在配置之外,或为envvar分配其他端口。ES的默认端口是http和9300的9200。



 类似资料:
  • 问题内容: 我正在尝试在OpenShift上安装python软件包,但是我看不到有关执行此操作的最佳方法的页面。有人可以建议最好的话语和交流方式吗。我尝试将它们包含在中,但我不知道它们是否实际可用,或者我必须上载并指向路径。我怎样才能做到这一点? 问题答案: 您安装了(由OpenShift.com制造)吗? 如果没有,请参见OpenShift.com:安装OpenShift RHC客户端工具 现在

  • 我通过这个链接使我的wordpress安装在OpenShift http://gshipley-onpaas.rhcloud.com/scaling-wordPress-on-the-cloud上可伸缩。然而,我想我在某个地方漏掉了一步。我的git存储库不包含任何应用程序wordpress文件。我明白这就是目的。我只有应用程序Git上的插件和主题。然而,当第二档启动时(由于缩放),只有我的文件被部

  • 我对OpenShift有点陌生,我已经安装了一个主节点和多个节点(现在已删除此设置)。 现在我需要更高的可靠性,所以我现在准备用三个主机和两个节点来启动我的主机。 我有一个dns、一个dhcp和一个etcd2集群,并使用主机的特定条目运行,例如: < li>openshift-router(外部和内部访问,将作为LB与HAproxy一起使用) < li>openshift-etcd1 < li>o

  • 我想在 Centos7 (EC2) 上使用高级安装 - 方法安装 OpenShift。但首先我需要知道一些问题: 教程网址:https://docs.openshift.com/enterprise/3.0/admin_guide/install/advanced_install.html#installing-ansible 首先,我需要在主节点及其 2 个节点 (https://docs.op

  • 我已经试着按照这个教程在Jenkins实例上安装Nodejs插件。 既不是“管理插件 -

  • null “这个站点无法访问” 我试着通过命令行运行 我得到的回应是