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 162225 - 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-08 14:32 UTC by Erno Mononen
Modified: 2009-04-10 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148964


Attachments
stacktrace (881 bytes, text/plain)
2009-04-08 14:32 UTC, Erno Mononen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2009-04-08 14:32:21 UTC
Build: NetBeans IDE Dev (Build 090408)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
emononen: Stopped profiling an nb module (in the middle of the build)



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.classfile.ClassRepository.initClassPaths(ClassRepository.java:409)
        at org.netbeans.modules.profiler.NetBeansProfiler.cleanupBeforeProfiling(NetBeansProfiler.java:1842)
        at org.netbeans.modules.profiler.NetBeansProfiler.access$2500(NetBeansProfiler.java:157)
        at org.netbeans.modules.profiler.NetBeansProfiler$3.doInBackground(NetBeansProfiler.java:1064)
Comment 1 Erno Mononen 2009-04-08 14:32:43 UTC
Created attachment 79735 [details]
stacktrace
Comment 2 Tomas Hurka 2009-04-10 10:08:12 UTC
Already reported and fixed.

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