Question
Startup ERROR in 8.4 Failed to start Kafka on 1 attempt, kafka log ERROR StatusLogger Unable to access
While starting Pega personal edition 8.4 getting file not found exception (while starting Kafka) can anyone halp me to solve this?
Below are the Error Details:
StreamServer.Default 51678f3edad0524fde5259f9e5bdb695 192.168.29.52 JOINING (was PENDING_JOINING) 8.4.0 c8db2602-d3ae-453b-ba7c-279c5b89c410 ERROR - Failed to start Kafka on 1 attempt, kafka log ERROR StatusLogger Unable to access file:/C:/PRPCPersonalEdition/tomcat/kafka-1.1.0.4/bin/file:C:/PRPCPersonalEdition/tomcat/kafka-1.1.0.4/config/log4j2.xml java.io.FileNotFoundException: C:\PRPCPersonalEdition\tomcat\kafka-1.1.0.4\bin\file:C:\PRPCPersonalEdition\tomcat\kafka-1.1.0.4\config\log4j2.xml (The filename, directory name, or volume label syntax is incorrect) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
The is probably due to not shutting down the application gracefully. The kafka services are still running due to this ...
Remove the temp folder and the kafka-data folder and do a restart..This worked for me..