Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.14.0
-
None
-
Unknown
Description
Could not start routes with components
1. Netty example
- from: uri: 'netty-http:http://localhost:8080/demo' steps: - log: message: '${body}'
Throws
org.apache.camel.FailedToCreateRouteException: Failed to create route route1: Route(route1)[From[netty-http:http://localhost:8080/demo] ->... because of No endpoint could be found for: netty-http://http://localhost:8080/demo, please check your classpath contains the needed Camel component jar.
2. Kafka example
- from: uri: 'kafka:demo' steps: - log: message: '${body}'
Throws
org.apache.camel.FailedToCreateRouteException: Failed to create route route1: Route(route1)[From[kafka:demo] -> [Log[${body}]]] because of No endpoint could be found for: kafka://demo, please check your classpath contains the needed Camel component jar.