Ben created KAFKA-8655:
--------------------------
Summary: Failed to start systemctl kafka (code=exited,
status=1/FAILURE)
Key: KAFKA-8655
URL: https://issues.apache.org/jira/browse/KAFKA-8655
Project: Kafka
Issue Type: Bug
Reporter: Ben
Alright so what i did was
sudo systemctl enable confluent-zookeeper
sudo systemctl enable confluent-kafka
sudo systemctl start confluent-zookeeper
i got a acces to file error, i've chmod it and now zookeeper works fine.
sudo systemctl start confluent-kafka
i got a error still couldn't fix , this is the output
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.j
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at org.apache.kafka.common.record.FileRecords.openChannel(FileRecords.java:4
at org.apache.kafka.common.record.FileRecords.open(FileRecords.java:410)
at org.apache.kafka.common.record.FileRecords.open(FileRecords.java:419)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)