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 161926 - NullPointerException at org.netbeans.lib.profiler.utils.MiscUtils.getClassPathFromManifest
Summary: NullPointerException at org.netbeans.lib.profiler.utils.MiscUtils.getClassPat...
Status: RESOLVED DUPLICATE of bug 161751
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 17:50 UTC by aongun
Modified: 2009-04-04 12:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148863


Attachments
stacktrace (1.14 KB, text/plain)
2009-04-03 17:50 UTC, aongun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aongun 2009-04-03 17:50:35 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows 2003, 5.2, x86

User Comments:
aongun: attempting to attach profiler to a local application.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.lib.profiler.utils.MiscUtils.getClassPathFromManifest(MiscUtils.java:365)
        at org.netbeans.lib.profiler.utils.MiscUtils.getPathComponents(MiscUtils.java:349)
        at org.netbeans.lib.profiler.utils.MiscUtils.getLiveClassPathSubset(MiscUtils.java:303)
        at org.netbeans.lib.profiler.ProfilerEngineSettings.setVMClassPaths(ProfilerEngineSettings.java:401)
        at org.netbeans.lib.profiler.ProfilerClient.setVMProperties(ProfilerClient.java:1420)
        at org.netbeans.lib.profiler.ProfilerClient.connectToServer(ProfilerClient.java:1637)
Comment 1 aongun 2009-04-03 17:50:46 UTC
Created attachment 79413 [details]
stacktrace
Comment 2 Tomas Hurka 2009-04-04 12:31:20 UTC
Already reported and fixed.

*** This issue has been marked as a duplicate of 161751 ***