]
Radosław Józwik commented on JBIDE-18420:
-----------------------------------------
I can confirm it's fixed. Thanks. :)
NPE with "Refreshing Process Information" message
-------------------------------------------------
Key: JBIDE-18420
URL:
https://issues.jboss.org/browse/JBIDE-18420
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Environment: arch = x86_64, os = Windows 7
Reporter: Radosław Józwik
Assignee: Rob Stryker
Priority: Minor
Fix For: 4.2.0.CR2
I got NPE when clicking on a server in Servers view. This happens only once after Eclipse
starts. Running Eclipse with -clean command line swith didn't help. I'm running
4.2.0.Nightly and updating frequently.
Details from error log:
- message: An internal error occurred during: "Refreshing Process
Information".
- stack trace:
java.lang.NullPointerException
at
org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore(ProcessInformationStore.java:96)
at
org.jboss.tools.jmx.local.ProcessInformationStore.refreshProcessInformationStore(ProcessInformationStore.java:66)
at
org.jboss.tools.jmx.local.ProcessInformationStore$1.run(ProcessInformationStore.java:140)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)