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 0C78DD0B3 for ; Fri, 14 Sep 2012 16:49:58 +0000 (UTC) Received: (qmail 90332 invoked by uid 500); 14 Sep 2012 16:49:57 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 90270 invoked by uid 500); 14 Sep 2012 16:49:57 -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 90262 invoked by uid 99); 14 Sep 2012 16:49:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 16:49:57 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of gramanero@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 16:49:51 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TCZ58-0007bO-KA for users@camel.apache.org; Fri, 14 Sep 2012 09:49:30 -0700 Date: Fri, 14 Sep 2012 09:49:30 -0700 (PDT) From: gramanero To: users@camel.apache.org Message-ID: <1347641370618-5719386.post@n5.nabble.com> In-Reply-To: <1347635181439-5719378.post@n5.nabble.com> References: <1347635012042-5719376.post@n5.nabble.com> <1347635181439-5719378.post@n5.nabble.com> Subject: Re: Processing large files in Camel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I found this in the log as it relates to the issue with the .camelLock file. Looks like there is a java.lang.NullPointerException being thrown. No clue as to why this is happening though. Fri Sep 14 2012 12:43:21 GMT-0400 (Eastern Daylight Time) ERROR Failed delivery for exchangeId: ID-WMORMANS-7972-1346359758983-12-77. Exhausted after delivery attempt: 1 caught: java.lang.NullPointerException java.lang.NullPointerException: null Fri Sep 14 2012 12:43:21 GMT-0400 (Eastern Daylight Time) WARN Rollback file strategy: org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy@612a3291 for file: GenericFile[E:\Publishing\NewDataReceived\ReferenceData\Ford\OEC.Publishing.Service.FileWatcher-7-19-2012.DMP] Fri Sep 14 2012 12:43:20 GMT-0400 (Eastern Daylight Time) INFO ID-WMORMANS-7972-1346359758983-12-77 >>> (publishing.dataWatchDog.FileReceived) from(file://E:\Publishing\NewDataReceived?delay=60000&maxMessagesPerPoll=500&recursive=true) --> activemq://queue:data.received <<< Pattern:InOnly, Headers:{CamelFileNameOnly=OEC.Publishing.Service.FileWatcher-7-19-2012.DMP, breadcrumbId=ID-WMORMANS-7972-1346359758983-12-78, CamelFileLength=7623493727, CamelFileAbsolutePath=E:\Publishing\NewDataReceived\ReferenceData\Ford\OEC.Publishing.Service.FileWatcher-7-19-2012.DMP, CamelFileRelativePath=ReferenceData\Ford\OEC.Publishing.Service.FileWatcher-7-19-2012.DMP, CamelFilePath=E:\Publishing\NewDataReceived\ReferenceData\Ford\OEC.Publishing.Service.FileWatcher-7-19-2012.DMP, CamelFileAbsolute=true, CamelFileName=ReferenceData\Ford\OEC.Publishing.Service.FileWatcher-7-19-2012.DMP, CamelFileLastModified=Thu Jul 19 16:02:52 EDT 2012, CamelFileParent=E:\Publishing\NewDataReceived\ReferenceData\Ford}, BodyType:org.apache.camel.component.file.GenericFile, Body:[Body is file based: GenericFile[E:\Publishing\NewDataReceived\ReferenceData\Ford\OEC.Publishing.Service.FileWatcher-7-19-2012.DMP]] -- View this message in context: http://camel.465427.n5.nabble.com/Processing-large-files-in-Camel-tp5719376p5719386.html Sent from the Camel - Users mailing list archive at Nabble.com.