Bug 75178 - Eclipse fails to restart after updating SDK
Summary: Eclipse fails to restart after updating SDK
Status: RESOLVED DUPLICATE of bug 74624
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 blocker (vote)
Target Milestone: 3.1 M2   Edit
Assignee: Platform-Update-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 75179 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-28 10:55 EDT by Paul Krause CLA
Modified: 2004-09-28 13:54 EDT (History)
0 users

See Also:


Attachments
error log up to failure (23.42 KB, text/plain)
2004-09-28 11:04 EDT, Paul Krause CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Krause CLA 2004-09-28 10:55:00 EDT
Error log contains

!ENTRY System Bundle 0 0 Sep 28, 2004 10:30:26.157
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: PackageAdmin.refreshPackages failed to 
complete
	at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta
(PackageAdminImpl.java:518)
	at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.refreshPackages
(PackageAdminImpl.java:352)
	at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run
(PackageAdminImpl.java:321)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.osgi.framework.BundleException: Internal Error in the OSGi 
framework. Please report this problem.
	at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.deleteRemovalPending
(PackageAdminImpl.java:157)
	at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta
(PackageAdminImpl.java:454)
	... 3 more
Root exception:
org.osgi.framework.BundleException: Internal Error in the OSGi framework. 
Please report this problem.
	at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.deleteRemovalPending
(PackageAdminImpl.java:157)
	at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.processDelta
(PackageAdminImpl.java:454)
	at 
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.refreshPackages
(PackageAdminImpl.java:352)
	at org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1.run
(PackageAdminImpl.java:321)
	at java.lang.Thread.run(Thread.java:595)

!ENTRY org.eclipse.osgi Sep 28, 2004 10:30:26.188
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run
(PlatformActivator.java:313)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
	at org.eclipse.core.launcher.Main.run(Main.java:644)
	at org.eclipse.core.launcher.Main.main(Main.java:628)
Comment 1 Paul Krause CLA 2004-09-28 11:02:04 EDT
*** Bug 75179 has been marked as a duplicate of this bug. ***
Comment 2 Paul Krause CLA 2004-09-28 11:04:14 EDT
Created attachment 14838 [details]
error log up to failure
Comment 3 Dorian Birsan CLA 2004-09-28 11:05:05 EDT
Did you get any connection errors?
I think you ran into bug 74624 which has just been fixed. Basically, on 
connection errors, when you retry installing, some plugins are incorrectly 
marked as installed, and the retry does not attempt to install them (even 
though those plugins are not installed).


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

*** This bug has been marked as a duplicate of 74624 ***
Comment 4 Dorian Birsan CLA 2004-09-28 11:07:32 EDT
the short term workaround is to download the 3.0.1 SDK build, and unzip its 
plugins and features folders on top of you current install.
Then re-start eclipse with -clean
Comment 5 Paul Krause CLA 2004-09-28 13:54:25 EDT
Thanks for the diagnosis and work-around.  Eclipse is up and running again.