You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/04 08:58:01 UTC

[GitHub] [camel-kafka-connector-examples] milkchocolate commented on issue #327: Failed to run the github-source-events example

milkchocolate commented on issue #327:
URL: https://github.com/apache/camel-kafka-connector-examples/issues/327#issuecomment-960566208


   Hi Andrea,
   
   I got the example running on my machine, thanks for your guiding👍 
   
   When I switched to local Kafka, I ran into another issue, it said 
   `java.lang.NoClassDefFoundError: org/apache/camel/kafkaconnector/CamelSourceConnectorConfig`.
   
   I was stuck by the issue for hours, then I made the change below to get everything work, is that correct?
   1. When I extract the github-extended-0.11.0-package.tar.gz file, I get a folder called "github-extended" with jars in it. 
   2. So I set the plugin.path to "{path}/{parent-folder}/github-extended". 
   3. The change I made is set the plugin.path to {path}/{parent-folder}.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org