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 223694 - NullPointerException at org.netbeans.modules.profiler.NetBeansProfiler.attachToApp
Summary: NullPointerException at org.netbeans.modules.profiler.NetBeansProfiler.attach...
Status: RESOLVED DUPLICATE of bug 220484
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 07:26 UTC by Alniks
Modified: 2013-07-31 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196431


Attachments
stacktrace (475 bytes, text/plain)
2012-12-12 07:26 UTC, Alniks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alniks 2012-12-12 07:26:47 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.NetBeansProfiler.attachToApp(NetBeansProfiler.java:720)
   at org.netbeans.modules.profiler.nbimpl.NetBeansProfiler.attachToApp(NetBeansProfiler.java:112)
   at org.netbeans.modules.profiler.actions.ProfilingSupport$1.run(ProfilingSupport.java:309)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 Alniks 2012-12-12 07:26:48 UTC
Created attachment 129236 [details]
stacktrace
Comment 2 Tomas Hurka 2013-07-31 14:20:09 UTC
The real exception is this one:
java.lang.NullPointerException
	at org.netbeans.modules.profiler.stp.SelectProfilingTask.selectProfilingSettings(SelectProfilingTask.java:887)
	at org.netbeans.modules.profiler.stp.SelectProfilingTask.access$1100(SelectProfilingTask.java:128)
	at org.netbeans.modules.profiler.stp.SelectProfilingTask$14$1.run(SelectProfilingTask.java:1127)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
	at java.awt.EventQueue.access$000(EventQueue.java:101)
	at java.awt.EventQueue$3.run(EventQueue.java:666)
	at java.awt.EventQueue$3.run(EventQueue.java:664)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:158)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

*** This bug has been marked as a duplicate of bug 220484 ***