Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Monitoring interceptor error in cp-all-in-one for 5.1.0-post #664

Closed
ybyzek opened this issue Jan 4, 2019 · 1 comment
Closed

Monitoring interceptor error in cp-all-in-one for 5.1.0-post #664

ybyzek opened this issue Jan 4, 2019 · 1 comment
Assignees

Comments

@ybyzek
Copy link
Contributor

ybyzek commented Jan 4, 2019

In #654, specifically this comment, @hpinsley discovered an issue with monitoring interceptors in ksql-datagen container.

ksql-datagen       | cp: cannot stat '/usr/share/java/monitoring-interceptors/monitoring-interceptors-5.1.0.jar': No such file or directory

The problem is that the version of the available monitoring-interceptors is still 5.0.0.jar because that is the base of the connect image, so 5.1.0.jar does not exist when copying from the volume shared with the connect image.

However, this is a moot point. The ksql-datagen image now includes the monitoring interceptors so there is no need to copy it over. So the real fix is to remove the copying over of the jar. Temporary workaround is to delete this line from your docker-compose.yml file: https://github.com/confluentinc/cp-docker-images/blob/5.1.0-post/examples/cp-all-in-one/docker-compose.yml#L162

@ybyzek
Copy link
Contributor Author

ybyzek commented Jan 4, 2019

Resolved by PR #665

cc: @hpinsley

@ybyzek ybyzek closed this as completed Jan 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant