Eclipse 2022-12 hangs at startup for a very long time, with runnable thread in org.eclipse.m2e.core.ui.internal.M2EUIPluginActivator #1216
Replies: 3 comments 3 replies
-
Had a similar hang. Started it with - clean option. Took a while, too, but finally succeeded. |
Beta Was this translation helpful? Give feedback.
-
It doesn't look like m2e is to blame here. I suspect IOConsolePartitioner would actually be the culprit here. Do you have a Console open and already showing content at startup? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, it was just an illusion. The hang is back, whether or not I run with "-clean" or not. I tried leaving it running for the last few hours, and it's still hung. |
Beta Was this translation helpful? Give feedback.
-
I have been struggling with trying to use Eclipse 2022-12 for quite a while now. When I start it up, I get the prompt to delete the obsolete M2E cache, which I always decline, as I'm not convinced yet that 2022-12 is viable. In any case, Eclipse hangs before it can even dismiss the dialog. Every time I look at the thread dump, the top runnable thread has "org.eclipse.m2e.core.ui.internal.M2EUIPluginActivator" in the stack. It's possible this will eventually finish, but it's been running for at least 20 minutes now. My laptop does not have any hardware resource issues. I have 32gb of ram, and I've allocated 3gb for the Eclipse process.
threaddump.txt
Beta Was this translation helpful? Give feedback.
All reactions