Claus Ibsen created CAMEL-10202:
-----------------------------------
Summary: camel-netty4-http - Spring Boot auto configuration
Key: CAMEL-10202
URL: https://issues.apache.org/jira/browse/CAMEL-10202
Project: Camel
Issue Type: Task
Components: camel-netty4-http, camel-spring-boot
Affects Versions: 2.18.0
Reporter: Claus Ibsen
Fix For: 2.18.0
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)