rafi saeputra created CASSANDRA-15955:
-----------------------------------------
Summary: java.nio.file.AccessDeniedException
Key: CASSANDRA-15955
URL: https://issues.apache.org/jira/browse/CASSANDRA-15955
Project: Cassandra
Issue Type: Bug
Components: Local/Startup and Shutdown
Reporter: rafi saeputra
when i installed cassandra with binnary tarball i got an error log like this
ERROR [COMMIT-LOG-ALLOCATOR] 2020-07-17 11:47:33,712
JVMStabilityInspector.java:113 - Exiting due to error while processing commit
log during initialization.
org.apache.cassandra.io.FSWriteError: java.nio.file.AccessDeniedException:
/var/lib/cassandra/commitlog/CommitLog-7-1594961253708.log
at
org.apache.cassandra.db.commitlog.CommitLogSegment.<init>(CommitLogSegment.java:180)
at
org.apache.cassandra.db.commitlog.MemoryMappedSegment.<init>(MemoryMappedSegment.java:45)
at
org.apache.cassandra.db.commitlog.CommitLogSegment.createSegment(CommitLogSegment.java:137)
at
org.apache.cassandra.db.commitlog.CommitLogSegmentManagerStandard.createSegment(CommitLogSegmentManagerStandard.java:66)
at
org.apache.cassandra.db.commitlog.AbstractCommitLogSegmentManager$1.runMayThrow(AbstractCommitLogSegmentManager.java:114)
at
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28)
at
io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.nio.file.AccessDeniedException:
/var/lib/cassandra/commitlog/CommitLog-7-1594961253708.log
at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at
sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at
org.apache.cassandra.db.commitlog.CommitLogSegment.<init>(CommitLogSegment.java:175)
... 7 common frames omitted
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]