ctron / kura-examples

A set of examples around Eclipse Kura™
Eclipse Public License 1.0
5 stars 13 forks source link

Camel Example 4 - dependency error on startup #4

Open leandrofabior opened 4 years ago

leandrofabior commented 4 years ago

Hi, I am using Camel Example 4 as an example to create an API. I have some issues when kura restarts the bundle didn't work. It's generated the following error on the docker logs:

org.apache.camel.FailedToCreateRouteException: Failed to create route route3: Route(route3)[[From[jetty:http://0.0.0.0:8090/?handlers=#sta... because of Failed to resolve endpoint: jetty://http://0.0.0.0:8090/?handlers=%23staticHandler due to: No component found with scheme: jetty

I think that is dependency order problem, but i have no idea how to solve it. If i go to device/bundles, select my bundle, and stop and start then, it works fine.