Guest User

Untitled

a guest
Dec 14th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. >kafka-server-start.bat C:Apache-Kafkakafka_2.11-2.1.0config
  2.  
  3. C:Apache-Kafkakafka_2.11-2.1.0binwindows>kafka-server-start.bat C:Apache-Kafkakafka_2.11-2.1.0config
  4. [2018-12-14 21:09:34,566] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$)
  5. [2018-12-14 21:09:34,583] ERROR Exiting Kafka due to fatal exception (kafka.Kafka$)
  6. java.nio.file.AccessDeniedException: C:Apache-Kafkakafka_2.11-2.1.0config
  7. at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83)
  8. at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
  9. at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
  10. at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
  11. at java.nio.file.Files.newByteChannel(Files.java:361)
  12. at java.nio.file.Files.newByteChannel(Files.java:407)
  13. at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
  14. at java.nio.file.Files.newInputStream(Files.java:152)
  15. at org.apache.kafka.common.utils.Utils.loadProps(Utils.java:560)
  16. at kafka.Kafka$.getPropsFromArgs(Kafka.scala:42)
  17. at kafka.Kafka$.main(Kafka.scala:58)
  18. at kafka.Kafka.main(Kafka.scala)
  19.  
  20. C:Apache-Kafkakafka_2.11-2.1.0binwindows>
Add Comment
Please, Sign In to add comment