Bug 157255

Summary: Eclipse startup fails with missing bundle errors
Product: [Fedora] Fedora Reporter: Ziga Mahkovec <ziga.mahkovec>
Component: eclipseAssignee: eclipse-bugs
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-11 09:04:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Debug logs for the startup none

Description Ziga Mahkovec 2005-05-09 20:52:32 UTC
Description of problem:
Eclipse startup fails with an error popup.  The log file shows lots of missing
bundle messages, such as:
  
  Missing required bundle org.eclipse.ui_[0.0.0,null.

and the following error:

  java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench"
  could not be found in the registry...

The complete log file is attached.

Version-Release number of selected component (if applicable):
eclipse-jdt-3.1.0_fc-0.M6.15
libgcj-4.0.0-2

How reproducible:
always

Steps to Reproduce:
1. rm -rf ~/.eclipse ~/workspace
2. eclipse -debug -consolelog &> eclipse.log

Actual results:
An error popup is shown, pointing to a log file.

Expected results:
Eclipse should start up.

Additional info:
Also reproducible with java-sun.

Comment 1 Ziga Mahkovec 2005-05-09 20:52:32 UTC
Created attachment 114182 [details]
Debug logs for the startup

Comment 2 Ben Konrath 2005-05-11 00:03:13 UTC
Ziga, I've seen this problem before but I can't remember what causes it. Can you
send me the output of: 'ls -l /usr/share/eclipse/configuration'? That directory
should only have config.ini. If it has other stuff, it's safe to delete
everything but config.ini.

Comment 3 Ziga Mahkovec 2005-05-11 09:04:03 UTC
config.ini was the only file in /usr/share/eclipse/configuration.

However, I reinstalled all eclipse packages from scratch and it works fine now
(I had tried this before, but I left out libswt3-gtk2).  I must have messed up
my installation somehow, sorry for the confusion.