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 - NullPointerException at org.netbeans.modules.profiler.api.TaskConfigurator.configureAttachProfilerTask
Summary: NullPointerException at org.netbeans.modules.profiler.api.TaskConfigurator.co...
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
: 225515 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-10 14:10 UTC by Exceptions Reporter
Modified: 2013-07-31 14:10 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182558


Attachments
stacktrace (504 bytes, text/plain)
2012-02-10 14:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***