-
Notifications
You must be signed in to change notification settings - Fork 639
Failed to start kafka 'exit status 127' #77
Comments
Hi, I am also having the same issue, have you found a solution yet? |
Actually, I posted too soon. I was experiencing this but put the project on hold for a week. I just tried and now kafka is staying up. I'm not sure what happened, but maybe restarting the docker engine would help. |
start-kafka.sh --messing up with server.properties |
I faced the same problem and it was actually the file encoding. As I worked on windows with a boot2docker, the file root@fe755f8bcc0f:/# file /usr/bin/start-kafka.sh
/usr/bin/start-kafka.sh: Bourne-Again shell script, ASCII text executable, with CRLF line terminators |
For me, it was because of openjdk not installed. After installed openjdk-8, issue got resolved. |
Now my case is working good! Thanksl |
Kafka failed to start with this error message:
Does anyone encountered that, how can I solve this problem?
The text was updated successfully, but these errors were encountered: