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 268588 - NullPointerException at org.netbeans.api.extexecution.base.BaseExecutionService$2.call
Summary: NullPointerException at org.netbeans.api.extexecution.base.BaseExecutionServi...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-19 16:47 UTC by Alexander Simon
Modified: 2016-10-19 16:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226841


Attachments
stacktrace (604 bytes, text/plain)
2016-10-19 16:47 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-10-19 16:47:51 UTC
Build: NetBeans IDE 8.2 (Build 20161017-00542194f939)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: SunOS

User Comments:
alexvsimon: create groovy application




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:231)
   at org.netbeans.api.extexecution.base.BaseExecutionService$2.call(BaseExecutionService.java:198)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   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)
Comment 1 Alexander Simon 2016-10-19 16:47:52 UTC
Created attachment 162559 [details]
stacktrace