Bug 284451

Summary: Eclipse fails to start
Product: [Fedora] Fedora Reporter: Olivier Bernard <bernard>
Component: eclipseAssignee: Andrew Overholt <overholt>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 7CC: joel.schaerer, oliver, overholt
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-11 13:06:12 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
Corresponding error log
none
output of rpm -qV none

Description Olivier Bernard 2007-09-10 11:10:03 UTC
Description of problem:

Eclipse fails to start with the following error popup:

An error has occurred. See the log file
/home/olivier/workspace/.metadata/.log.

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

$ rpm -q eclipse-platform
eclipse-platform-3.2.2-15.fc7


How reproducible:

Always

Steps to Reproduce:
1. $ eclipse
2. Error message appears and eclipse fails to start

Comment 1 Olivier Bernard 2007-09-10 11:10:04 UTC
Created attachment 191551 [details]
Corresponding error log

Comment 2 Andrew Overholt 2007-09-10 13:29:53 UTC
Can you please paste the output of:

for f in `rpm -aq | egrep "eclipse|swt"`; do rpm -qV $f; done

?  Thanks.

Comment 3 Olivier Bernard 2007-09-10 14:31:00 UTC
Created attachment 191691 [details]
output of rpm -qV

Comment 4 Andrew Overholt 2007-09-10 14:43:18 UTC
Well now we know why it won't start :)  It looks like your libswt3-gtk2 RPM is
broken.  Try re-installing it and seeing what happens.

Comment 5 Olivier Bernard 2007-09-11 09:36:42 UTC
Thanks for all, now it works :)

Comment 6 Andrew Overholt 2007-09-11 13:06:12 UTC
Cool.