Neo4j failed to start

neo4j安装失败,并且提示:

Validating Neo4j configuration: D:\Program Files\neo4j-community-5.8.0\conf\neo4j.conf
No issues found.

Validating user Log4j configuration: D:\Program Files\neo4j-community-5.8.0\conf\user-logs.xml
5 issues found.
Error: Cannot access RandomAccessFile java.io.FileNotFoundException: D:\Program Files\neo4j-community-5.8.0\logs\neo4j.log (拒绝访问。)
Error: Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$RollingRandomAccessFileManagerFactory@4c168660] unable to create manager for [D:\Program Files\neo4j-community-5.8.0\logs/neo4j.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$FactoryData@52b56a3e]
Error: Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
Error: Null object returned for RollingRandomAccessFile in Appenders.
Error: Unable to locate appender "Neo4jLog" for logger config "root"

Validating server Log4j configuration: D:\Program Files\neo4j-community-5.8.0\conf\server-logs.xml
20 issues found.
Warning: Cannot access RandomAccessFile java.io.FileNotFoundException: D:\Program Files\neo4j-community-5.8.0\logs\debug.log (拒绝访问。)
Warning: Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$RollingRandomAccessFileManagerFactory@4c168660] unable to create manager for [D:\Program Files\neo4j-community-5.8.0\logs/debug.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$FactoryData@28a0fd6c]
Warning: Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
Warning: Cannot access RandomAccessFile java.io.FileNotFoundException: D:\Program Files\neo4j-community-5.8.0\logs\http.log (拒绝访问。)
Warning: Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$RollingRandomAccessFileManagerFactory@4c168660] unable to create manager for [D:\Program Files\neo4j-community-5.8.0\logs/http.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$FactoryData@27a5328c]
Warning: Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
Warning: Cannot access RandomAccessFile java.io.FileNotFoundException: D:\Program Files\neo4j-community-5.8.0\logs\query.log (拒绝访问。)
Warning: Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$RollingRandomAccessFileManagerFactory@4c168660] unable to create manager for [D:\Program Files\neo4j-community-5.8.0\logs/query.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$FactoryData@65e61854]
Warning: Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
Warning: Cannot access RandomAccessFile java.io.FileNotFoundException: D:\Program Files\neo4j-community-5.8.0\logs\security.log (拒绝访问。)
Warning: Could not create plugin of type class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: ManagerFactory [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$RollingRandomAccessFileManagerFactory@4c168660] unable to create manager for [D:\Program Files\neo4j-community-5.8.0\logs/security.log] with data [org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager$FactoryData@37f21974]
Warning: Unable to invoke factory method in class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender for element RollingRandomAccessFile: java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender
Warning: Null object returned for RollingRandomAccessFile in Appenders.
Warning: Null object returned for RollingRandomAccessFile in Appenders.
Warning: Null object returned for RollingRandomAccessFile in Appenders.
Warning: Null object returned for RollingRandomAccessFile in Appenders.
Warning: Unable to locate appender "DebugLog" for logger config "root"
Warning: Unable to locate appender "HttpLog" for logger config "HttpLogger"
Warning: Unable to locate appender "QueryLog" for logger config "QueryLogger"
Warning: Unable to locate appender "SecurityLog" for logger config "SecurityLogger"

Configuration file validation failed.
Configuration contains errors. This validation can be performed again using 'neo4j-admin server validate-config'.
Run with '--verbose' for a more detailed error message.

目前我使用的是jdk17,neo4j5.8.0

能不能救救我这个学生啊?已经安装了4.4.21搭配jdk11 但是在安装apoc4.4.0.18的时候显示apoc非内部命令,安装桌面版后显示dbms无法打开,暗转5.8.0版本显示以上问题,到底怎么才能装好啊?

Could you run it with --verbose again?

Same Output. Wandering why.