Hi Bryan, Thank you for your response. I am using version 1.1 with no added additional JARs to the lib directory.
Thanks, Lorenzo -----Original Message----- From: Bryan Bende [mailto:[email protected]] Sent: Thursday, June 15, 2017 11:00 AM To: [email protected] Cc: Kevin Verhoeven <[email protected]> Subject: Re: Merge content processing failure Hi Lorenzo, What version of NiFi is this? and have you added any additional JARs to your lib directory? -Bryan On Thu, Jun 15, 2017 at 1:39 PM, Lorenzo Peder <[email protected]> wrote: > Hi all, > > > > I am trying to use the mergecontent processor to simply append 100 > flowfiles with one row of data each into one file with 100 rows, but > the merge content processor keeps giving me a processing failure error > (failures below). > > Here are my properties for this processor: > > Merge Strategy – Bin-packing algorithm > > Merge Format - Binary Concatenation > > Minimum Number of Entries - 100 > > Maximum Number of Entries - 100 > > Maximum number of Bins - 1 > > Delimiter Strategy - Text > > > > I also tried using the Defragment merge strategy, since these 100 > files are an output from a SplitFile processor, but I received the same error. > > > > > > Failures: > > 17:31:03 UTCWARNING9d5a46c0-015c-1000-0000-00003eef637e > > ###########MergeContent[id=9d5a46c0-015c-1000-0000-00003eef637e] > Processor Administratively Yielded for 1 sec due to processing failure > > 17:31:04 UTCERROR9d5a46c0-015c-1000-0000-00003eef637e > > ###########MergeContent[id=9d5a46c0-015c-1000-0000-00003eef637e] > MergeContent[id=9d5a46c0-015c-1000-0000-00003eef637e] failed to > process session due to java.lang.AbstractMethodError: > org.apache.nifi.processor.util.bin.BinFiles.processBin(Lorg/apache/nifi/processor/util/bin/Bin;Lorg/apache/nifi/processor/ProcessContext;)Z: > java.lang.AbstractMethodError: > org.apache.nifi.processor.util.bin.BinFiles.processBin(Lorg/apache/nif > i/processor/util/bin/Bin;Lorg/apache/nifi/processor/ProcessContext;)Z > > > > > > I’d appreciate any pointers with this, > > Thank you, > > Lorenzo
