Re: Parsing csv data format

2017-06-08 Thread Giorgio Vespucci
Sakouhi, It looks like your code is running on JRE 1.8.0. Have you tried to run it on Java 7? Just because you mentioned this version issue... I don't know if Camel 2.15 can run on Java 8... On Thu, Jun 8, 2017 at 5:15 PM sakouhi wrote: > Ok Thanks Allan, > > > > -- > View this message in contex

Re: Parsing csv data format

2017-06-08 Thread sakouhi
Ok Thanks Allan, -- View this message in context: http://camel.465427.n5.nabble.com/Parsing-csv-data-format-tp5802566p5802575.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Parsing csv data format

2017-06-08 Thread Allan C.
The image you attached looks similar with the usual start up logs info, and is not describing any error. It would be easier to troubleshoot if there's an error log. Nonetheless the camel lock file is created when the file is being processed by your route. Claus would be the SME to help. Regards,

Re: Parsing csv data format

2017-06-08 Thread sakouhi
The newest version of Camel requires Java 8. In my work, we use java 7. I followed the example into the book Camel in action which use camel version 2.5.0 -- View this message in context: http://camel.465427.n5.nabble.com/Parsing-csv-data-format-tp5802566p5802572.html Sent from the Camel - Use

Re: Parsing csv data format

2017-06-08 Thread Claus Ibsen
Hi Is there a reason you use such an old Camel version 2.15? The latest is 2.19 On Thu, Jun 8, 2017 at 11:29 AM, sakouhi wrote: > I followed an example from a book Camel in action. how to marchal and > unmarchal a csv data format. However, I want to unmarchal a csv files with > (comma seperated

Re: Parsing csv data format

2017-06-08 Thread sakouhi
Yes, the program locks the file (for example test\standard.csv.camelLock ), then it shut down. -- View this message in context: http://camel.465427.n5.nabble.com/Parsing-csv-data-format-tp5802566p5802568.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Parsing csv data format

2017-06-08 Thread Allan C.
Can you confirm the attached image is a stack trace? Regards, Allan. Sent from Gmail mobile. On 8 Jun 2017 17:48, "sakouhi" wrote: > I followed an example from a book Camel in action. how to marchal and > unmarchal a csv data format. However, I want to unmarchal a csv files with > (comma seper