Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi/pull/3037
@mcgilman I've also tried different JNA versions to see if the issue has
been solved at the library. The latest 5.0.0 produced following test failure. I
haven't researched on this but it may be caused by some breaking-change:
```
[ERROR] org.apache.nifi.processors.windows.event.log.jna.ErrorLookupTest
Time elapsed: 0.154 s <<< ERROR!
java.lang.UnsatisfiedLinkError: Unable to load library 'kernel32': Native
library (darwin/libkernel32.dylib) not found in resource path
([file:/Users/koji/dev/nifi/nifi-nar-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/target/surefire/surefirebooter3705181589607153497.jar])
```
The latest 4.x version 4.5.2 worked fine.
Although, just updating JNA version didn't addressed the issue, there has
been number of bug-fixes, so I updated the JNA version from 4.2.2 to 4.5.2.
---