windows에 설치 한 후 cassandra cql shell window가 사라졌습니다. 이것은 행성 카산드라에있는 MSI 설치 프로그램을 사용하여 설치되었습니다.Windows에 설치 한 후 cassandra cql shell window가 사라졌습니다.
왜 이런 일이 발생합니까? 도와주세요 ..
미리 감사드립니다.
windows에 설치 한 후 cassandra cql shell window가 사라졌습니다. 이것은 행성 카산드라에있는 MSI 설치 프로그램을 사용하여 설치되었습니다.Windows에 설치 한 후 cassandra cql shell window가 사라졌습니다.
왜 이런 일이 발생합니까? 도와주세요 ..
미리 감사드립니다.
DataStax 3.9에서도 동일한 문제가있었습니다.
1 단계 : 파일 열기 : DataStax-DDC \ 아파치 카산드라 \ conf의 \의 cassandra.yaml
2 단계 : 주석 cdc_raw_directory과 (Windows 용)에 새 값을 설정
이 내가이 정렬하는 방법이다cdc_raw_directory : "C :/프로그램 파일/DataStax-DDC/데이터/cdc_raw"
3 단계 : 고토 Windows 서비스와 DataStax DDC 서버 3.9.0 서비스
를 시작 고토C:\Program Files\DataStax Community\apache-cassandra\logs\debug.log
을 찾아서 오류를 찾으십시오. I이었다 같은 문제에 직면처럼
, 나는 로그를 확인하고 내가 모든 로그 파일을 삭제 한
ERROR [main] 2018-01-16 14:54:49,359 JVMStabilityInspector.java:82 - Exiting due to error while processing commit log during initialization.
org.apache.cassandra.db.commitlog.CommitLogReplayer$CommitLogReplayException: Could not read commit log descriptor in file C:\Program Files\DataStax Community\data\commitlog\CommitLog-6-1516029298188.log
오류를 발생했습니다 및
"C:\Program Files\DataStax Community\apache-cassandra\bin\cassandra.bat"
번 위치 아래에서 서버를 시작 귀하의 서버가 지금 가동 중입니다. Cassandra CQL Shell
어떤 C * 버전을 설치 하시겠습니까? 어떤 창을 사용하고 있습니까? 카산드라 버전을 업그레이드 했습니까? 이 경우 제거하고 다시 설치하려고 했습니까? –
나는 캐스 산드라를 설치하기 위해 datastax-community-32bit_3.0.9.msi 파일을 사용하고 있습니다. 설치 제거 프로그램 및 재설치를 사용하여 설치 제거 및 수리했습니다. 여전히 나는 cqlsh 셸이 열리고 즉시 종료되는 것과 동일한 문제에 직면한다. 도와주세요. 미리 감사드립니다. – Tangle
Cassandra 홈 디렉토리 (대부분 C : \ Program Files \ dataStax-DDC)로 이동하여 logs 폴더로 이동하십시오. 로그 폴더에 표시된 콘텐츠를 공유하십시오. – JavaTec