Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 알고리즘
- Python
- gradle
- boj
- OOM
- redis
- Linux
- 코드워
- Go언어
- docker
- 리눅스
- scala
- DP
- 문제풀이
- 프로그래머스
- zookeeper
- 자바
- leetcode
- 파이썬
- 스칼라
- 튜토리얼
- 동적프로그래밍
- golang
- HBase
- go
- codewars
- 주키퍼
- programmers
- dynamic programming
- Java
Archives
- Today
- Total
파이문
org.apache.zookeeper.server.quorum.QuorumPeerMain 본문
728x90
주키퍼 standalone 모드 실행 삽질 (어떤 앙상블도 없음)
설치 버젼은 주키퍼 3.5.5 였고
1. 압축 파일을 풀어 zkCli.sh 를 실행
1.1 메인클래스 ZookeeperMain 을 찾을 수 없다 한다. 주키퍼 서버를 실행 안해서 그런건가 싶어서 (주키퍼 알못)
2. zkServer.sh 를 실행을 하였지만 아무런 에러도 없이 FAILED 가 떴다.
2.2 그래서 zkServer.sh start-foreground 로 실행하니 메인 클래스 org.apache.zookeeper.server.quorum.QuorumPeerMain 를 찾을 수 없습니다. 와 같은 에러가 나왔다.
3. 인터넷에서 찾아보니 apache-zookeeper-3.5.5.tar.gz 대신 apache-zookeeper-3.5.5-bin.tar.gz 로 다운로드 하라 하였다. (https://stackoverflow.com/questions/28484398/starting-zookeeper-cluster-error-could-not-find-or-load-main-class-org-apache?rq=1)
4. 그래서 해당 버젼으로 했더니 1, 2 가 바로 성공!
'트러블 슈팅' 카테고리의 다른 글
[HBase] NotServingRegionException 해결 (0) | 2021.04.07 |
---|---|
맥에서 brew 사용할 때 /usr/local is not writable. You should change the ownershipand permissions (0) | 2019.06.16 |
gradle "java.lang.NoClassDefFoundError" (1) | 2019.05.08 |
Go 에서 testing 하기 (0) | 2019.04.23 |
Virtual Box CentOS 무선 인터넷 연결하기 (1) | 2018.03.14 |
Comments