Bug 922116 - Unable to launch Eclipse after update to eclipse-platform-4.2.2-4.fc18.x86_64
Summary: Unable to launch Eclipse after update to eclipse-platform-4.2.2-4.fc18.x86_64
Keywords:
Status: CLOSED DUPLICATE of bug 921633
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Krzysztof Daniel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-15 14:12 UTC by Petr Muller
Modified: 2016-09-20 02:09 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-03-18 07:39:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Muller 2013-03-15 14:12:28 UTC
Description of problem:
After this update, I am unable to launch Eclipse (worked well before). The splash appears for few seconds, then disappears before the progress bar in it reaches full width. After few seconds, more a small window appears, with 

"An error has occurred. See the log file
/home/afri/Projects/Eclipse/.metadata/.log."

Version-Release number of selected component (if applicable):
Updated     eclipse-equinox-osgi-1:4.2.2-0.4.git20121217.fc18.x86_64
Update                           1:4.2.2-4.fc18.x86_64
Updated     eclipse-jdt-1:4.2.2-0.4.git20121217.fc18.x86_64
Update                  1:4.2.2-4.fc18.x86_64
Updated     eclipse-platform-1:4.2.2-0.4.git20121217.fc18.x86_64
Update                       1:4.2.2-4.fc18.x86_64
Updated     eclipse-swt-1:4.2.2-0.4.git20121217.fc18.x86_64
Update                  1:4.2.2-4.fc18.x86_64

How reproducible:
always

Steps to Reproduce:
1. launch eclipse
  
Actual results:
no-go

Expected results:
happy hacking

Additional info: The mentioned log file says:
!SESSION 2013-03-15 15:11:35.920 -----------------------------------------------
eclipse.buildId=4.2.0.M20130304-1457
java.version=1.7.0_09-icedtea
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.core.resources 2 10035 2013-03-15 15:11:37.744
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

!ENTRY org.eclipse.osgi 4 0 2013-03-15 15:11:41.143
!MESSAGE Application error
!STACK 1
java.util.EmptyStackException
	at java.util.Stack.peek(Stack.java:102)
	at java.util.Stack.pop(Stack.java:84)
	at org.eclipse.e4.ui.css.core.impl.sac.CSSDocumentHandlerImpl.endDocument(CSSDocumentHandlerImpl.java:74)
	at org.apache.batik.css.parser.Parser.parseStyleSheet(Parser.java:238)
	at org.eclipse.e4.ui.css.core.impl.dom.parsers.AbstractCSSParser.parseStyleSheet(AbstractCSSParser.java:64)
	at org.eclipse.e4.ui.css.core.impl.engine.AbstractCSSEngine.parseStyleSheet(AbstractCSSEngine.java:180)
	at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.setTheme(ThemeEngine.java:415)
	at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.setTheme(ThemeEngine.java:376)
	at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.setTheme(ThemeEngine.java:369)
	at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.restore(ThemeEngine.java:546)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.initializeStyling(PartRenderingEngine.java:1179)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:945)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:942)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:638)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:593)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1423)

Comment 1 Alexander Kurtakov 2013-03-15 14:15:28 UTC
Please make sure that you are fully uptodate (aka xml-commons-apis is updated from updates) and run eclipse -clean.
We are sorry for the inconvenience but this was needed in order to make it possible for Android tools to run on top of Fedora Eclipse.

Comment 2 Christian Stadelmann 2013-03-18 00:23:18 UTC
This bug is a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=921633

Comment 3 Krzysztof Daniel 2013-03-18 07:39:30 UTC

*** This bug has been marked as a duplicate of bug 921633 ***


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