You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Tim Reardon (JIRA)" <ji...@apache.org> on 2019/02/07 14:33:00 UTC

[jira] [Created] (NIFI-6003) RPM lib discrepancies

Tim Reardon created NIFI-6003:
---------------------------------

             Summary: RPM lib discrepancies
                 Key: NIFI-6003
                 URL: https://issues.apache.org/jira/browse/NIFI-6003
             Project: Apache NiFi
          Issue Type: Bug
          Components: Tools and Build
    Affects Versions: 1.8.0
            Reporter: Tim Reardon


The RPM build has a few differences in its lib/ and lib/bootstrap/ jars from the zip/tar.gz builds. In particular, commons-text-1.4.jar is in lib/ for the RPM, and lib/bootstrap/ for the others. This results in continuous NoClassDefFoundError's when attempting to use escapeJson() expression language. (In our case it prevented an UpdateAttribute processor from starting or even able to be deleted - good thing we backup our flow.)

The complete list of jars that should be moved from lib/ to lib/bootstrap/ in the RPM are:

accessors-smart-1.2.jar
asm-5.0.4.jar
commons-codec-1.11.jar
commons-text-1.4.jar
jBCrypt-0.4.1.jar
jna-4.4.0.jar
jna-platform-4.4.0.jar



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)