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

Summary: NullPointerException at org.netbeans.lib.profiler.utils.MiscUtils.getClassPathFromManifest
Product: profiler Reporter: aongun <aongun>
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=148863
Issue Type: DEFECT Exception Reporter: 148863
Attachments: stacktrace

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