[jbosstools-issues] [JBoss JIRA] (JBIDE-18542) NPE during "Check installation for Early Access"

Rob Cernich (JIRA) issues at jboss.org
Thu Oct 9 14:52:11 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-18542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010382#comment-13010382 ] 

Rob Cernich commented on JBIDE-18542:
-------------------------------------

I think this is as simple as providing a null check where the exception occurs.  I suspect there isn't a family registered with the given ID, so there is no entry.  If you could tell me which plugin registers the extension corresponding to the earlyaccess ID, I can verify whether or not that plugin is actually installed in my environment.  (I have a minimal environment, which may not include all the central related plugins.)

> 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
>
> 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}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list