ES 부팅 오류 Exception in thread "main"2019-06-05 23:50:50099 main ERROR No log4j2 configuration file fou

1278 단어 ES
ES가 root에서 부팅되지 않음~ ES 부팅 오류: Exception in thread "main"2019-06-05 23:50:50099 main ERROR No log4j2 configuration file found.Using default configuration: logging only errors to the console. Set system property ‘log4j2.debug’ to show Log4j2 internal initialization logging. 어떤 블로거들은 해결 방법을 썼다. 안 된다는 뜻이야. 결국 나한테 들켰어. 권한 문제야.
  
[badou@mini3 local]$ ll
total 68
drwxr-xr-x.  2 root  root  4096 May 31 04:38 bin
drwxr-xr-x.  9 root  root  4096 Jun  5 23:54 elasticsearch-5.6.2

  ( ):
[badou@mini3 local]$ sudo chown  -R badou:badou elasticsearch-5.6.2

  
[badou@mini3 local]$ ll
total 68
drwxr-xr-x.  2 root  root  4096 May 31 04:38 bin
drwxr-xr-x.  9 badou badou 4096 Jun  5 23:54 elasticsearch-5.6.2

jps 
[badou@mini3 elasticsearch-5.6.2]$ jps
3926 Jps
3835 Elasticsearch

 :
 {
  "name" : "es-node",
  "cluster_name" : "es-cluster",
  "cluster_uuid" : "zM28e6nuS8mnv9u0rd294g",
  "version" : {
    "number" : "5.6.2",
    "build_hash" : "57e20f3",
    "build_date" : "2017-09-23T13:16:45.703Z",
    "build_snapshot" : false,
    "lucene_version" : "6.6.1"
  },
  "tagline" : "You Know, for Search"
}

좋은 웹페이지 즐겨찾기