gwtgxt

jreLeakPrevention.gcDaemonFail getting this error while creating Example GXT project


[ERROR] jreLeakPrevention.gcDaemonFail java.lang.ClassNotFoundException: sun.misc.GC at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:375) at com.google.gwt.dev.shell.jetty.JettyLauncher.jreLeakPrevention(JettyLauncher.java:899) at com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:722) at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:636) at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:898) at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:705) at com.google.gwt.dev.DevMode.main(DevMode.java:432) 2023-02-17 20:50:58.161:INFO:oejs.Server:main: jetty-9.2.z-SNAPSHOT Starting Jetty on port 8888

getting the above mentioned error while creating Example GXT project, i am using Java 11,GWT 2.9.0,GXT 4.1.0


Solution

  • This is a harmless warning, indicating only that the leak prevention APIs used in older JDKs are not present. If they are missing, GWT emits this message, then continues without them.

    This has been removed in the main branch, and will be part of the next release, GWT 2.11.