zoukankan      html  css  js  c++  java
  • 解决centos&win安装安装elasticSearch无法运行

    用root用户安装的es,到es目录用sh ./bin/elasticsearch启动时报错,显示不能用root用户启动,于是换个用户启动

     可是报错

    main ERROR Could not register mbeans java.security.AccessControlException: access denied ("
    
    at
    
    at
    
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanTrustPermission(DefaultMBeanServerInterceptor.
    
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.
    
    at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.
    
    at org.apache.logging.log4j.core.jmx.Server.register(Server.
    
    at org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure(Server.
    
    at org.apache.logging.log4j.core.jmx.Server.reregisterMBeansAfterReconfigure(Server.
    
    at org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.
    
    at org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.
    
    at org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.
    
    at org.apache.logging.log4j.core.config.Configurator.initialize(Configurator.
    
    at org.apache.logging.log4j.core.config.Configurator.initialize(Configurator.
    
    at org.elasticsearch.common.logging.LogConfigurator.configureStatusLogger(LogConfigurator.
    
    at org.elasticsearch.common.logging.LogConfigurator.configureWithoutConfig(LogConfigurator.
    
    at org.elasticsearch.cli.Command.main(Command.
    
    at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.
    
    at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.

    大概意思就是log相关的问题,因为elasticsearch需要读写配置文件,我们需要给予config文件夹权限,新建用户没有权限,所以赋予config文件夹777权限即可

    win10下会出现同样的问题,用户没权限写log,教程参照:http://blog.csdn.net/hdfyq/article/details/52719266  亲测有效

  • 相关阅读:
    微软职位内部推荐-Senior SDE
    在使用Fake framework的时候,为什么有一些函数没有生产mock呢?
    Call Azure Queue get "The remote server returned an error: (400) Bad Request."
    技术分享
    IT牛人博客
    Spring-data-redis操作redis cluster
    Spring对Hibernate事务管理【转】
    Hibernate事务管理
    Redis与Memcached对比
    LockSupport的park和unpark
  • 原文地址:https://www.cnblogs.com/team42/p/8183666.html
Copyright © 2011-2022 走看看