Member since
10-07-2020
2
Posts
3
Kudos Received
0
Solutions
10-07-2020
10:09 AM
1 Kudo
@DavidNa I've also tested this on Java 11.0.8 (openjdk version "11.0.8" 2020-07-14 LTS) and have found the same issue. But I'm having some success with previous versions of Java 8 (build 232, 252)
... View more
10-07-2020
08:49 AM
2 Kudos
I've been able to reproduce this same issue in nifi versions 1.9.2, 1.11.4, and even 1.12.1. In all failure scenarios that I've tested, I've been running nifi on Java version 1.8.0_265 (openjdk version "1.8.0_265"). @DavidNa @keithg Are you using the same Java build (or build 262)? If so, upgrading to Java 11 or downgrading to a Java build before 262 may fix this. I haven't been able to reproduce this issue on build 252. I'm uncertain of the cause, but it may be related to this OpenJDK bug since build 262: https://bugs.openjdk.java.net/browse/JDK-8249677
... View more