Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336837 - NPE while installing with 3.7M5
Summary: NPE while installing with 3.7M5
Status: CLOSED DUPLICATE of bug 336469
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-10 11:21 EST by Andrew Overholt CLA
Modified: 2011-02-10 12:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Overholt CLA 2011-02-10 11:21:22 EST
Eclipse IDE for Java and Report Developers

Version: Indigo Release
Build id: 20110204-0611

Linux/Gtk x86_64

org.eclipse.equinox.p2.engine = 2.1.0.v20110122-2355

I selected as much as possible from the Indigo repository (http://download.eclipse.org/releases/indigo) and tried to install all of it.  Many IUs downloaded, and after a long time downloading, I got an error dialogue saying there was an NPE and this was in the terminal from which I launched Eclipse:

!ENTRY org.eclipse.core.jobs 4 2 2011-02-10 10:49:35.971
!MESSAGE An internal error occurred during: "Installing Software".
!STACK 0
java.lang.NullPointerException
	at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.restore(SimpleProfileRegistry.java:421)
	at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.getProfileMap(SimpleProfileRegistry.java:277)
	at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.internalGetProfile(SimpleProfileRegistry.java:238)
	at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.unlockProfile(SimpleProfileRegistry.java:816)
	at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:102)
	at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
	at org.eclipse.equinox.p2.operations.ProvisioningSession.performProvisioningPlan(ProvisioningSession.java:174)
	at org.eclipse.equinox.p2.operations.ProfileModificationJob.runModal(ProfileModificationJob.java:79)
	at org.eclipse.equinox.p2.operations.ProvisioningJob.run(ProvisioningJob.java:177)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 DJ Houghton CLA 2011-02-10 11:28:10 EST
Similar to bug 336469.
Comment 2 Andrew Overholt CLA 2011-02-10 12:40:28 EST
Sorry for the dupe, DJ.

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