Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10202

camel-netty4-http - Spring Boot auto configuration

    XMLWordPrintableJSON

Details

    • 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.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: