NPE during "Check installation for Early Access"
------------------------------------------------
Key: JBIDE-18542
URL:
https://issues.jboss.org/browse/JBIDE-18542
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.0.CR2
Reporter: Rob Cernich
Assignee: Mickael Istria
Priority: Minor
Fix For: 4.3.0.Alpha2
I got the following exception upon restart after updating to CR2 from the following site:
http://download.jboss.org/jbosstools/updates/staging/luna/
{noformat}
java.lang.NullPointerException
at
org.jboss.tools.central.installation.InstallationChecker.getUnits(InstallationChecker.java:99)
at
org.jboss.tools.central.installation.InstallationChecker.getEarlyAccessUnits(InstallationChecker.java:79)
at
org.jboss.tools.central.installation.InstallationChecker.hasEarlyAccess(InstallationChecker.java:72)
at
org.jboss.tools.central.editors.JBossCentralEditor$HeaderText$3.run(JBossCentralEditor.java:574)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{noformat}