Bug 386088 - Eclipse doesn't start! .Metadata doesn't help. An error has occured. See the log file
Summary: Eclipse doesn't start! .Metadata doesn't help. An error has occured. See the ...
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows Vista
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2012-07-26 17:46 EDT by Max Aigner CLA
Modified: 2012-08-10 13:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Aigner CLA 2012-07-26 17:46:50 EDT
Build Identifier: I20120608-1400


After installing an SVN extension to eclipse, it refuses to start.
Starting Eclipse abort directly after the loading-screen with the eclipse Logo. No Ide starts. the Logo disappears and an error message comes.

+------------------------------------------------------+
|Eclipse                                               |
|-------------------------------------------------------
| An error has occured. See the log file               |
| C:\users\...workspace\.metadata.log.                 |
|                                                      |
|                                           ok         |
+------------------------------------------------------+

deleting the .metadata file doesn't help
deleting the workspace doesn't help
starting eclipse with -clear doesn't help
rebooting doesn't help

------------------------------------------------
Logfile:.. -> first lines (it's very huge)
------------------------------------------------

!SESSION 2012-07-26 23:20:26.958 -----------------------------------------------
eclipse.buildId=I20120608-1400
java.version=1.7.0_05
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Command-line arguments:  -os win32 -ws win32 -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2012-07-26 23:20:30.626
!MESSAGE An error occurred while automatically activating bundle org.eclipse.core.net (43).
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.net.Activator.start() of bundle org.eclipse.core.net.
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
	at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
	at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
	at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:461)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.activateProxyService(IDEWorkbenchAdvisor.java:290)
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.postStartup(IDEWorkbenchAdvisor.java:270)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2503)
	at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:2386)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:583)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
	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)


.. .etc..

Reproducible: Always

Steps to Reproduce:
1. install ADT Android plugin (you may skip this)
2. install SVN from the native eclipse Juno. like here just for juno: http://javathreads.de/2009/07/subversion-unter-eclipse-galileo-konfigurieren/

3. install subclipse plugin http://subclipse.tigris.org/

create a SVN project (for android in my case) restart. eclipse is dead.
Comment 1 Paul Webster CLA 2012-07-26 19:37:28 EDT
Could you attach the log file it generated (it's missing the caused by which should explain what happened)?

PW
Comment 2 Paul Webster CLA 2012-08-10 13:54:22 EDT
Please re-open with the requested info.

PW