Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » [SOLVED] Eclipse crash on startup
[SOLVED] Eclipse crash on startup [message #558126] Fri, 10 September 2010 09:21 Go to next message
Arpad Ilia is currently offline Arpad IliaFriend
Messages: 2
Registered: September 2010
Junior Member
Hi

I seem to have a bit of a problem here. When I try to start eclipse only a splash screen appears for a few seconds then eclipse crashes (no pop-up window).
There is a log in the configuration folder though.
Any help would be appreciated.
Note: I just unzipped the package.

Arpad Ilia

Log excerpt:
!SESSION 2010-09-10 09:58:48.421 -----------------------------------------------
eclipse.buildId=I20100608-0911
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.java.product

!ENTRY org.eclipse.equinox.p2.reconciler.dropins 4 0 2010-09-10 09:58:49.781
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525 [117]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.equinox.p2.touchpoint.eclipse; bundle-version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolverError(AbstractBundle.java:1317)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getR esolutionFailureException(AbstractBundle.java:1301)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:319)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:374)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1067)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:561)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:546)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:459)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:440)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:227)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:337)

!ENTRY org.eclipse.osgi 2 0 2010-09-10 09:58:50.109
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-09-10 09:58:50.109
!MESSAGE Bundle reference:file:plugins/org.eclipse.ui.ide_3.6.0.I20100601-08 00.jar was not resolved.
!SUBENTRY 2 org.eclipse.ui.ide 2 0 2010-09-10 09:58:50.109
// This goes on and on...

//And the end is:
!MESSAGE Missing required bundle org.eclipse.wst.xsd.core_[1.1.300,1.2.0).
!SUBENTRY 2 org.eclipse.wst.xsd.ui 2 0 2010-09-10 09:58:50.296
!MESSAGE Missing required bundle org.eclipse.search_[3.2.0,4.0.0).

!ENTRY org.eclipse.osgi 4 0 2010-09-10 09:58:50.312
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.equinox.app.error, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.jdt.apt.core.aptBuild, org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.update.core.standaloneUpdate, org.eclipse.update.core.siteOptimizer.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDe faultApp(EclipseAppContainer.java:248)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run (MainApplicationLauncher.java:29)
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(EclipseS tarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)

[Updated on: Fri, 10 September 2010 09:57]

Report message to a moderator

[SOLVED] Eclipse crash on startup [message #558134 is a reply to message #558126] Fri, 10 September 2010 09:57 Go to previous messageGo to next message
Arpad Ilia is currently offline Arpad IliaFriend
Messages: 2
Registered: September 2010
Junior Member
Note to self:
Never ever again shall I use windows explorer's unzip function. I re-extracted the package with 7zip and now it works.
Re: [SOLVED] Eclipse crash on startup [message #558381 is a reply to message #558134] Sun, 12 September 2010 05:13 Go to previous message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"Arpad Ilia" <iarpad@inf.u-szeged.hu> wrote in message
news:i6cvdr$4sl$1@build.eclipse.org...
> Note to self:
> Never ever again shall I use windows explorer's unzip function. I
> re-extracted the package with 7zip and now it works.

This is a very good rule :-)
Previous Topic:Trouble Creating Runnable JAR File
Next Topic:How to disable Javascript validation in Helios J2EE IDE
Goto Forum:
  


Current Time: Wed Sep 25 09:09:16 GMT 2024

Powered by FUDForum. Page generated in 0.06086 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top