Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C903DF20 for ; Thu, 13 Sep 2012 12:06:41 +0000 (UTC) Received: (qmail 33131 invoked by uid 500); 13 Sep 2012 12:06:41 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 33087 invoked by uid 500); 13 Sep 2012 12:06:41 -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 33065 invoked by uid 99); 13 Sep 2012 12:06:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 12:06:40 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ullgren@gmail.com designates 209.85.210.45 as permitted sender) Received: from [209.85.210.45] (HELO mail-pz0-f45.google.com) (209.85.210.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 12:06:35 +0000 Received: by dadn15 with SMTP id n15so1711853dad.32 for ; Thu, 13 Sep 2012 05:06:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=myf6dKuUSL0gRthzPsCC5Yh3ypQ/vCNnu9wkgcJVZmQ=; b=XNRzit8gwH3TwuI0QLSS9wZimQfO6dC5n/q7skCSVE8EWKH1C1PvjQ/wwm2Gosm45O bpA07BYuEC7VjAoxM1b5aPgQZwA8dF/vuC6s+QzXzd8J+7ZUyLRgkd2XQCT7IhOTbSXX jDrvcxIuKTrJ/eK98MsxxJ8Th43ky3xkmjKJf/EBlTryXggooltx3Wv0fJXpOG+mDlSS CK7c3JiQoNXjFQxDUWD9gcfhPganjAsrYi/jNxRPS12uaYrbUtXFWwjiq+RymykFP5nl n8pa6EJpYkF0tlZ68W0Gyy27TwpgMNhloX8GRgT1tTjfpYJFMkNoMJeIoAKoXFfjPhup bZww== MIME-Version: 1.0 Received: by 10.66.89.138 with SMTP id bo10mr1431700pab.35.1347537973745; Thu, 13 Sep 2012 05:06:13 -0700 (PDT) Received: by 10.68.222.194 with HTTP; Thu, 13 Sep 2012 05:06:13 -0700 (PDT) In-Reply-To: <1347532843019-5719268.post@n5.nabble.com> References: <1347356544431-5719101.post@n5.nabble.com> <578A3BA25D8244E9ABEFA41E0649B8D9@gmail.com> <1347528524360-5719260.post@n5.nabble.com> <1347532843019-5719268.post@n5.nabble.com> Date: Thu, 13 Sep 2012 14:06:13 +0200 Message-ID: Subject: Re: Windows 2003 server mount From: Pontus Ullgren To: users@camel.apache.org Content-Type: text/plain; charset=UTF-8 Hello, I would guess that the problem is just that. Since tomcat is running as the System account it does not have the same mapped driver. Have you tried to access the share not using the mount letter (h:) but using a UNC path instead (\\server\share\file_path) ? Also make sure that the tomcat service is running as a user that has permission to access the driver. Or you can try the camel-smb component [1] which lets you specify the user to use when accessing the share. [1] https://github.com/Redpill-Linpro/camel-smb Best regards Pontus Ullgren On Thu, Sep 13, 2012 at 12:40 PM, mathbarth wrote: > > Camel 2.10.1 traces the following warning message when starting the route: > > "Cannot auto create starting directory h:/myRemoteFolder" > > Mount is alright and I can create folder manually. > > Camel is loaded within a Spring web application in the Apache tomcat > container. I guess that I mistake the permissions of the windows user > starting the tomcat service... > > Mathieu > > > > -- > View this message in context: http://camel.465427.n5.nabble.com/Windows-2003-server-mount-tp5719101p5719268.html > Sent from the Camel - Users mailing list archive at Nabble.com.