Bug 350225 - NPE in Eclipse Provisioning Admin UI for Equinox 3.7.0
Summary: NPE in Eclipse Provisioning Admin UI for Equinox 3.7.0
Status: CLOSED DUPLICATE of bug 349500
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 critical with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2011-06-24 06:06 EDT by cyparu CLA
Modified: 2011-06-24 17:21 EDT (History)
1 user (show)

See Also:


Attachments
.log file showing the full exception (18.63 KB, text/plain)
2011-06-24 06:13 EDT, cyparu CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description cyparu CLA 2011-06-24 06:06:19 EDT
Build Identifier: R-3.7-201106131736 (equinox-p2-adminui)

Trying to play with the Equinox administrator UI so I downloaded the last version (equinox-p2-adminui-3.7-win32.zip) from Equinox Indigo/3.7 [under p2 Provisioning Tools]: http://download.eclipse.org/equinox/drops/R-3.7-201106131736/index.php. 

When launching the app, the "Profiles" view can't open due to a NPE exception:

java.lang.NullPointerException
	at org.eclipse.equinox.internal.p2.ui.admin.ProfilesView.addListeners(ProfilesView.java:85)
	at org.eclipse.equinox.internal.p2.ui.admin.ProvView.createPartControl(ProvView.java:73)
	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:375)
	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:229)
	at org.eclipse.ui.internal.WorkbenchPartReference.getPart...

The full log will be attached to the bug




Reproducible: Always

Steps to Reproduce:
1. Download the Win 32 package from http://download.eclipse.org/equinox/drops/R-3.7-201106131736/index.php. 
2. Expand and Run eclipse.exe
3. The "Profiles" view can't open, dispay a NPE Exception
Comment 1 cyparu CLA 2011-06-24 06:13:47 EDT
Created attachment 198513 [details]
.log file showing the full exception

"Profiles" view show this content
Could not create the view: An unexpected exception was thrown. [Details]
Comment 2 Pascal Rapicault CLA 2011-06-24 17:21:10 EDT
The download http://download.eclipse.org/equinox/drops/I20110621-1200/index.php has the fix.

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