Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 064BA200B50 for ; Fri, 29 Jul 2016 10:14:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 04BD8160AA7; Fri, 29 Jul 2016 08:14:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 71FC9160A61 for ; Fri, 29 Jul 2016 10:14:21 +0200 (CEST) Received: (qmail 22315 invoked by uid 500); 29 Jul 2016 08:14:20 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 22293 invoked by uid 99); 29 Jul 2016 08:14:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 08:14:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7BF0C2C0D5D for ; Fri, 29 Jul 2016 08:14:20 +0000 (UTC) Date: Fri, 29 Jul 2016 08:14:20 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CAMEL-10202) camel-netty4-http - Spring Boot auto configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 29 Jul 2016 08:14:22 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-10202. --------------------------------- Resolution: Fixed Assignee: Claus Ibsen Will be fixed by CAMEL-10203 > 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 > Assignee: 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)