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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17018972#comment-17018972 ] 

ASF subversion and git services commented on NIFI-6827:
-------------------------------------------------------

Commit b045c4ce0b7fe3ad3b9f87fd8eb419021688dddb in nifi's branch refs/heads/master from Kotaro Terada
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b045c4c ]

NIFI-6827 This closes #3862. Mismatch in "lib" directories of rpm and non-rpm build

Signed-off-by: Joe Witt <jo...@apache.org>


> 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
>          Time Spent: 10m
>  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)