Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find command not found #45

Open
huynconfluent opened this issue Oct 27, 2021 · 0 comments
Open

find command not found #45

huynconfluent opened this issue Oct 27, 2021 · 0 comments

Comments

@huynconfluent
Copy link

This was brought up by a Customer in Zendesk Ticket 79019.

They noticed the following lines during container startup

===> Launching kafka-connect ...
/etc/confluent/docker/launch: line 42: find: command not found
/etc/confluent/docker/launch: line 43: find: command not found
[2021-10-27 16:33:43,998] INFO WorkerInfo values:

Looking at the launch file, the 2 find commands are on

    REST_EXTENSION_JAR=$(find /usr/share/java/kafka-connect-replicator/replicator-rest-extension-*jar)
    MONITORING_INTERCEPTOR_JAR=$(find /usr/share/java/monitoring-interceptors/monitoring-interceptors-*)

It doesn't look like the base container has find installed or the user executing the launch script does not have access to it.

The docker image this was noted in was confluentinc/cp-enterprise-replicator:6.1.1 but can be since up to 6.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant