This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268738 - NullPointerException at net.sourceforge.jonbas.core.JMXDeployer$AsyncDeployer.run
Summary: NullPointerException at net.sourceforge.jonbas.core.JMXDeployer$AsyncDeployer...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-29 15:46 UTC by miguel_77
Modified: 2016-10-29 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227011


Attachments
stacktrace (427 bytes, text/plain)
2016-10-29 15:46 UTC, miguel_77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description miguel_77 2016-10-29 15:46:42 UTC
Build: NetBeans IDE 8.1 (Build 201511021428)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
miguel_77: programar




Stacktrace: 
java.lang.NullPointerException
   at net.sourceforge.jonbas.core.JMXDeployer$AsyncDeployer.run(JMXDeployer.java:778)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 miguel_77 2016-10-29 15:46:44 UTC
Created attachment 162682 [details]
stacktrace