Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 70870 invoked from network); 31 May 2008 13:46:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2008 13:46:25 -0000 Received: (qmail 97775 invoked by uid 500); 31 May 2008 13:46:28 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 97748 invoked by uid 500); 31 May 2008 13:46:28 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 97737 invoked by uid 99); 31 May 2008 13:46:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2008 06:46:28 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2008 13:45:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42F4D234C12E for ; Sat, 31 May 2008 06:46:02 -0700 (PDT) Message-ID: <1813208076.1212241562272.JavaMail.jira@brutus> Date: Sat, 31 May 2008 06:46:02 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-562) camel-example-jms-file can't work within the Camel 1.4.0 snapshot In-Reply-To: <1697854883.1212136440276.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43135#action_43135 ] Claus Ibsen commented on CAMEL-562: ----------------------------------- The problem seems to be the JMS component that generates the id that is not file friendly. > camel-example-jms-file can't work within the Camel 1.4.0 snapshot > ----------------------------------------------------------------- > > Key: CAMEL-562 > URL: https://issues.apache.org/activemq/browse/CAMEL-562 > Project: Apache Camel > Issue Type: Bug > Components: examples > Affects Versions: 1.4.0 > Reporter: Willem Jiang > Assignee: Claus Ibsen > Fix For: 1.4.0 > > > The stack trace : > SEVERE: Failed delivery for exchangeId: ID-TsingTao/53940-1212136063400/0-0. On delivery attempt: 0 caught: java.io.FileNotFoundException: target\ID:TsingTao-53937-1212136063115-2:1:1:1:1 (The filename, directory name, or volume label syntax is incorrect) > java.io.FileNotFoundException: target\ID:TsingTao-53937-1212136063115-2:1:1:1:1 (The filename, directory name, or volume label syntax is incorrect) > at java.io.RandomAccessFile.open(Native Method) > at java.io.RandomAccessFile.(RandomAccessFile.java:212) > at org.apache.camel.component.file.FileProducer.process(FileProducer.java:76) > at org.apache.camel.component.file.FileProducer.process(FileProducer.java:54) > at org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(AsyncProcessorTypeConverter.java:43) > at org.apache.camel.processor.SendProcessor.process(SendProcessor.java:75) > at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:146) > at org.apache.camel.processor.DeadLetterChannel.process(DeadLetterChannel.java:90) > at org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:39) > at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:41) > at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:66) > at org.apache.camel.component.jms.EndpointMessageListener.onMessage(EndpointMessageListener.java:67) > at org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:531) > at org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:466) > at org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:435) > at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:322) > at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:260) > at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:944) > at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:875) > at java.lang.Thread.run(Thread.java:595) > BTW, The sample is workable with Camel-1.3.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.