Hi Team! I’m installing the latest helm chart vers...
# troubleshoot
p
Hi Team! I’m installing the latest helm chart version of
datahub v0.2.165
and
prerequisites v0.0.16
Perquisites installed successfully, but datahub release fail on
datahub-system-update-job
and this is the error I got:
Copy code
ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.7.2ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.7.2ANTLR Tool version 4.5 used for code generation does not match the current runtime version 4.7.2ANTLR Runtime version 4.5 used for parser compilation does not match the current runtime version 4.7.
Any help you can give would be greatly appreciated 🙏🏻
1
Just tried older versions;
datahub v0.2.160
and
prerequisites v0.0.14
and it works just fine why
w
I noticed this myself several times too: but it turns out this message is not actually a critical error, it just looks like that's the error because it prints it after crashing on something else
p
Long story short.. It was failing because there’s no prerequisites-cp-schema-registry, in the newer prerequisites chart versions
0.0.16
and newer, you have to explicitly set
cp-helm-charts.enabled
to true. @wonderful-spring-3326 Thanks for the tip.
b
Hello @polite-rainbow-40375, tried setting the value:
cp-helm-charts.enabled
to true in values.yaml (/datahub-helm/charts/prerequisites). Still facing the same error. Please correct if I’m wrong. TIA!