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 113622 - Exception on Summary for HeapDump from JBoss
Summary: Exception on Summary for HeapDump from JBoss
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-23 16:12 UTC by Alexander Kouznetsov
Modified: 2007-10-01 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (792 bytes, text/plain)
2007-08-23 16:12 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-08-23 16:12:02 UTC
Product Version: NetBeans IDE Dev (Build 200708150158) 
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 
System: SunOS version 5.10 running on sparc; ISO8859-1; en_US (nb)

Steps to reproduce:
- Take a Heap Dump and open it
- RESULT: The following exception. No summary is shown.
java.lang.AssertionError
	at com.sun.tools.profiler.heap.HprofProxy.getProperties(HprofProxy.java:33)
        ...
Comment 1 Alexander Kouznetsov 2007-08-23 16:12:39 UTC
Created attachment 47185 [details]
Exception
Comment 2 Tomas Hurka 2007-08-23 19:09:21 UTC
Can you attach heap dump, which caused this exception?
Comment 3 Tomas Hurka 2007-08-23 20:04:19 UTC
This is caused by heap dump from JBoss, which replaces java.util.Properies instance in System.props by instance of org.jboss.util.property.ProperyMap
Comment 4 Tomas Hurka 2007-08-23 21:26:47 UTC
Fixed in trunk.
Comment 5 Alexander Kouznetsov 2007-10-01 15:25:52 UTC
Verified with 20071001