You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "Ziauddin135 (via GitHub)" <gi...@apache.org> on 2023/08/23 20:48:43 UTC

[GitHub] [camel-kamelets] Ziauddin135 opened a new issue, #1590: NoSuchEndpointException while using TOD uri in kamelets/salesforce-update-sink.kamelet.yaml

Ziauddin135 opened a new issue, #1590:
URL: https://github.com/apache/camel-kamelets/issues/1590

   we are using **kamelets/salesforce-update-sink.kamelet.yaml** in openshift and getting this error while calling the salesforce endpoint using TOD uri in **kamelets/salesforce-update-sink.kamelet.yaml** to update salesforce sObject
   
   ===========================================================
   _org.apache.camel.NoSuchEndpointException: No endpoint could be found for: local-salesforce-2://updateSObject?rawPayload=true&sObjectId=aH17A00000006GZSAY&sObjectName=KameletSink__c, please check your classpath contains the needed Camel component jar_
   ===========================================================
   We are running the attached following kafka-sf-binding.yaml in openshift
   [Kafka-sf-binding.txt](https://github.com/apache/camel-kamelets/files/12423175/Kafka-sf-binding.txt)
   
   and using **kamelets/salesforce-update-sink.kamelet.yaml** to update sObject in salesforce
   while publishing the following JSON in Kafka :-
   
   ```
   {
   "payload": {
   "ExtId__c": "1234567890",
   "Name__c": "search",
   "City__c": "Bhopal"
   },
   "sObjectId": "s7876768ZSAY",
   "sObjectName": "KameletSink__c"
   }
   ```
   
   getting this complete exception log
   [kafka-source-updat-sink-binding-7d5f6575f6-vj2kh-integration (1).log](https://github.com/apache/camel-kamelets/files/12423210/kafka-source-updat-sink-binding-7d5f6575f6-vj2kh-integration.1.log)
   


-- 
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-kamelets] Ziauddin135 closed issue #1590: NoSuchEndpointException while using TOD uri in kamelets/salesforce-update-sink.kamelet.yaml

Posted by "Ziauddin135 (via GitHub)" <gi...@apache.org>.
Ziauddin135 closed issue #1590: NoSuchEndpointException while using TOD uri in kamelets/salesforce-update-sink.kamelet.yaml 
URL: https://github.com/apache/camel-kamelets/issues/1590


-- 
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-kamelets] Ziauddin135 commented on issue #1590: NoSuchEndpointException while using TOD uri in kamelets/salesforce-update-sink.kamelet.yaml

Posted by "Ziauddin135 (via GitHub)" <gi...@apache.org>.
Ziauddin135 commented on issue #1590:
URL: https://github.com/apache/camel-kamelets/issues/1590#issuecomment-1705923636

   This issue does not props up when deplot kamelet as CKC. this issue is observed only in Red hat openshift dedicated sandbox. closing this issue


-- 
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-kamelets] Ziauddin135 commented on issue #1590: NoSuchEndpointException while using TOD uri in kamelets/salesforce-update-sink.kamelet.yaml

Posted by "Ziauddin135 (via GitHub)" <gi...@apache.org>.
Ziauddin135 commented on issue #1590:
URL: https://github.com/apache/camel-kamelets/issues/1590#issuecomment-1690621513

   On further investigation of logs, i saw TOD is appending the "-2" suffix to the bean name reference making it **localhost-salesforce-2** in uri whereas bean name in the YAML is **localhost-salesforce**


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