You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Mykola Makhin (Jira)" <ji...@apache.org> on 2021/10/21 09:21:00 UTC

[jira] [Created] (KAFKA-13390) Kafka 3 fails to run on Windows

Mykola Makhin created KAFKA-13390:
-------------------------------------

             Summary: Kafka 3 fails to run on Windows
                 Key: KAFKA-13390
                 URL: https://issues.apache.org/jira/browse/KAFKA-13390
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 3.0.0
            Reporter: Mykola Makhin


During startup Kafka creates some files in logs folder, but then outputs two java.nio.file.AccessDeniedException exceptions for logs folder (configured in server.properties via log.dirs), and two ERROR log lines with messages:

{{ERROR Error while writing to checkpoint file c:\Users\user\kafka3-data\recovery-point-offset checkpoint }}{{(kafka.server.LogDirFailureChannel)}}

{{...}}

{{ERROR Error while writing to checkpoint file c:\Users\user\kafka3-data\log-start-offset-checkpoint (kafka.server.LogDirFailureChannel)}}

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)