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 208253

Summary: NullPointerException at org.netbeans.modules.profiler.api.TaskConfigurator.configureAttachProfilerTask
Product: profiler Reporter: Exceptions Reporter <exceptions_reporter>
Component: BaseAssignee: J Bachorik <yardus>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: dzoudzou, komex, thurka
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 182558
Attachments: stacktrace

Description Exceptions Reporter 2012-02-10 14:10:29 UTC
This issue was reported manually by thurka.
It already has 3 duplicates 


Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Linux

User Comments:
GUEST: Clicking on "Attach Profiler"




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.api.TaskConfigurator.configureAttachProfilerTask(TaskConfigurator.java:114)
   at org.netbeans.modules.profiler.actions.ProfilingSupport.selectTaskForAttach(ProfilingSupport.java:160)
   at org.netbeans.modules.profiler.actions.ProfilingSupport$1.run(ProfilingSupport.java:239)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 Exceptions Reporter 2012-02-10 14:10:33 UTC
Created attachment 115585 [details]
stacktrace
Comment 2 J Bachorik 2012-03-19 13:49:16 UTC
This looks pretty much like a corrupt installation - the profiler.stp module has not been even loaded. Can you check with a correctly installed NB 7.1.1 and clean user dir?

Thanks
Comment 3 Tomas Hurka 2013-07-31 14:10:26 UTC
*** Bug 225515 has been marked as a duplicate of this bug. ***