]
Denis Golovin reassigned JBIDE-18920:
-------------------------------------
Resolution: (was: Duplicate Issue)
Assignee: Denis Golovin
NullPointerException in "Check installation for Early
Access"
-------------------------------------------------------------
Key: JBIDE-18920
URL:
https://issues.jboss.org/browse/JBIDE-18920
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: central
Affects Versions: 4.3.0.Alpha1
Environment: Fedora 20 / Open JDK 7x / 86_64
Running from development environment
Reporter: Denis Golovin
Assignee: Denis Golovin
This exception should not happen in normal installation, but in case it is would be good
to check profile instance for null and warn that something is really wrong with eclipse
configuration and suggest what should be done to fix it.
{code}!ENTRY org.eclipse.core.jobs 4 2 2014-12-10 08:39:21.139
!MESSAGE An internal error occurred during: "Check installation for Early
Access".
!STACK 0
java.lang.NullPointerException
at
org.jboss.tools.central.installation.InstallationChecker.getUnits(InstallationChecker.java:105)
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:571)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55){code}