Kotaro Terada created NIFI-6827:
-----------------------------------
Summary: 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
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)