You observe the following warning messages in your Introscope Enterprise Manager (EM) logs:
WARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by org.garret.perst.impl.sun14.Sun14ReflectionProvider (file:####/com.wily.perst_####.jar) to field java.io.ObjectStreamClass$FieldReflector.unsafeWARNING: Please consider reporting this to the maintainers of org.garret.perst.impl.sun14.Sun14ReflectionProviderWARNING: All illegal access operations will be denied in a future release
The internal database driver used by the Enterprise Manager (com.wily.perst) uses a programming technique called reflection to access internal Java components. This is a standard characteristic of Java 11; while the runtime flags this as an "illegal access," it still permits the operation to proceed. This warning is intended for software developers to prepare for future Java releases where such access might be blocked.
You do not need to take any corrective action. These warnings are expected when you run this version of Introscope on a Java 11 runtime. There is no impact on metric collection, data storage, or Enterprise Manager performance. You can safely ignore these warnings as the Enterprise Manager continues to function normally.