| Issues updating Eclipse | 2018-12 → 2019-03 [message #1804612] |
Fri, 29 March 2019 09:28  |
Eclipse User |
|
|
|
This morning I updated to 2019-03 from 2018-12 and it broke my workspace so badly!
I've attached my log dump.
When I went to update this morning, I was under the assumption it was just my plugins, as usual, that needed updating. However, my entire eclipse installation got an upgrade as well. Exciting at first! And then realized I hadn't backed up my workspace in a while (Something CRUCIAL to my day job)
I had auto-building on and when eclipse got around to building my open project, it crashed.
I restarted eclipse, and had just enough time to turn that feature off. That bought me about 5 more minutes, during which time I was able to push a commit to a git repository that had already been committed from yesterday.
Shortly after getting that branch pushed though, Eclipse crashed again.
Now I cannot keep it open for more than 5ish minutes until, I can only imagine, some plugin tried to do something that ends up not working.
It is frustrating that everytime I upgrade my Eclipse IDE, the proper checks aren't performed for me to at least discover what else I need to have downloaded in my workspace in order for it to work. It's just way too complicated to figure out and to navigate. Please help me fix this!
The update process is seriously so debilitating for Eclipse. Speaking as a user for the last 7 years now, I can only say how disappointed I am... I have work to do, please fix this.
Attachment: 201903.log
(Size: 18.90KB, Downloaded 177 times)
|
|
|
|
|
|
| Re: Issues updating Eclipse | 2018-12 → 2019-03 [message #1804627 is a reply to message #1804624] |
Fri, 29 March 2019 13:04   |
Eclipse User |
|
|
|
Since this morning, I've decided to start anew with a fresh workspace. I was able to move some preferences and my perspectives over, so it wasn't all bad.
Unfortunately a couple things have occurred: 1) I tried importing my MyLyn tasks in an exported zip into the new workspace and this migration caused eclipse to crash. 2) While doing something in the command line waiting for eclipse to restart, I accidentally typed `..` and enter into the workspace name prompt. This essentially tried taking `/Applications/Eclipse.app/Contents` and making it into my workspace! Yea... great! As eclipse was starting, it crashed again.
I then deleted that .metadata directory and tried opening eclipse. It consistently crashes now with no hope of opening any workspace.
So I threw my hands up in the air and said I'll just install a new eclipse. Downloaded the installer, installed the regular java IDE one, launched it, had it create a brand new workspace, AND... crash. Only seconds after opening the new workspace. Tried running eclipse again several times. Same and different workspaces. They all crash eclipse.
This is a fresh installation and it's bombing.
[Updated on: Fri, 29 March 2019 13:19] by Moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Issues updating Eclipse | 2018-12 → 2019-03 [message #1804810 is a reply to message #1804705] |
Mon, 01 April 2019 11:13   |
Eclipse User |
|
|
|
Ok So I've began the process of setting up my workspace again from scratch with the exception of me importing my preferences because I really like my perspectives (which I realize are reproducible with simple screenshots). However, at random points in the use of eclipse, it will crash without warning and nothing pertaining to the crash will be logged.
Here is all I see in the logs before the crash directly after selecting a new workspace.
!SESSION 2019-04-01 10:29:12.305 -----------------------------------------------
eclipse.buildId=4.11.0.I20190307-0500
java.version=1.8.0_192
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product -keyring /Users/alex.aiezza/.eclipse_keyring
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product -keyring /Users/alex.aiezza/.eclipse_keyring
!ENTRY org.eclipse.egit.core 1 0 2019-04-01 10:29:22.914
!MESSAGE Using Apache MINA sshd as ssh client.
!ENTRY org.eclipse.jface 2 0 2019-04-01 10:29:23.817
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2019-04-01 10:29:23.817
!MESSAGE A conflict occurred for COMMAND+SHIFT+T:
Binding(COMMAND+SHIFT+T,
ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type,
Open a type in a Java editor,
Category(org.eclipse.ui.category.navigate,Navigate,null,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@4dc16fc9,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(COMMAND+SHIFT+T,
ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace,
,
Category(org.eclipse.lsp4e.category,Language Servers,null,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1028a747,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
!ENTRY org.eclipse.jface.text 2 0 2019-04-01 10:29:26.275
!MESSAGE Duplicate template id: 'org.eclipse.wst.xslt.templates.xpath.boolean'
It seems that since starting a new workspace too that the guice and asm stuff has stopped becoming an issue. I am at a loss for how to proceed.
In fact, since the last crash, I haven't been able to open the same workspace again at all.
$ eclipse/jee-2019-03/Eclipse.app/Contents/MacOS/eclipse
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
org.eclipse.m2e.logback.configuration: Logback config file: /Users/alex.aiezza/workspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.11.0.20190220-2119.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://940.fwk626889335:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://940.fwk626889335:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
org.eclipse.m2e.logback.configuration: Initializing logback
Killed: 9
I don't know how silly this is to ask, but should I attach my workspace here so it can be used for debugging?
It feels like to much to ask from a non-paid support team/community. I guess this could be happening to someone else so it [b]may[\b] be worth it. But I also don't know how much PII will be persisted in a typical eclipse workspace metadata directory.
Thoughts?
[Updated on: Mon, 01 April 2019 11:38] by Moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Issues updating Eclipse | 2018-12 → 2019-03 [message #1806057 is a reply to message #1805872] |
Wed, 01 May 2019 17:05  |
Eclipse User |
|
|
|
Sebastian Thomas wrote on Fri, 26 April 2019 03:03It's actually what I did three weeks ago, and I didn't have any issues downgrading my profile again fortunately. I tried the update to 2019-03 again today and now it works.
I think it's probably related to the JUnit 5 version, which was upgraded to the latest release for our project in the meantime.
I'll have to give it another shot then.
|
|
|