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
Not sure if this is caused by the preceding upload errors, but the Maven build always ends with an exception that is vert-x3/issues#288 by Vert.x still running in the background while the plugin's class realm is torn down:
Exception in thread "Thread-4" java.lang.NoClassDefFoundError: io/vertx/core/file/impl/FileSystemImpl$11
at io.vertx.core.file.impl.FileSystemImpl.delete(FileSystemImpl.java:898)
at io.vertx.core.file.impl.FileCache.deleteCacheDir(FileCache.java:140)
at io.vertx.core.file.impl.FileCache.lambda$runHook$0(FileCache.java:92)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassNotFoundException: io.vertx.core.file.impl.FileSystemImpl$11
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:225)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:210)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:205)
... 4 more
The text was updated successfully, but these errors were encountered:
Not sure if this is caused by the preceding upload errors, but the Maven build always ends with an exception that is vert-x3/issues#288 by Vert.x still running in the background while the plugin's class realm is torn down:
The text was updated successfully, but these errors were encountered: