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
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at org.mvndaemon.mvnd.common.MavenDaemon.main(MavenDaemon.java:75)
Caused by: java.lang.IllegalAccessError: class org.mvndaemon.mvnd.common.DaemonRegistry (in unnamed module @0x38e79ae3) cannot access class sun.nio.ch.DirectBuffer (in module java.base) because module java.base does not export sun.nio.ch to unnamed module @0x38e79ae3
at org.mvndaemon.mvnd.common.DaemonRegistry.compareAndSwapLong(DaemonRegistry.java:473)
at org.mvndaemon.mvnd.common.DaemonRegistry.tryLockNanos8a(DaemonRegistry.java:419)
at org.mvndaemon.mvnd.common.DaemonRegistry.tryLockNanosLong(DaemonRegistry.java:377)
at org.mvndaemon.mvnd.common.DaemonRegistry.busyLockLong(DaemonRegistry.java:346)
at org.mvndaemon.mvnd.common.DaemonRegistry.doUpdate(DaemonRegistry.java:231)
at org.mvndaemon.mvnd.common.DaemonRegistry.update(DaemonRegistry.java:223)
at org.mvndaemon.mvnd.common.DaemonRegistry.store(DaemonRegistry.java:208)
at org.mvndaemon.mvnd.daemon.Server.(Server.java:139)
... 6 more
The text was updated successfully, but these errors were encountered:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at org.mvndaemon.mvnd.common.MavenDaemon.main(MavenDaemon.java:75)
Caused by: java.lang.IllegalAccessError: class org.mvndaemon.mvnd.common.DaemonRegistry (in unnamed module @0x38e79ae3) cannot access class sun.nio.ch.DirectBuffer (in module java.base) because module java.base does not export sun.nio.ch to unnamed module @0x38e79ae3
at org.mvndaemon.mvnd.common.DaemonRegistry.compareAndSwapLong(DaemonRegistry.java:473)
at org.mvndaemon.mvnd.common.DaemonRegistry.tryLockNanos8a(DaemonRegistry.java:419)
at org.mvndaemon.mvnd.common.DaemonRegistry.tryLockNanosLong(DaemonRegistry.java:377)
at org.mvndaemon.mvnd.common.DaemonRegistry.busyLockLong(DaemonRegistry.java:346)
at org.mvndaemon.mvnd.common.DaemonRegistry.doUpdate(DaemonRegistry.java:231)
at org.mvndaemon.mvnd.common.DaemonRegistry.update(DaemonRegistry.java:223)
at org.mvndaemon.mvnd.common.DaemonRegistry.store(DaemonRegistry.java:208)
at org.mvndaemon.mvnd.daemon.Server.(Server.java:139)
... 6 more
The text was updated successfully, but these errors were encountered: