Bug 1862776 - eclipse does not start after (atleast) upgrade to F31
Summary: eclipse does not start after (atleast) upgrade to F31
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse
Version: 31
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Mat Booth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-02 12:06 UTC by customercare
Modified: 2020-11-24 17:47 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-11-24 17:47:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
startup crash logfile (15.71 KB, application/x-bzip)
2020-08-02 12:06 UTC, customercare
no flags Details

Description customercare 2020-08-02 12:06:56 UTC
Created attachment 1703200 [details]
startup crash logfile

Description of problem:


Eclipse does show the splash screen on startup, but does crash with:

!ENTRY org.eclipse.osgi 4 0 2020-08-02 13:47:30.736
!MESSAGE Anwendungsfehler
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry. The applications available are: org.eclipse.wst.server.preview.preview, org.eclipse.wst.jsdt.core.JavaCodeFormatter, org.eclipse.ant.core.antRunner, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.touchpoint.natives.nativePackageExtractor, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.xsd.ecore.importer.XSD2GenModel, org.eclipse.pde.build.Build, org.eclipse.pde.junit.runtime.uitestapplication, org.eclipse.pde.junit.runtime.legacytestapplication, org.eclipse.pde.junit.runtime.coretestapplication, org.eclipse.pde.junit.runtime.coretestapplicationnonmain, org.eclipse.pde.junit.runtime.nonuithreadtestapplication, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.jdt.core.JavaIndexer, org.eclipse.emf.codegen.CodeGen, org.eclipse.emf.codegen.JMerger, org.eclipse.emf.codegen.ecore.Generator, org.eclipse.emf.importer.ecore.Ecore2GenModel, org.eclipse.emf.importer.java.Java2GenModel, org.eclipse.emf.importer.rose.Rose2GenModel.
        at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:252)
        at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:33)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:606)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1477)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1450)

seems to be a conflict with required versions. Logfile attached.


Version-Release number of selected component (if applicable):

eclipse-ecf-core.noarch                                                                      3.14.6-3.fc31
eclipse-egit.noarch                                                                          5.6.0-2.fc31
eclipse-emf-core.noarch                                                                      1:2.20.0-3.fc31
eclipse-emf-runtime.noarch                                                                   2.20.0-3.fc31
eclipse-emf-xsd.noarch                                                                       2.20.0-3.fc31
eclipse-equinox-osgi.x86_64                                                                  1:4.14-5.fc31
eclipse-gef.noarch                                                                           3.11.0-9.fc31
eclipse-jdt.noarch                                                                           1:4.14-5.fc31
eclipse-jgit.noarch                                                                          5.6.0-1.fc31 
eclipse-m2e-core.noarch                                                                      1.11.0-1.fc31
eclipse-m2e-workspace.noarch                                                                 0.4.0-13.fc31
eclipse-nls-de.noarch                                                                        4.10.0-1.fc31
eclipse-p2-discovery.noarch                                                                  1:4.14-5.fc31
eclipse-pde.x86_64                                                                           1:4.14-5.fc31
eclipse-platform.x86_64                                                                      1:4.14-5.fc31
eclipse-swt.x86_64                                                                           1:4.14-5.fc31
eclipse-webtools-common.noarch                                                               3.13.0-1.fc31
eclipse-webtools-servertools.noarch                                                          3.13.0-1.fc31
eclipse-webtools-sourceediting.noarch                                                        3.13.0-1.fc31

Comment 1 customercare 2020-08-17 11:49:24 UTC
Workaround(sort of):

mv ~/.eclipse ~/.eclipse_bak


After choosing the old workspace, eclipse started as expected.

Comment 2 Ben Cotton 2020-11-03 16:59:57 UTC
This message is a reminder that Fedora 31 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 31 on 2020-11-24.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '31'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 31 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Ben Cotton 2020-11-24 17:47:17 UTC
Fedora 31 changed to end-of-life (EOL) status on 2020-11-24. Fedora 31 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.