The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
Hi,
it seems ksql CLI inside the cp-ksql-server pod tries to open JMX port 5555, which is already in use so the following error is printed:
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 5555; nested exception is:
java.net.BindException: Address already in use (Bind failed)
doing an unset of JMX_PORT environment variable before running ksql fixes the issue.
Hi, it seems ksql CLI inside the cp-ksql-server pod tries to open JMX port 5555, which is already in use so the following error is printed:
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 5555; nested exception is: java.net.BindException: Address already in use (Bind failed)
doing an unset of JMX_PORT environment variable before running ksql fixes the issue.