]
Vlado Pakan closed JBIDE-20675.
-------------------------------
Not able to replicate with JBDS 9.0.0.CR1-v20150918-0257-B105 therefore closing
NPE in VmModelCache.cacheModel method
-------------------------------------
Key: JBIDE-20675
URL:
https://issues.jboss.org/browse/JBIDE-20675
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core, jmx
Affects Versions: 4.3.0.CR1
Reporter: Denis Golovin
Assignee: Rob Stryker
Labels: respin-a
Fix For: 4.3.0.CR1
Usually this exception pollutes eclipse log view during long eclipse session:
{code}ava.lang.NullPointerException
at
org.jboss.tools.common.jdt.debug.internal.VmModelCache.cacheModel(VmModelCache.java:62)
at
org.jboss.tools.common.jdt.debug.RemoteDebugActivator.getVmModel(RemoteDebugActivator.java:151)
at
org.jboss.tools.common.jdt.debug.RemoteDebugActivator.getVmModel(RemoteDebugActivator.java:156)
at
org.jboss.tools.jmx.jvmmonitor.internal.tools.JvmAttachHandler.updatesActiveJvms(JvmAttachHandler.java:107)
at
org.jboss.tools.jmx.jvmmonitor.internal.tools.JvmAttachHandler$1.run(JvmAttachHandler.java:78)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505){code}