You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "vbmithr (via GitHub)" <gi...@apache.org> on 2023/02/16 18:15:09 UTC

[GitHub] [camel-kafka-connector] vbmithr opened a new issue, #1508: Mail sink not working

vbmithr opened a new issue, #1508:
URL: https://github.com/apache/camel-kafka-connector/issues/1508

   ```org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: kamelet://mail-sink due to: org.apache.camel.component.kamelet.KameletNotFoundException: Kamelet with id mail-sink not found in locations: classpath:/kamelets```
   
   I have this error, it seems something is missing but could not find what to do by just reading the docs. It seems like a bug. Other simple tests (like log sink) worked just fine out of the box.


-- 
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.apache.org

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


[GitHub] [camel-kafka-connector] vbmithr commented on issue #1508: Mail sink not working

Posted by "vbmithr (via GitHub)" <gi...@apache.org>.
vbmithr commented on issue #1508:
URL: https://github.com/apache/camel-kafka-connector/issues/1508#issuecomment-1435528797

   Unpacked the `camel-mail-sink-kafka-connector-3.20.1-SNAPSHOT-package.tar.gz` in my usual directory for Kafka connect plugins, then used `connect-standalone.sh` with the proper config.
   
   ```
   [vb@sita ~/code/camel-kafka-connector/connectors/camel-mail-sink-kafka-connector/target]% ls /usr/share/kafka/plugins/camel-mail-sink-kafka-connector
   annotations-13.0.jar                               camel-language-3.18.2.jar                   converter-jackson-2.9.0.jar
   apicurio-registry-common-1.3.2.Final.jar           camel-log-3.18.2.jar                        jackson-annotations-2.13.3.jar
   apicurio-registry-rest-client-1.3.2.Final.jar      camel-mail-3.18.2.jar                       jackson-core-2.13.3.jar
   apicurio-registry-utils-converter-1.3.2.Final.jar  camel-mail-sink-kafka-connector-3.18.2.jar  jackson-databind-2.13.3.jar
   apicurio-registry-utils-serde-1.3.2.Final.jar      camel-main-3.18.2.jar                       jackson-dataformat-avro-2.13.3.jar
   avro-1.11.0.jar                                    camel-management-api-3.18.2.jar             jackson-datatype-jdk8-2.10.2.jar
   camel-api-3.18.2.jar                               camel-mock-3.18.2.jar                       jakarta.activation-1.2.2.jar
   camel-attachments-3.18.2.jar                       camel-ref-3.18.2.jar                        jakarta.activation-api-1.2.2.jar
   camel-base-3.18.2.jar                              camel-rest-3.18.2.jar                       jakarta.mail-1.6.7.jar
   camel-base-engine-3.18.2.jar                       camel-saga-3.18.2.jar                       jakarta.xml.bind-api-2.3.3.jar
   camel-bean-3.18.2.jar                              camel-scheduler-3.18.2.jar                  javax.activation-1.2.0.jar
   camel-browse-3.18.2.jar                            camel-seda-3.18.2.jar                       javax.annotation-api-1.3.2.jar
   camel-cluster-3.18.2.jar                           camel-stub-3.18.2.jar                       jaxb-core-2.3.0.jar
   camel-controlbus-3.18.2.jar                        camel-support-3.18.2.jar                    jaxb-impl-2.3.3.jar
   camel-core-3.18.2.jar                              camel-timer-3.18.2.jar                      jboss-jaxrs-api_2.1_spec-2.0.1.Final.jar
   camel-core-engine-3.18.2.jar                       camel-tooling-model-3.18.2.jar              jctools-core-3.3.0.jar
   camel-core-languages-3.18.2.jar                    camel-util-3.18.2.jar                       kotlin-reflect-1.3.20.jar
   camel-core-model-3.18.2.jar                        camel-util-json-3.18.2.jar                  kotlin-stdlib-1.3.20.jar
   camel-core-processor-3.18.2.jar                    camel-validator-3.18.2.jar                  kotlin-stdlib-common-1.3.20.jar
   camel-core-reifier-3.18.2.jar                      camel-vm-3.18.2.jar                         LICENSE.txt
   camel-dataformat-3.18.2.jar                        camel-xml-io-util-3.18.2.jar                medeia-validator-core-1.1.1.jar
   camel-dataset-3.18.2.jar                           camel-xml-jaxb-3.18.2.jar                   medeia-validator-jackson-1.1.1.jar
   camel-direct-3.18.2.jar                            camel-xml-jaxp-3.18.2.jar                   NOTICE.txt
   camel-directvm-3.18.2.jar                          camel-xpath-3.18.2.jar                      okhttp-3.14.9.jar
   camel-dsl-support-3.18.2.jar                       camel-xslt-3.18.2.jar                       okio-1.17.2.jar
   camel-file-3.18.2.jar                              camel-yaml-dsl-3.18.2.jar                   protobuf-java-3.13.0.jar
   camel-health-3.18.2.jar                            camel-yaml-dsl-common-3.18.2.jar            README.adoc
   camel-kafka-3.18.2.jar                             camel-yaml-dsl-deserializers-3.18.2.jar     retrofit-2.9.0.jar
   camel-kafka-connector-3.18.2.jar                   commons-compress-1.21.jar                   snakeyaml-engine-2.3.jar
   camel-kamelet-3.18.2.jar                           connect-json-2.6.0.jar
   ```


-- 
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


[GitHub] [camel-kafka-connector] oscerd commented on issue #1508: Mail sink not working

Posted by "oscerd (via GitHub)" <gi...@apache.org>.
oscerd commented on issue #1508:
URL: https://github.com/apache/camel-kafka-connector/issues/1508#issuecomment-1433550520

   What is the version? How did you unpack the tar.gz connector?


-- 
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