Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.18.0
-
None
-
Unknown
Description
Have this error
Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create route route94: Route(route94)[[From[netty4-http:http://0.0.0.0:{{http.port}... because of Failed to resolve endpoint: netty4-http://http://0.0.0.0:11268 due to: Cannot auto create component: netty4-http
Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: netty4-http://http://0.0.0.0:11268 due to: Cannot auto create component: netty4-http
Caused by: org.apache.camel.RuntimeCamelException: Cannot auto create component: netty4-http
Caused by: java.lang.IllegalArgumentException: nThreads: 0 (expected: > 0)
Because the default value of that a thread pool becomes 0, which is not a valid value for netty.