Closed andrewegel closed 3 years ago
Hmmm looks like https://github.com/confluentinc/cp-demo/issues/367 follows the same line of reasoning, though my error is different. So I'll just close this as a "pointer" to https://github.com/confluentinc/cp-demo/issues/367
Description
My "default" java was java11/16 (something NOT java8). This generates Java Keystores with an algorithm that Java8 inside the containers doesn't understand - This is the exception I saw the kafka brokers throwing:
If I tear down, destroy the certs & keystores created, then set JAVA_HOME=/path/to/a/java/8/Home, and re-run the start.sh script, then things work. A couple of suggested improvements:
Troubleshooting Validate every step in the troubleshooting section: https://docs.confluent.io/platform/current/tutorials/cp-demo/docs/index.html#troubleshooting => Nothing about
java.security.NoSuchAlgorithmException
Identify any existing issues that seem related: https://github.com/confluentinc/cp-demo/issues?q=is%3Aissue => Searched for
NoSuchAlgorithmException
orHmacPBESHA256
found nothing like this.If applicable, please include the output of:
docker-compose logs <container name>
=> see aboveEnvironment