kafka-connect is failing with java.lang.NoClassDefFoundError: org/bouncycastle/jcajce/provider/BouncyCastleFipsProvider #9102
-
Hi Team, I'm trying to setup a standalone snowflake-sink-connector with strimzi with minikube in my local machine. I've established kafak-cluster, and created a sample topic with some messages. I also have kafka-connect cluster in ready state, but when I kicked off snowflake-kafka-connector.yaml, I'm getting this error message in the kafka-connect pod.
I'm trying to establish snowflake-sink-connector so, is the above config correct?
Please let me know if you need any more info. I'm hitting my head against the wall trying to solve this issue for the last 3 days. Really appreciate your time if you could help me guide to the right path. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
That looks like you are missing some dependencies. Are you sure that downloading the single JAR is sufficient? Aren't there any additional dependencies the connector has? |
Beta Was this translation helpful? Give feedback.
I actually got it working after tweaking around my k8s secret values for my private key. I had to remove the line-breakers and double quotes in my secret.
Really appreciate your quick responses and suggestions.