eclipse-m2e / m2e-core

Eclipse Public License 2.0
110 stars 109 forks source link

m2e deadlock blocks eclipse and even prevents eclipse to quit #1786

Open hohwille opened 1 week ago

hohwille commented 1 week ago

To me it seems that the machanism to download artifacts in m2e differs totally from normal maven. IMHO the m2e implemenation is not very robust and also very less efficient. This issue is about the problem that m2e gets stalled and blocks the enitre Eclipse IDE if there are some network/download errors. I can not even quit Eclipse anymore and see this screen for hours: grafik I will try to attach a thread-dump I created with JMC. If there are other things to investigate I can try to add further details...

hohwille commented 1 week ago

Thread-dump:

main [1] (RUNNABLE)
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend_bool line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSRunLoop.runMode line: 40 
   org.eclipse.swt.widgets.Display.sleep line: 5223 
   org.eclipse.jface.operation.ModalContext$ModalContextThread.block line: 169 
   org.eclipse.jface.operation.ModalContext.run line: 370 
   org.eclipse.jface.dialogs.ProgressMonitorDialog.run line: 470 
   org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run line: 230 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.disconnectFromWorkspace line: 559 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$2.run line: 366 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.postShutdown line: 387 
   org.eclipse.ui.internal.Workbench.shutdown line: 2981 
   org.eclipse.ui.internal.Workbench.busyClose line: 1141 
   org.eclipse.ui.internal.Workbench.lambda$4 line: 1409 
   org.eclipse.ui.internal.Workbench$$Lambda/0x000000002e5ab4d8.run line: not available 
   org.eclipse.swt.custom.BusyIndicator.showWhile line: 67 
   org.eclipse.ui.internal.Workbench.close line: 1409 
   org.eclipse.ui.internal.Workbench.close line: 1385 
   org.eclipse.ui.internal.Workbench.lambda$16 line: 2783 
   org.eclipse.ui.internal.Workbench$$Lambda/0x000000002d6348c8.handleEvent line: not available 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Display.sendEvent line: 4649 
   org.eclipse.swt.widgets.Display.applicationProc line: 5860 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper line: not available [native method]
   org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask line: 5578 
   org.eclipse.swt.widgets.Display.applicationProc line: 5979 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask line: 92 
   org.eclipse.swt.widgets.Display.readAndDispatch line: 3997 
   org.eclipse.jface.operation.ModalContext$ModalContextThread.block line: 168 
   org.eclipse.jface.operation.ModalContext.run line: 370 
   org.eclipse.jface.dialogs.ProgressMonitorDialog.run line: 470 
   org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run line: 230 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.disconnectFromWorkspace line: 559 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$2.run line: 366 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.postShutdown line: 387 
   org.eclipse.ui.internal.Workbench.shutdown line: 2981 
   org.eclipse.ui.internal.Workbench.busyClose line: 1141 
   org.eclipse.ui.internal.Workbench.lambda$4 line: 1409 
   org.eclipse.ui.internal.Workbench$$Lambda/0x000000002e5ab4d8.run line: not available 
   org.eclipse.swt.custom.BusyIndicator.showWhile line: 67 
   org.eclipse.ui.internal.Workbench.close line: 1409 
   org.eclipse.ui.internal.Workbench.close line: 1385 
   org.eclipse.ui.internal.Workbench.lambda$16 line: 2783 
   org.eclipse.ui.internal.Workbench$$Lambda/0x000000002d6348c8.handleEvent line: not available 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Display.sendEvent line: 4649 
   org.eclipse.swt.widgets.Display.close line: 881 
   org.eclipse.ui.internal.handlers.QuitHandler.execute line: 42 
   org.eclipse.ui.internal.handlers.HandlerProxy.execute line: 277 
   org.eclipse.ui.internal.handlers.E4HandlerProxy.execute line: 98 
   java.lang.invoke.LambdaForm$DMH/0x000000002e179400.invokeVirtual line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002e4bc000.invoke line: not available 
   java.lang.invoke.Invokers$Holder.invokeExact_MT line: not available 
   jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl line: 157 
   jdk.internal.reflect.DirectMethodHandleAccessor.invoke line: 103 
   java.lang.reflect.Method.invoke line: 580 
   org.eclipse.e4.core.internal.di.MethodRequestor.execute line: 58 
   org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass line: 299 
   org.eclipse.e4.core.internal.di.InjectorImpl.invoke line: 233 
   org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke line: 174 
   org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute line: 165 
   org.eclipse.core.commands.Command.executeWithChecks line: 488 
   org.eclipse.core.commands.ParameterizedCommand.executeWithChecks line: 485 
   org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler line: 204 
   org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler line: 186 
   org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler.runCommand line: 421 
   org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler$1.widgetSelected line: 281 
   org.eclipse.swt.widgets.TypedListener.handleEvent line: 265 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1622 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1645 
   org.eclipse.swt.widgets.Widget.sendSelectionEvent line: 1695 
   org.eclipse.swt.widgets.MenuItem.sendSelection line: 585 
   org.eclipse.swt.widgets.Display.windowProc line: 6096 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper line: not available [native method]
   org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask line: 5578 
   org.eclipse.swt.widgets.Display.applicationProc line: 5979 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask line: 92 
   org.eclipse.swt.widgets.Display.readAndDispatch line: 3997 
   org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop line: 124 
   org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled line: 98 
   org.eclipse.core.internal.jobs.ThreadJob.isCanceled line: 154 
   org.eclipse.core.internal.jobs.ThreadJob.waitForRun line: 286 
   org.eclipse.core.internal.jobs.ThreadJob.joinRun line: 214 
   org.eclipse.core.internal.jobs.ImplicitJobs.begin line: 95 
   org.eclipse.core.internal.jobs.JobManager.beginRule line: 343 
   org.eclipse.core.internal.resources.WorkManager.checkIn line: 124 
   org.eclipse.core.internal.resources.Workspace.prepareOperation line: 2401 
   org.eclipse.core.internal.resources.Workspace.run line: 2446 
   org.eclipse.core.internal.resources.Workspace.run line: 2476 
   org.eclipse.ui.actions.WorkspaceModifyOperation.run line: 131 
   org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run line: 76 
   org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run line: 66 
   org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation line: 461 
   org.eclipse.ui.editors.text.TextFileDocumentProvider.validateState line: 1058 
   org.eclipse.ui.texteditor.AbstractTextEditor.validateState line: 4914 
   org.eclipse.ui.texteditor.AbstractTextEditor.lambda$4 line: 4961 
   org.eclipse.ui.texteditor.AbstractTextEditor$$Lambda/0x000000002dbae268.run line: not available 
   org.eclipse.swt.custom.BusyIndicator.showWhile line: 67 
   org.eclipse.ui.texteditor.AbstractTextEditor.validateEditorInputState line: 4961 
   org.eclipse.ui.texteditor.StatusTextEditor.validateEditorInputState line: 159 
   org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.validateEditorInputState line: 1063 
   org.eclipse.ui.texteditor.AbstractTextEditor$ElementStateListener$Validator.verifyText line: 395 
   org.eclipse.swt.widgets.TypedListener.handleEvent line: 290 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1622 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1645 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1630 
   org.eclipse.swt.widgets.Widget.notifyListeners line: 1392 
   org.eclipse.swt.custom.StyledText.modifyContent line: 7095 
   org.eclipse.swt.custom.StyledText.sendKeyEvent line: 8027 
   org.eclipse.swt.custom.StyledText.doBackspace line: 1829 
   org.eclipse.swt.custom.StyledText.invokeAction line: 6916 
   org.eclipse.swt.custom.StyledText.handleKey line: 5714 
   org.eclipse.swt.custom.StyledText.handleKeyDown line: 5741 
   org.eclipse.swt.custom.StyledText.lambda$28 line: 5420 
   org.eclipse.swt.custom.StyledText$$Lambda/0x000000002d3b2d30.handleEvent line: not available 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1622 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1645 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1630 
   org.eclipse.swt.widgets.Widget.sendKeyEvent line: 1659 
   org.eclipse.swt.widgets.Widget.sendKeyEvent line: 1655 
   org.eclipse.swt.widgets.Canvas.sendKeyEvent line: 522 
   org.eclipse.swt.widgets.Control.doCommandBySelector line: 1052 
   org.eclipse.swt.widgets.Display.windowProc line: 6443 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents line: 59 
   org.eclipse.swt.widgets.Composite.keyDown line: 607 
   org.eclipse.swt.widgets.Display.windowProc line: 6289 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper line: not available [native method]
   org.eclipse.swt.widgets.Widget.callSuper line: 239 
   org.eclipse.swt.widgets.Widget.windowSendEvent line: 2372 
   org.eclipse.swt.widgets.Shell.windowSendEvent line: 2502 
   org.eclipse.swt.widgets.Display.windowProc line: 6401 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper line: not available [native method]
   org.eclipse.swt.widgets.Display.applicationSendEvent line: 5705 
   org.eclipse.swt.widgets.Display.applicationProc line: 5845 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSApplication.sendEvent line: 117 
   org.eclipse.swt.widgets.Display.readAndDispatch line: 4000 
   org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop line: 124 
   org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled line: 98 
   org.eclipse.core.internal.jobs.ThreadJob.isCanceled line: 154 
   org.eclipse.core.internal.jobs.ThreadJob.waitForRun line: 286 
   org.eclipse.core.internal.jobs.ThreadJob.joinRun line: 214 
   org.eclipse.core.internal.jobs.ImplicitJobs.begin line: 95 
   org.eclipse.core.internal.jobs.JobManager.beginRule line: 343 
   org.eclipse.core.internal.resources.WorkManager.checkIn line: 124 
   org.eclipse.core.internal.resources.Workspace.prepareOperation line: 2401 
   org.eclipse.core.internal.resources.Workspace.run line: 2446 
   org.eclipse.core.internal.resources.Workspace.run line: 2476 
   org.eclipse.ui.actions.WorkspaceModifyOperation.run line: 131 
   org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run line: 76 
   org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run line: 66 
   org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation line: 461 
   org.eclipse.ui.editors.text.TextFileDocumentProvider.validateState line: 1058 
   org.eclipse.ui.texteditor.AbstractTextEditor.validateState line: 4914 
   org.eclipse.ui.texteditor.AbstractTextEditor.lambda$4 line: 4961 
   org.eclipse.ui.texteditor.AbstractTextEditor$$Lambda/0x000000002dbae268.run line: not available 
   org.eclipse.swt.custom.BusyIndicator.showWhile line: 67 
   org.eclipse.ui.texteditor.AbstractTextEditor.validateEditorInputState line: 4961 
   org.eclipse.ui.texteditor.StatusTextEditor.validateEditorInputState line: 159 
   org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.validateEditorInputState line: 1063 
   org.eclipse.ui.texteditor.AbstractTextEditor$ElementStateListener$Validator.verifyText line: 395 
   org.eclipse.swt.widgets.TypedListener.handleEvent line: 290 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1622 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1645 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1630 
   org.eclipse.swt.widgets.Widget.notifyListeners line: 1392 
   org.eclipse.swt.custom.StyledText.modifyContent line: 7095 
   org.eclipse.swt.custom.StyledText.sendKeyEvent line: 8027 
   org.eclipse.swt.custom.StyledText.doBackspace line: 1829 
   org.eclipse.swt.custom.StyledText.invokeAction line: 6916 
   org.eclipse.swt.custom.StyledText.handleKey line: 5714 
   org.eclipse.swt.custom.StyledText.handleKeyDown line: 5741 
   org.eclipse.swt.custom.StyledText.lambda$28 line: 5420 
   org.eclipse.swt.custom.StyledText$$Lambda/0x000000002d3b2d30.handleEvent line: not available 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1622 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1645 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1630 
   org.eclipse.swt.widgets.Widget.sendKeyEvent line: 1659 
   org.eclipse.swt.widgets.Widget.sendKeyEvent line: 1655 
   org.eclipse.swt.widgets.Canvas.sendKeyEvent line: 522 
   org.eclipse.swt.widgets.Control.doCommandBySelector line: 1052 
   org.eclipse.swt.widgets.Display.windowProc line: 6443 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents line: 59 
   org.eclipse.swt.widgets.Composite.keyDown line: 607 
   org.eclipse.swt.widgets.Display.windowProc line: 6289 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper line: not available [native method]
   org.eclipse.swt.widgets.Widget.callSuper line: 239 
   org.eclipse.swt.widgets.Widget.windowSendEvent line: 2372 
   org.eclipse.swt.widgets.Shell.windowSendEvent line: 2502 
   org.eclipse.swt.widgets.Display.windowProc line: 6401 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper line: not available [native method]
   org.eclipse.swt.widgets.Display.applicationSendEvent line: 5705 
   org.eclipse.swt.widgets.Display.applicationProc line: 5845 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSApplication.sendEvent line: 117 
   org.eclipse.swt.widgets.Display.readAndDispatch line: 4000 
   org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.runEventLoop line: 124 
   org.eclipse.ui.internal.dialogs.EventLoopProgressMonitor.isCanceled line: 98 
   org.eclipse.core.internal.jobs.ThreadJob.isCanceled line: 154 
   org.eclipse.core.internal.jobs.ThreadJob.waitForRun line: 286 
   org.eclipse.core.internal.jobs.ThreadJob.joinRun line: 214 
   org.eclipse.core.internal.jobs.ImplicitJobs.begin line: 95 
   org.eclipse.core.internal.jobs.JobManager.beginRule line: 343 
   org.eclipse.core.internal.resources.WorkManager.checkIn line: 124 
   org.eclipse.core.internal.resources.Workspace.prepareOperation line: 2401 
   org.eclipse.core.internal.resources.Workspace.run line: 2446 
   org.eclipse.core.internal.resources.Workspace.run line: 2476 
   org.eclipse.ui.actions.WorkspaceModifyOperation.run line: 131 
   org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run line: 76 
   org.eclipse.ui.internal.editors.text.WorkspaceOperationRunner.run line: 66 
   org.eclipse.ui.editors.text.TextFileDocumentProvider.executeOperation line: 461 
   org.eclipse.ui.editors.text.TextFileDocumentProvider.validateState line: 1058 
   org.eclipse.ui.texteditor.AbstractTextEditor.validateState line: 4914 
   org.eclipse.ui.texteditor.AbstractTextEditor.lambda$4 line: 4961 
   org.eclipse.ui.texteditor.AbstractTextEditor$$Lambda/0x000000002dbae268.run line: not available 
   org.eclipse.swt.custom.BusyIndicator.showWhile line: 67 
   org.eclipse.ui.texteditor.AbstractTextEditor.validateEditorInputState line: 4961 
   org.eclipse.ui.texteditor.StatusTextEditor.validateEditorInputState line: 159 
   org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.validateEditorInputState line: 1063 
   org.eclipse.ui.texteditor.AbstractTextEditor$ElementStateListener$Validator.verifyText line: 395 
   org.eclipse.swt.widgets.TypedListener.handleEvent line: 290 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1622 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1645 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1630 
   org.eclipse.swt.widgets.Widget.notifyListeners line: 1392 
   org.eclipse.swt.custom.StyledText.modifyContent line: 7095 
   org.eclipse.swt.custom.StyledText.sendKeyEvent line: 8027 
   org.eclipse.swt.custom.StyledText.doBackspace line: 1829 
   org.eclipse.swt.custom.StyledText.invokeAction line: 6916 
   org.eclipse.swt.custom.StyledText.handleKey line: 5714 
   org.eclipse.swt.custom.StyledText.handleKeyDown line: 5741 
   org.eclipse.swt.custom.StyledText.lambda$28 line: 5420 
   org.eclipse.swt.custom.StyledText$$Lambda/0x000000002d3b2d30.handleEvent line: not available 
   org.eclipse.swt.widgets.EventTable.sendEvent line: 91 
   org.eclipse.swt.widgets.Display.sendEvent line: 4660 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1622 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1645 
   org.eclipse.swt.widgets.Widget.sendEvent line: 1630 
   org.eclipse.swt.widgets.Widget.sendKeyEvent line: 1659 
   org.eclipse.swt.widgets.Widget.sendKeyEvent line: 1655 
   org.eclipse.swt.widgets.Canvas.sendKeyEvent line: 522 
   org.eclipse.swt.widgets.Control.doCommandBySelector line: 1052 
   org.eclipse.swt.widgets.Display.windowProc line: 6443 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents line: 59 
   org.eclipse.swt.widgets.Composite.keyDown line: 607 
   org.eclipse.swt.widgets.Display.windowProc line: 6289 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper line: not available [native method]
   org.eclipse.swt.widgets.Widget.callSuper line: 239 
   org.eclipse.swt.widgets.Widget.windowSendEvent line: 2372 
   org.eclipse.swt.widgets.Shell.windowSendEvent line: 2502 
   org.eclipse.swt.widgets.Display.windowProc line: 6401 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper line: not available [native method]
   org.eclipse.swt.widgets.Display.applicationSendEvent line: 5705 
   org.eclipse.swt.widgets.Display.applicationProc line: 5845 
   org.eclipse.swt.internal.cocoa.OS.objc_msgSend line: not available [native method]
   org.eclipse.swt.internal.cocoa.NSApplication.sendEvent line: 117 
   org.eclipse.swt.widgets.Display.readAndDispatch line: 4000 
   org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run line: 1151 
   org.eclipse.core.databinding.observable.Realm.runWithDefault line: 339 
   org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run line: 1042 
   org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI line: 152 
   org.eclipse.ui.internal.Workbench.lambda$3 line: 639 
   org.eclipse.ui.internal.Workbench$$Lambda/0x000000002d2cfbf0.run line: not available 
   org.eclipse.core.databinding.observable.Realm.runWithDefault line: 339 
   org.eclipse.ui.internal.Workbench.createAndRunWorkbench line: 546 
   org.eclipse.ui.PlatformUI.createAndRunWorkbench line: 173 
   org.eclipse.ui.internal.ide.application.IDEApplication.start line: 152 
   org.eclipse.equinox.internal.app.EclipseAppHandle.run line: 208 
   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication line: 143 
   org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start line: 109 
   org.eclipse.core.runtime.adaptor.EclipseStarter.run line: 439 
   org.eclipse.core.runtime.adaptor.EclipseStarter.run line: 271 
   java.lang.invoke.DirectMethodHandle$Holder.invokeStatic line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002d0c6800.invoke line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002d0c6c00.invokeExact_MT line: not available 
   jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl line: 155 
   jdk.internal.reflect.DirectMethodHandleAccessor.invoke line: 103 
   java.lang.reflect.Method.invoke line: 580 
   org.eclipse.equinox.launcher.Main.invokeFramework line: 668 
   org.eclipse.equinox.launcher.Main.basicRun line: 605 
   org.eclipse.equinox.launcher.Main.run line: 1481 
Reference Handler [9] (RUNNABLE)
   java.lang.ref.Reference.waitForReferencePendingList line: not available [native method]
   java.lang.ref.Reference.processPendingReferences line: 246 
   java.lang.ref.Reference$ReferenceHandler.run line: 208 
Finalizer [10] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   java.lang.ref.NativeReferenceQueue.await line: 48 
   java.lang.ref.ReferenceQueue.remove0 line: 158 
   java.lang.ref.NativeReferenceQueue.remove line: 89 
   java.lang.ref.Finalizer$FinalizerThread.run line: 173 
Signal Dispatcher [11] (RUNNABLE)
Common-Cleaner [19] (TIMED_WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.parkNanos line: 269 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1847 
   java.lang.ref.ReferenceQueue.await line: 71 
   java.lang.ref.ReferenceQueue.remove0 line: 143 
   java.lang.ref.ReferenceQueue.remove line: 218 
   jdk.internal.ref.CleanerImpl.run line: 140 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
   jdk.internal.misc.InnocuousThread.run line: 186 
Notification Thread [20] (RUNNABLE)
Active Thread: Equinox Container: 14b3e23c-98f9-4e48-b4af-e27d5cd7831d [31] (TIMED_WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.parkNanos line: 269 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos line: 1758 
   java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take line: 1182 
   java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take line: 899 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
Framework Event Dispatcher: Equinox Container: 14b3e23c-98f9-4e48-b4af-e27d5cd7831d [33] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent line: 396 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run line: 337 
Start Level: Equinox Container: 14b3e23c-98f9-4e48-b4af-e27d5cd7831d [34] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent line: 396 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run line: 337 
Bundle File Closer [36] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent line: 396 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run line: 337 
SCR Component Actor [37] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.apache.felix.scr.impl.ComponentActorThread.run line: 83 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
EMF Reference Cleaner [41] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block line: 519 
   java.util.concurrent.ForkJoinPool.unmanagedBlock line: 3780 
   java.util.concurrent.ForkJoinPool.managedBlock line: 3725 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1707 
   java.lang.ref.ReferenceQueue.await line: 67 
   java.lang.ref.ReferenceQueue.remove0 line: 158 
   java.lang.ref.ReferenceQueue.remove line: 234 
   org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run line: 80 
Worker-JM [43] (TIMED_WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   org.eclipse.core.internal.jobs.InternalWorker.run line: 61 
Gogo shell [44] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block line: 519 
   java.util.concurrent.ForkJoinPool.unmanagedBlock line: 3780 
   java.util.concurrent.ForkJoinPool.managedBlock line: 3725 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1707 
   java.util.concurrent.LinkedBlockingQueue.take line: 435 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
Git Repository Closer [50] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block line: 519 
   java.util.concurrent.ForkJoinPool.unmanagedBlock line: 3780 
   java.util.concurrent.ForkJoinPool.managedBlock line: 3725 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1707 
   java.lang.ref.ReferenceQueue.await line: 67 
   java.lang.ref.ReferenceQueue.remove0 line: 158 
   java.lang.ref.ReferenceQueue.remove line: 234 
   org.eclipse.egit.core.RepositoryCache$Closer.run line: 453 
VirtualThread-unparker [53] (TIMED_WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.parkNanos line: 269 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos line: 1758 
   java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take line: 1182 
   java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take line: 899 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
   jdk.internal.misc.InnocuousThread.run line: 186 
Java indexing [55] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.jdt.internal.core.search.processing.JobManager.indexerLoop line: 503 
   org.eclipse.jdt.internal.core.search.processing.JobManager$$Lambda/0x000000002d8ac4b8.run line: not available 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
EventAdmin Async Event Dispatcher Thread [59] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent line: 396 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run line: 337 
pool-1-thread-1 [73] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block line: 519 
   java.util.concurrent.ForkJoinPool.unmanagedBlock line: 3780 
   java.util.concurrent.ForkJoinPool.managedBlock line: 3725 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1707 
   java.util.concurrent.LinkedBlockingQueue.take line: 435 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
pool-2-thread-1 [74] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block line: 519 
   java.util.concurrent.ForkJoinPool.unmanagedBlock line: 3780 
   java.util.concurrent.ForkJoinPool.managedBlock line: 3725 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1707 
   java.util.concurrent.LinkedBlockingQueue.take line: 435 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
JGit-FileStoreAttributeReader-1 [84] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block line: 519 
   java.util.concurrent.ForkJoinPool.unmanagedBlock line: 3780 
   java.util.concurrent.ForkJoinPool.managedBlock line: 3725 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1707 
   java.util.concurrent.LinkedBlockingQueue.take line: 435 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
Provisioning Event Dispatcher [118] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNextEvent line: 396 
   org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run line: 337 
Thread-14 [120] (TIMED_WAITING)
   java.lang.Thread.sleep0 line: not available [native method]
   java.lang.Thread.sleep line: 509 
   org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker$UpdateCheckThread.run line: 78 
pool-3-thread-1 [122] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block line: 519 
   java.util.concurrent.ForkJoinPool.unmanagedBlock line: 3780 
   java.util.concurrent.ForkJoinPool.managedBlock line: 3725 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1707 
   java.util.concurrent.LinkedBlockingQueue.take line: 435 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
Worker-109 [3608] (TIMED_WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   org.eclipse.core.internal.jobs.WorkerPool.sleep line: 200 
   org.eclipse.core.internal.jobs.WorkerPool.startJob line: 242 
   org.eclipse.core.internal.jobs.Worker.run line: 58 
Worker-113: Git Repository Refresh [3807] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.core.internal.jobs.ThreadJob.waitForRun line: 335 
   org.eclipse.core.internal.jobs.ThreadJob.joinRun line: 214 
   org.eclipse.core.internal.jobs.ImplicitJobs.begin line: 95 
   org.eclipse.core.internal.jobs.JobManager.beginRule line: 343 
   org.eclipse.core.internal.resources.WorkManager.checkIn line: 124 
   org.eclipse.core.internal.resources.Workspace.prepareOperation line: 2401 
   org.eclipse.core.internal.resources.Resource.refreshLocal line: 1595 
   org.eclipse.egit.core.internal.ResourceRefreshHandler.lambda$0 line: 154 
   org.eclipse.egit.core.internal.ResourceRefreshHandler$$Lambda/0x000000002e0a5600.run line: not available 
   org.eclipse.core.internal.resources.Workspace.run line: 2451 
   org.eclipse.core.internal.resources.Workspace.run line: 2476 
   org.eclipse.egit.core.internal.ResourceRefreshHandler.refreshRepository line: 170 
   org.eclipse.egit.ui.internal.ExternalRepositoryScanner$ResourceRefreshJob.run line: 430 
   org.eclipse.core.internal.jobs.Worker.run line: 63 
Worker-114: Compacting resource model [3809] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.core.internal.jobs.ThreadJob.waitForRun line: 335 
   org.eclipse.core.internal.jobs.ThreadJob.joinRun line: 214 
   org.eclipse.core.internal.jobs.ImplicitJobs.begin line: 95 
   org.eclipse.core.internal.jobs.JobManager.beginRule line: 343 
   org.eclipse.core.internal.utils.StringPoolJob.run line: 101 
   org.eclipse.core.internal.jobs.Worker.run line: 63 
Worker-115: Updating Maven Project [3824] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.awaitTerminationOfAllRunnables line: 108 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.await line: 84 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector.get line: 267 
   org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads line: 537 
   org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve line: 449 
   org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts line: 261 
   org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies line: 353 
   org.apache.maven.project.DefaultProjectDependenciesResolver.resolve line: 182 
   org.apache.maven.project.DefaultProjectBuilder.resolveDependencies line: 224 
   org.apache.maven.project.DefaultProjectBuilder.build line: 202 
   org.apache.maven.project.DefaultProjectBuilder.build line: 123 
   org.apache.maven.project.DefaultProjectBuilder.initParent line: 897 
   org.apache.maven.project.DefaultProjectBuilder.initProject line: 674 
   org.apache.maven.project.DefaultProjectBuilder.build line: 616 
   org.apache.maven.project.DefaultProjectBuilder.build line: 375 
   org.eclipse.m2e.core.internal.IMavenToolbox.readMavenProjects line: 126 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.lambda$22 line: 943 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager$$Lambda/0x000000002e0c6a68.call line: not available 
   org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare line: 458 
   org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute line: 339 
   org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute line: 278 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.readProjectsWithDependencies line: 939 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.readProjectWithDependencies line: 904 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager$$Lambda/0x000000002e0c5fb0.apply line: not available 
   org.eclipse.m2e.core.internal.project.registry.MavenProjectCache$CacheLine.lambda$1 line: 192 
   org.eclipse.m2e.core.internal.project.registry.MavenProjectCache$CacheLine$$Lambda/0x000000002e0c63f8.apply line: not available 
   java.util.concurrent.ConcurrentHashMap.computeIfAbsent line: 1708 
   org.eclipse.m2e.core.internal.project.registry.MavenProjectCache$CacheLine.getProject line: 191 
   org.eclipse.m2e.core.internal.project.registry.MavenProjectCache.getMavenProject line: 105 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.lambda$24 line: 1101 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager$$Lambda/0x000000002e0c5d70.apply line: not available 
   java.util.Map.computeIfAbsent line: 1066 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.getMavenProject line: 1100 
   org.eclipse.m2e.core.internal.project.registry.MavenProjectFacade.tryGetMavenProject line: 636 
   org.eclipse.m2e.core.internal.project.registry.MavenProjectFacade.createExecutionContext line: 625 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.createExecutionContext line: 1062 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh line: 485 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh line: 370 
   org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh line: 322 
   org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.updateProjectConfiguration0 line: 388 
   org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.lambda$3 line: 340 
   org.eclipse.m2e.core.internal.project.ProjectConfigurationManager$$Lambda/0x000000002e153ce0.call line: not available 
   org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare line: 458 
   org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute line: 339 
   org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute line: 278 
   org.eclipse.m2e.core.internal.embedder.MavenImpl.execute line: 1053 
   org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.updateProjectConfiguration line: 339 
   org.eclipse.m2e.core.ui.internal.UpdateMavenProjectJob.runInWorkspace line: 80 
   org.eclipse.core.internal.resources.InternalWorkspaceJob.run line: 43 
   org.eclipse.core.internal.jobs.Worker.run line: 63 
Worker-116 [3850] (TIMED_WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   org.eclipse.core.internal.jobs.WorkerPool.sleep line: 200 
   org.eclipse.core.internal.jobs.WorkerPool.startJob line: 242 
   org.eclipse.core.internal.jobs.Worker.run line: 58 
CompletableFutureDelayScheduler [3967] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block line: 519 
   java.util.concurrent.ForkJoinPool.unmanagedBlock line: 3780 
   java.util.concurrent.ForkJoinPool.managedBlock line: 3725 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await line: 1707 
   java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take line: 1170 
   java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take line: 899 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
BasicRepositoryConnector-repo.maven.apache.org-0-0 [3968] (RUNNABLE)
   sun.nio.ch.Net.poll line: not available [native method]
   sun.nio.ch.NioSocketImpl.park line: 191 
   sun.nio.ch.NioSocketImpl.timedRead line: 280 
   sun.nio.ch.NioSocketImpl.implRead line: 304 
   sun.nio.ch.NioSocketImpl.read line: 346 
   sun.nio.ch.NioSocketImpl$1.read line: 796 
   java.net.Socket$SocketInputStream.read line: 1099 
   sun.security.ssl.SSLSocketInputRecord.read line: 489 
   sun.security.ssl.SSLSocketInputRecord.readFully line: 472 
   sun.security.ssl.SSLSocketInputRecord.decodeInputRecord line: 243 
   sun.security.ssl.SSLSocketInputRecord.decode line: 181 
   sun.security.ssl.SSLTransport.decode line: 111 
   sun.security.ssl.SSLSocketImpl.decode line: 1509 
   sun.security.ssl.SSLSocketImpl.readApplicationRecord line: 1480 
   sun.security.ssl.SSLSocketImpl$AppInputStream.read line: 1066 
   org.apache.http.impl.io.SessionInputBufferImpl.streamRead line: 137 
   org.apache.http.impl.io.SessionInputBufferImpl.read line: 197 
   org.apache.http.impl.io.ContentLengthInputStream.read line: 176 
   org.apache.http.conn.EofSensorInputStream.read line: 135 
   org.apache.http.conn.EofSensorInputStream.read line: 148 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.copy line: 164 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.utilGet line: 95 
   org.eclipse.aether.transport.http.HttpTransporter.access$300 line: 106 
   org.eclipse.aether.transport.http.HttpTransporter$EntityGetter.handle line: 680 
   org.eclipse.aether.transport.http.HttpTransporter.execute line: 489 
   org.eclipse.aether.transport.http.HttpTransporter.implGet line: 434 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.get line: 64 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask line: 482 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run line: 414 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 line: 66 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder$$Lambda/0x000000002e168c70.run line: not available 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1144 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
BasicRepositoryConnector-repo.maven.apache.org-0-1 [3969] (RUNNABLE)
   sun.nio.ch.Net.poll line: not available [native method]
   sun.nio.ch.NioSocketImpl.park line: 191 
   sun.nio.ch.NioSocketImpl.timedRead line: 280 
   sun.nio.ch.NioSocketImpl.implRead line: 304 
   sun.nio.ch.NioSocketImpl.read line: 346 
   sun.nio.ch.NioSocketImpl$1.read line: 796 
   java.net.Socket$SocketInputStream.read line: 1099 
   sun.security.ssl.SSLSocketInputRecord.read line: 489 
   sun.security.ssl.SSLSocketInputRecord.readFully line: 472 
   sun.security.ssl.SSLSocketInputRecord.decodeInputRecord line: 243 
   sun.security.ssl.SSLSocketInputRecord.decode line: 181 
   sun.security.ssl.SSLTransport.decode line: 111 
   sun.security.ssl.SSLSocketImpl.decode line: 1509 
   sun.security.ssl.SSLSocketImpl.readApplicationRecord line: 1480 
   sun.security.ssl.SSLSocketImpl$AppInputStream.read line: 1066 
   org.apache.http.impl.io.SessionInputBufferImpl.streamRead line: 137 
   org.apache.http.impl.io.SessionInputBufferImpl.read line: 197 
   org.apache.http.impl.io.ContentLengthInputStream.read line: 176 
   org.apache.http.conn.EofSensorInputStream.read line: 135 
   org.apache.http.conn.EofSensorInputStream.read line: 148 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.copy line: 164 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.utilGet line: 95 
   org.eclipse.aether.transport.http.HttpTransporter.access$300 line: 106 
   org.eclipse.aether.transport.http.HttpTransporter$EntityGetter.handle line: 680 
   org.eclipse.aether.transport.http.HttpTransporter.execute line: 489 
   org.eclipse.aether.transport.http.HttpTransporter.implGet line: 434 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.get line: 64 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask line: 482 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run line: 414 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 line: 66 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder$$Lambda/0x000000002e168c70.run line: not available 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1144 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
BasicRepositoryConnector-repo.maven.apache.org-0-2 [3970] (RUNNABLE)
   sun.nio.ch.Net.poll line: not available [native method]
   sun.nio.ch.NioSocketImpl.park line: 191 
   sun.nio.ch.NioSocketImpl.timedRead line: 280 
   sun.nio.ch.NioSocketImpl.implRead line: 304 
   sun.nio.ch.NioSocketImpl.read line: 346 
   sun.nio.ch.NioSocketImpl$1.read line: 796 
   java.net.Socket$SocketInputStream.read line: 1099 
   sun.security.ssl.SSLSocketInputRecord.read line: 489 
   sun.security.ssl.SSLSocketInputRecord.readFully line: 472 
   sun.security.ssl.SSLSocketInputRecord.decodeInputRecord line: 243 
   sun.security.ssl.SSLSocketInputRecord.decode line: 181 
   sun.security.ssl.SSLTransport.decode line: 111 
   sun.security.ssl.SSLSocketImpl.decode line: 1509 
   sun.security.ssl.SSLSocketImpl.readApplicationRecord line: 1480 
   sun.security.ssl.SSLSocketImpl$AppInputStream.read line: 1066 
   org.apache.http.impl.io.SessionInputBufferImpl.streamRead line: 137 
   org.apache.http.impl.io.SessionInputBufferImpl.read line: 197 
   org.apache.http.impl.io.ContentLengthInputStream.read line: 176 
   org.apache.http.conn.EofSensorInputStream.read line: 135 
   org.apache.http.conn.EofSensorInputStream.read line: 148 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.copy line: 164 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.utilGet line: 95 
   org.eclipse.aether.transport.http.HttpTransporter.access$300 line: 106 
   org.eclipse.aether.transport.http.HttpTransporter$EntityGetter.handle line: 680 
   org.eclipse.aether.transport.http.HttpTransporter.execute line: 489 
   org.eclipse.aether.transport.http.HttpTransporter.implGet line: 434 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.get line: 64 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask line: 482 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run line: 414 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 line: 66 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder$$Lambda/0x000000002e168c70.run line: not available 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1144 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
BasicRepositoryConnector-repo.maven.apache.org-0-3 [3971] (RUNNABLE)
   sun.nio.ch.Net.poll line: not available [native method]
   sun.nio.ch.NioSocketImpl.park line: 191 
   sun.nio.ch.NioSocketImpl.timedRead line: 280 
   sun.nio.ch.NioSocketImpl.implRead line: 304 
   sun.nio.ch.NioSocketImpl.read line: 346 
   sun.nio.ch.NioSocketImpl$1.read line: 796 
   java.net.Socket$SocketInputStream.read line: 1099 
   sun.security.ssl.SSLSocketInputRecord.read line: 489 
   sun.security.ssl.SSLSocketInputRecord.readFully line: 472 
   sun.security.ssl.SSLSocketInputRecord.decodeInputRecord line: 243 
   sun.security.ssl.SSLSocketInputRecord.decode line: 181 
   sun.security.ssl.SSLTransport.decode line: 111 
   sun.security.ssl.SSLSocketImpl.decode line: 1509 
   sun.security.ssl.SSLSocketImpl.readApplicationRecord line: 1480 
   sun.security.ssl.SSLSocketImpl$AppInputStream.read line: 1066 
   org.apache.http.impl.io.SessionInputBufferImpl.streamRead line: 137 
   org.apache.http.impl.io.SessionInputBufferImpl.read line: 197 
   org.apache.http.impl.io.ContentLengthInputStream.read line: 176 
   org.apache.http.conn.EofSensorInputStream.read line: 135 
   org.apache.http.conn.EofSensorInputStream.read line: 148 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.copy line: 164 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.utilGet line: 95 
   org.eclipse.aether.transport.http.HttpTransporter.access$300 line: 106 
   org.eclipse.aether.transport.http.HttpTransporter$EntityGetter.handle line: 680 
   org.eclipse.aether.transport.http.HttpTransporter.execute line: 489 
   org.eclipse.aether.transport.http.HttpTransporter.implGet line: 434 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.get line: 64 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask line: 482 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run line: 414 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 line: 66 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder$$Lambda/0x000000002e168c70.run line: not available 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1144 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
BasicRepositoryConnector-repo.maven.apache.org-0-4 [3972] (RUNNABLE)
   sun.nio.ch.Net.poll line: not available [native method]
   sun.nio.ch.NioSocketImpl.park line: 191 
   sun.nio.ch.NioSocketImpl.timedRead line: 280 
   sun.nio.ch.NioSocketImpl.implRead line: 304 
   sun.nio.ch.NioSocketImpl.read line: 346 
   sun.nio.ch.NioSocketImpl$1.read line: 796 
   java.net.Socket$SocketInputStream.read line: 1099 
   sun.security.ssl.SSLSocketInputRecord.read line: 489 
   sun.security.ssl.SSLSocketInputRecord.readHeader line: 483 
   sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket line: 70 
   sun.security.ssl.SSLSocketImpl.readApplicationRecord line: 1461 
   sun.security.ssl.SSLSocketImpl$AppInputStream.read line: 1066 
   org.apache.http.impl.io.SessionInputBufferImpl.streamRead line: 137 
   org.apache.http.impl.io.SessionInputBufferImpl.read line: 197 
   org.apache.http.impl.io.ContentLengthInputStream.read line: 176 
   org.apache.http.conn.EofSensorInputStream.read line: 135 
   org.apache.http.conn.EofSensorInputStream.read line: 148 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.copy line: 164 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.utilGet line: 95 
   org.eclipse.aether.transport.http.HttpTransporter.access$300 line: 106 
   org.eclipse.aether.transport.http.HttpTransporter$EntityGetter.handle line: 680 
   org.eclipse.aether.transport.http.HttpTransporter.execute line: 489 
   org.eclipse.aether.transport.http.HttpTransporter.implGet line: 434 
   org.eclipse.aether.spi.connector.transport.AbstractTransporter.get line: 64 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask line: 482 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run line: 414 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0 line: 66 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder$$Lambda/0x000000002e168c70.run line: not available 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1144 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
ModalContext [4003] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.core.internal.jobs.ThreadJob.waitForRun line: 335 
   org.eclipse.core.internal.jobs.ThreadJob.joinRun line: 214 
   org.eclipse.core.internal.jobs.ImplicitJobs.begin line: 95 
   org.eclipse.core.internal.jobs.JobManager.beginRule line: 343 
   org.eclipse.core.internal.resources.WorkManager.checkIn line: 124 
   org.eclipse.core.internal.resources.Workspace.prepareOperation line: 2401 
   org.eclipse.core.internal.resources.SaveManager.save line: 1219 
   org.eclipse.core.internal.resources.Workspace.save line: 2492 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.lambda$1 line: 553 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$$Lambda/0x000000002db9b3a0.run line: not available 
   org.eclipse.jface.operation.ModalContext$ModalContextThread.run line: 124 
ModalContext [4004] (WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   java.lang.Object.wait line: 339 
   org.eclipse.core.internal.jobs.ThreadJob.waitForRun line: 335 
   org.eclipse.core.internal.jobs.ThreadJob.joinRun line: 214 
   org.eclipse.core.internal.jobs.ImplicitJobs.begin line: 95 
   org.eclipse.core.internal.jobs.JobManager.beginRule line: 343 
   org.eclipse.core.internal.resources.WorkManager.checkIn line: 124 
   org.eclipse.core.internal.resources.Workspace.prepareOperation line: 2401 
   org.eclipse.core.internal.resources.SaveManager.save line: 1219 
   org.eclipse.core.internal.resources.Workspace.save line: 2492 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.lambda$1 line: 553 
   org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$$Lambda/0x000000002db9b3a0.run line: not available 
   org.eclipse.jface.operation.ModalContext$ModalContextThread.run line: 124 
Attach Listener [4016] (RUNNABLE)
RMI TCP Accept-0 [4017] (RUNNABLE)
   sun.nio.ch.Net.accept line: not available [native method]
   sun.nio.ch.NioSocketImpl.accept line: 748 
   java.net.ServerSocket.implAccept line: 698 
   java.net.ServerSocket.platformImplAccept line: 663 
   java.net.ServerSocket.implAccept line: 639 
   java.net.ServerSocket.implAccept line: 585 
   java.net.ServerSocket.accept line: 543 
   sun.management.jmxremote.LocalRMIServerSocketFactory$1.accept line: 52 
   sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop line: 424 
   sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run line: 388 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
RMI TCP Connection(1)-10.0.0.20 [4018] (RUNNABLE)
   sun.management.ThreadImpl.getThreadInfo1 line: not available [native method]
   sun.management.ThreadImpl.getThreadInfo line: 185 
   java.lang.invoke.LambdaForm$DMH/0x000000002e613400.invokeInterface line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002e614000.invoke line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002d0c6c00.invokeExact_MT line: not available 
   jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl line: 155 
   jdk.internal.reflect.DirectMethodHandleAccessor.invoke line: 103 
   java.lang.reflect.Method.invoke line: 580 
   sun.reflect.misc.Trampoline.invoke line: 64 
   java.lang.invoke.DirectMethodHandle$Holder.invokeStatic line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002e602400.invoke line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002d110c00.invokeExact_MT line: not available 
   jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl line: 156 
   jdk.internal.reflect.DirectMethodHandleAccessor.invoke line: 103 
   java.lang.reflect.Method.invoke line: 580 
   sun.reflect.misc.MethodUtil.invoke line: 97 
   com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn line: 193 
   com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn line: 175 
   com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2 line: 115 
   com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2 line: 52 
   com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM line: 236 
   com.sun.jmx.mbeanserver.PerInterface.invoke line: 138 
   com.sun.jmx.mbeanserver.MBeanSupport.invoke line: 252 
   javax.management.StandardMBean.invoke line: 405 
   com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke line: 803 
   com.sun.jmx.mbeanserver.JmxMBeanServer.invoke line: 802 
   javax.management.remote.rmi.RMIConnectionImpl.doOperation line: 1472 
   javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run line: 1310 
   javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation line: 1405 
   javax.management.remote.rmi.RMIConnectionImpl.invoke line: 829 
   java.lang.invoke.LambdaForm$DMH/0x000000002e5de400.invokeInterface line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002e600000.invoke line: not available 
   java.lang.invoke.Invokers$Holder.invokeExact_MT line: not available 
   jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl line: 157 
   jdk.internal.reflect.DirectMethodHandleAccessor.invoke line: 103 
   java.lang.reflect.Method.invoke line: 580 
   sun.rmi.server.UnicastServerRef.dispatch line: 360 
   sun.rmi.transport.Transport$1.run line: 200 
   sun.rmi.transport.Transport$1.run line: 197 
   java.security.AccessController.executePrivileged line: 809 
   java.security.AccessController.doPrivileged line: 714 
   sun.rmi.transport.Transport.serviceCall line: 196 
   sun.rmi.transport.tcp.TCPTransport.handleMessages line: 598 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0 line: 844 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0 line: 721 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda/0x000000002e5e6c60.run line: not available 
   java.security.AccessController.executePrivileged line: 778 
   java.security.AccessController.doPrivileged line: 400 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run line: 720 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1144 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
RMI Scheduler(0) [4019] (TIMED_WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.parkNanos line: 269 
   java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos line: 1758 
   java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take line: 1182 
   java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take line: 899 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1070 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
RMI TCP Connection(2)-10.0.0.20 [4021] (TIMED_WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   com.sun.jmx.remote.internal.ArrayNotificationBuffer.fetchNotifications line: 448 
   com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.fetchNotifications line: 227 
   com.sun.jmx.remote.internal.ServerNotifForwarder.fetchNotifs line: 273 
   javax.management.remote.rmi.RMIConnectionImpl$4.run line: 1271 
   javax.management.remote.rmi.RMIConnectionImpl$4.run line: 1269 
   javax.management.remote.rmi.RMIConnectionImpl.fetchNotifications line: 1275 
   java.lang.invoke.LambdaForm$DMH/0x000000002e5d9c00.invokeInterface line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002e5db000.invoke line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002d110c00.invokeExact_MT line: not available 
   jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl line: 156 
   jdk.internal.reflect.DirectMethodHandleAccessor.invoke line: 103 
   java.lang.reflect.Method.invoke line: 580 
   sun.rmi.server.UnicastServerRef.dispatch line: 360 
   sun.rmi.transport.Transport$1.run line: 200 
   sun.rmi.transport.Transport$1.run line: 197 
   java.security.AccessController.executePrivileged line: 809 
   java.security.AccessController.doPrivileged line: 714 
   sun.rmi.transport.Transport.serviceCall line: 196 
   sun.rmi.transport.tcp.TCPTransport.handleMessages line: 598 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0 line: 844 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0 line: 721 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda/0x000000002e5e6c60.run line: not available 
   java.security.AccessController.executePrivileged line: 778 
   java.security.AccessController.doPrivileged line: 400 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run line: 720 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1144 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
JMX server connection timeout 4022 [4022] (TIMED_WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   com.sun.jmx.remote.internal.ServerCommunicatorAdmin$Timeout.run line: 171 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
RMI TCP Connection(3)-10.0.0.20 [4023] (TIMED_WAITING)
   java.lang.Object.wait0 line: not available [native method]
   java.lang.Object.wait line: 366 
   com.sun.jmx.remote.internal.ArrayNotificationBuffer.fetchNotifications line: 448 
   com.sun.jmx.remote.internal.ArrayNotificationBuffer$ShareBuffer.fetchNotifications line: 227 
   com.sun.jmx.remote.internal.ServerNotifForwarder.fetchNotifs line: 273 
   javax.management.remote.rmi.RMIConnectionImpl$4.run line: 1271 
   javax.management.remote.rmi.RMIConnectionImpl$4.run line: 1269 
   javax.management.remote.rmi.RMIConnectionImpl.fetchNotifications line: 1275 
   java.lang.invoke.LambdaForm$DMH/0x000000002e5d9c00.invokeInterface line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002e5db000.invoke line: not available 
   java.lang.invoke.LambdaForm$MH/0x000000002d110c00.invokeExact_MT line: not available 
   jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl line: 156 
   jdk.internal.reflect.DirectMethodHandleAccessor.invoke line: 103 
   java.lang.reflect.Method.invoke line: 580 
   sun.rmi.server.UnicastServerRef.dispatch line: 360 
   sun.rmi.transport.Transport$1.run line: 200 
   sun.rmi.transport.Transport$1.run line: 197 
   java.security.AccessController.executePrivileged line: 809 
   java.security.AccessController.doPrivileged line: 714 
   sun.rmi.transport.Transport.serviceCall line: 196 
   sun.rmi.transport.tcp.TCPTransport.handleMessages line: 598 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0 line: 844 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0 line: 721 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda/0x000000002e5e6c60.run line: not available 
   java.security.AccessController.executePrivileged line: 778 
   java.security.AccessController.doPrivileged line: 400 
   sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run line: 720 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1144 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
RMI TCP Connection(idle) [4024] (TIMED_WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.parkNanos line: 410 
   java.util.concurrent.LinkedTransferQueue$DualNode.await line: 452 
   java.util.concurrent.SynchronousQueue$Transferer.xferLifo line: 194 
   java.util.concurrent.SynchronousQueue.xfer line: 233 
   java.util.concurrent.SynchronousQueue.poll line: 336 
   java.util.concurrent.ThreadPoolExecutor.getTask line: 1069 
   java.util.concurrent.ThreadPoolExecutor.runWorker line: 1130 
   java.util.concurrent.ThreadPoolExecutor$Worker.run line: 642 
   java.lang.Thread.runWith line: 1596 
   java.lang.Thread.run line: 1583 
ForkJoinPool-1-worker-156 [4025] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.ForkJoinPool.awaitWork line: 1893 
   java.util.concurrent.ForkJoinPool.runWorker line: 1809 
   java.util.concurrent.ForkJoinWorkerThread.run line: 188 
ForkJoinPool-1-worker-157 [4026] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   java.util.concurrent.ForkJoinPool.awaitWork line: 1893 
   java.util.concurrent.ForkJoinPool.runWorker line: 1809 
   java.util.concurrent.ForkJoinWorkerThread.run line: 188 
ForkJoinPool-1-worker-158 [4027] (TIMED_WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.parkUntil line: 449 
   java.util.concurrent.ForkJoinPool.awaitWork line: 1891 
   java.util.concurrent.ForkJoinPool.runWorker line: 1809 
   java.util.concurrent.ForkJoinWorkerThread.run line: 188 
hohwille commented 1 week ago
Worker-115: Updating Maven Project [3824] (WAITING)
   jdk.internal.misc.Unsafe.park line: not available [native method]
   java.util.concurrent.locks.LockSupport.park line: 371 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.awaitTerminationOfAllRunnables line: 108 
   org.eclipse.aether.util.concurrency.RunnableErrorForwarder.await line: 84 
   org.eclipse.aether.connector.basic.BasicRepositoryConnector.get line: 267 

Something wrong with ether maybe (and not m2e)?