RafiIsaharov opened a new issue, #1042: URL: https://github.com/apache/camel-karavan/issues/1042
The camel-karavan service was installed in minikube v1.32.0 with the docker driver on Ubunto 22.04 via WSL2 on Windows 10 created a simple project from https://github.com/apache/camel-karavan/tree/main/karavan-demo/jms-to-kafka When running via the Karavan UI example from the link above, getting an error: ``` 2024-01-01 09:43:39.856 WARN 15 --- [ ReloadOnDemand] support.RouteOnDemandReloadStrategy : Error reloading routes due to Failed to create route payment: Route(payment)[From[kamelet:jms-apache-artemis-source?broker... because of Failed to resolve endpoint: kamelet://jms-apache-artemis-source?brokerURL=tcp://172.28.132.151:61616&destinationName=payments&destinationType=queue due to: org.apache.camel.component.kamelet.KameletNotFoundException: Kamelet with id jms-apache-artemis-source not found in locations: file:/karavan/code,classpath:/kamelets,github:apache:camel-kamelets/kamelets. This exception is ignored. org.apache.camel.FailedToCreateRouteException: Failed to create route payment: Route(payment)[From[kamelet:jms-apache-artemis-source?broker... because of Failed to resolve endpoint: kamelet://jms-apache-artemis-source?brokerURL=tcp://172.28.132.151:61616&destinationName=payments&destinationType=queue due to: org.apache.camel.component.kamelet.KameletNotFoundException: Kamelet with id jms-apache-artemis-source not found in locations: file:/karavan/code,classpath:/kamelets,github:apache:camel-kamelets/kamelets at org.apache.camel.reifier.RouteReifier.createRoute(RouteReifier.java:82) ~[camel-core-reifier-4.1.0.jar:4.1.0] ```  Please help with 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-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org