본문 바로가기
[AWS-RDP]/SonarQube

[성공][이슈해결][AWS] How to setup SonarQube in AWS !!

by METAVERSE STORY 2023. 11. 13.
반응형
728x170

 

## 소나큐브는 Root 계정으로 실행 못함
- sonar 계정 생성으로 구동해서 성공

/opt/sonarqube/logs  분석 할것!!

 

 

2023.11.12 14:25:29 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
 46 2023.11.12 14:25:29 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:35491]
 47 2023.11.12 14:25:29 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elastic    search/bin/elasticsearch
 48 2023.11.12 14:25:29 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
 49 warning: no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
 50 uncaught exception in thread [main]
 51 java.lang.RuntimeException: can not run elasticsearch as root
 52         at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:107)
 53         at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:183)
 54         at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:434)
 55         at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:166)
 56         at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:157)
 57         at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:77)
 58         at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:112)
 59         at org.elasticsearch.cli.Command.main(Command.java:77)
 60         at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:122)
 61         at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:80)
 62 For complete error details, refer to the log at /opt/sonarqube/logs/sonarqube.log
 63 2023.11.12 14:25:34 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 1
 64 2023.11.12 14:25:34 INFO  app[][o.s.a.SchedulerImpl] Process[es] is stopped
 65 2023.11.12 14:25:34 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped

 

 

 

 

 

 

 

 

 

https://www.youtube.com/watch?v=gbnL66qt1zU

 

 

 

반응형
그리드형

댓글