zeebe-simple-monitor icon indicating copy to clipboard operation
zeebe-simple-monitor copied to clipboard

Suppress Illegal reflective access warning

Open jwulf opened this issue 4 years ago • 1 comments

I'm debugging an actual problem with Simple Monitor, and these messages are in the logs:

zeebe_monitor | WARNING: An illegal reflective access operation has occurred
zeebe_monitor | WARNING: Illegal reflective access by com.hazelcast.internal.networking.nio.SelectorOptimizer (jar:file:/usr/local/zeebe-simple-monitor.jar!/BOOT-INF/lib/hazelcast-3.12.4.jar!/) to field sun.nio.ch.SelectorImpl.selectedKeys
zeebe_monitor | WARNING: Please consider reporting this to the maintainers of com.hazelcast.internal.networking.nio.SelectorOptimizer
zeebe_monitor | WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
zeebe_monitor | WARNING: All illegal access operations will be denied in a future release

These warnings got dealt with in Zeebe - see https://github.com/zeebe-io/zeebe/issues/3711 - can we suppress them in Simple Monitor too?

jwulf avatar Mar 12 '20 14:03 jwulf

Related to https://github.com/hazelcast/hazelcast/issues/13151

saig0 avatar May 22 '20 11:05 saig0

obsolete and no more present in current version 2.4.1

nitram509 avatar Oct 23 '22 09:10 nitram509