You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Detected a java.lang.ref.Cleaner object in the image heap which uses a daemon thread that invokes cleaning actions, but threads running in the image generator are no longer running at image runtime. To see how this object got instantiated use --trace-object-instantiation=java.lang.ref.Cleaner. The object was probably created by a class initializer and is reachable from a static field. You can request class initialization at image runtime by using the option --initialize-at-run-time=<class-name>. Or you can write your own initialization methods and call them explicitly from your main entry point.
Detailed message:
Trace: Object was reached by
trying to constant fold static field org.glassfish.hk2.utilities.CleanerFactory.commonCleaner
at org.glassfish.hk2.utilities.CleanerFactory.create(CleanerFactory.java:53)
parsing method org.glassfish.hk2.utilities.CleanerFactory.create(CleanerFactory.java:53) reachable via the parsing context
at static root method.(Unknown Source)
Build fails with following error:
And the hk2-utils are dependency of webserver
The text was updated successfully, but these errors were encountered: