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 270DC200C04 for ; Tue, 24 Jan 2017 14:58:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2088A160B3D; Tue, 24 Jan 2017 13:58:58 +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 66B37160B31 for ; Tue, 24 Jan 2017 14:58:57 +0100 (CET) Received: (qmail 45497 invoked by uid 500); 24 Jan 2017 13:58:56 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 45486 invoked by uid 99); 24 Jan 2017 13:58:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2017 13:58:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C40D91A0768 for ; Tue, 24 Jan 2017 13:58:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.688 X-Spam-Level: X-Spam-Status: No, score=-3.688 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_HI=-5, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hCL7414gCCvW for ; Tue, 24 Jan 2017 13:58:52 +0000 (UTC) Received: from smtpgw.sap-ag.de (smtpgw04.sap-ag.de [155.56.66.99]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id A028C5F296 for ; Tue, 24 Jan 2017 13:58:51 +0000 (UTC) From: "Siano, Stephan" To: "users@camel.apache.org" Subject: RE: Can not access SFTP host Thread-Topic: Can not access SFTP host Thread-Index: AQHSdkcDPLlCxFos9kayXPZov1oLuKFHpzsA Date: Tue, 24 Jan 2017 13:58:50 +0000 Message-ID: <132a940dd2414f86bc2c3c1fe164255d@dewdfe13de06.global.corp.sap> References: <1485265033729-5793033.post@n5.nabble.com> In-Reply-To: <1485265033729-5793033.post@n5.nabble.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.21.23.233] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 archived-at: Tue, 24 Jan 2017 13:58:58 -0000 Hi, You do have camel-ftp 2.14.2 and an appropriate jsch jar in your classpath? Best regards Stephan -----Original Message----- From: j_pramanik_ind [mailto:jayanta.pramanik@gmail.com]=20 Sent: Dienstag, 24. Januar 2017 14:37 To: users@camel.apache.org Subject: Can not access SFTP host Hi, I am trying to access SFTP folder using Camel 2.14.2 version. But could not= access SFTP folder properly. My XML configuration is as follows - =09 =20 =20 But I receive following error while trying to access the SFTP - Caused by: org.apache.camel.FailedToCreateRouteException: Failed to create = route routepfms1: Route(routepfms1)[[From[sftp://MYUSER@171.110.19.112:2... because of Failed to resolve endpoint: sftp://MYUSER@171.110.19.112:22//home/USERS/PACSAVREQ?delete=3Dtrue&passive= Mode=3Dtrue&password=3Dybl%40123 due to: Cannot auto create component: sftp at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:192) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.ja= va:805) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCame= lContext.java:2174) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.= java:1906) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:= 1767) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:17= 35) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.spring.SpringCamelContext.maybeStart(SpringCamelContext.ja= va:254) [camel-spring-2.14.2.jar:2.14.2] at org.apache.camel.spring.SpringCamelContext.onApplicationEvent(SpringCamelCo= ntext.java:120) [camel-spring-2.14.2.jar:2.14.2] ... 16 more Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resol= ve endpoint: sftp://MYUSER@171.110.19.112:2//home/USERS/PACSAVREQ?delete=3Dtrue&passiveM= ode=3Dtrue&password=3Dybl%40123 due to: Cannot auto create component: sftp at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.j= ava:547) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextH= elper.java:72) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.model.RouteDefinition.resolveEndpoint(RouteDefinition.java= :202) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteConte= xt.java:107) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteConte= xt.java:113) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.model.FromDefinition.resolveEndpoint(FromDefinition.java:7= 2) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.impl.DefaultRouteContext.getEndpoint(DefaultRouteContext.j= ava:89) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:923) [camel-core-2.14.2.jar:2.14.2] at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:187) [camel-core-2.14.2.jar:2.14.2] ... 24 more Now need some tips to resolve this issue. Its very urgent need some help fr= om you. Thanks in advance, Jayanta P. -- View this message in context: http://camel.465427.n5.nabble.com/Can-not-acc= ess-SFTP-host-tp5793033.html Sent from the Camel - Users mailing list archive at Nabble.com.