You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joe Witt (Jira)" <ji...@apache.org> on 2020/01/19 17:08:00 UTC

[jira] [Resolved] (NIFI-6827) Mismatch in "lib" directories of rpm and non-rpm build

     [ https://issues.apache.org/jira/browse/NIFI-6827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Witt resolved NIFI-6827.
----------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

> Mismatch in "lib" directories of rpm and non-rpm build
> ------------------------------------------------------
>
>                 Key: NIFI-6827
>                 URL: https://issues.apache.org/jira/browse/NIFI-6827
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.10.0
>         Environment: - CentOS Linux release 7.7.1908 (Core)
> - openjdk version "11.0.5" 2019-10-15 LTS
>            Reporter: Kotaro Terada
>            Assignee: Kotaro Terada
>            Priority: Major
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> We have a mismatch in the "lib" directories of rpm and non-rpm build. This causes that NiFi (with Java 11) doesn't start up from the rpm build. Some jar files should be located in the "lib/bootstrap/" but they are currently in "lib/".
> I checked the following behaviors:
>  * Non-RPM (usual) build with Java 8 and run on Java 8 ... OK
>  * Non-RPM (usual) build with Java 11 and run on Java 11 ... OK
>  * RPM build with Java 8 and run on Java 8 ... OK (isn't affected by the lib mismatch)
>  * RPM build with Java 11 and run on Java 11 ... NiFi doesn't start (this problem)
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)