Skip to content

find command not found #45

@huynconfluent

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions