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

Summary: NullPointerException at org.netbeans.lib.profiler.utils.MiscUtils.getClassPathFromManifest
Product: profiler Reporter: Erno Mononen <emononen>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=148964
Issue Type: DEFECT Exception Reporter: 148964
Attachments: stacktrace

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 ***