- This topic has 2 replies, 3 voices, and was last updated 13 years, 11 months ago by Tom Todaro.
-
AuthorPosts
-
Chris KujawaMemberI am attempting to profile a project using visual VM and only ever seem to get the errors I’ve pasted below. https://visualvm.dev.java.net/issues/show_bug.cgi?id=345 indicates the “Failed to lookup cached class” message has been fixed in VisualVM 1.1.2, but even when I attempt to use that particular version in stand-alone mode, I get the crash. Any suggestions/advice would be appreciated, though for now I’m unloading visualvm and going to attempt to use TPTP because I need to get to the bottom of a memory leak in short order.
Profiler Agent: Waiting for connection on port 5140 (Protocol version: 8) Profiler Agent: Established local connection with the tool Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor16 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor15 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor3 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor5 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor12 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor13 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedConstructorAccessor1 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor24 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor25 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor11 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor20 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor1 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor18 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor14 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor4 Profiler Agent Warning: Failed to lookup cached class com/sun/jmx/remote/internal/PRef Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor19 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor17 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor23 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor2 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor6 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor10 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor9 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor7 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor21 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor22 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor8 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor16 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor15 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor13 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedConstructorAccessor1 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor24 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor25 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor11 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor20 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor18 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor14 Profiler Agent Warning: Failed to lookup cached class com/sun/jmx/remote/internal/PRef*** Profiler engine warning: class sun.reflect.GeneratedConstructorAccessor5 that should be instrumented is not loaded by target VM *** Requested classloader: sun.reflect.DelegatingClassLoader@ab627a, its class = class sun.reflect.DelegatingClassLoader, index = 180, hashcode = 11231866 *** Profiler engine warning: target VM cannot load class to instrument sun.reflect.GeneratedConstructorAccessor5 *** probably it has been unloaded recently *** Profiler engine warning: class sun.reflect.GeneratedConstructorAccessor3 that should be instrumented is not loaded by target VM *** Requested classloader: sun.reflect.DelegatingClassLoader@2e983d, its class = class sun.reflect.DelegatingClassLoader, index = 26, hashcode = 3053629 *** Profiler engine warning: target VM cannot load class to instrument sun.reflect.GeneratedConstructorAccessor3 *** probably it has been unloaded recently *** Profiler engine warning: class sun.reflect.GeneratedConstructorAccessor6 that should be instrumented is not loaded by target VM *** Requested classloader: sun.reflect.DelegatingClassLoader@196a298, its class = class sun.reflect.DelegatingClassLoader, index = 181, hashcode = 26649240 *** Profiler engine warning: target VM cannot load class to instrument sun.reflect.GeneratedConstructorAccessor6 *** probably it has been unloaded recently *** Profiler engine warning: class sun.reflect.GeneratedConstructorAccessor4 that should be instrumented is not loaded by target VM *** Requested classloader: sun.reflect.DelegatingClassLoader@84c5ae, its class = class sun.reflect.DelegatingClassLoader, index = 174, hashcode = 8701358 *** Profiler engine warning: target VM cannot load class to instrument sun.reflect.GeneratedConstructorAccessor4 *** probably it has been unloaded recently *** Profiler engine warning: class sun.reflect.GeneratedConstructorAccessor2 that should be instrumented is not loaded by target VM *** Requested classloader: sun.reflect.DelegatingClassLoader@1a2f02e, its class = class sun.reflect.DelegatingClassLoader, index = 172, hashcode = 27455534 *** Profiler engine warning: target VM cannot load class to instrument sun.reflect.GeneratedConstructorAccessor2 *** probably it has been unloaded recently # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d9bd1ff, pid=3636, tid=4112 # # JRE version: 6.0_20-b02 # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing windows-x86 ) # Problematic frame: # V [jvm.dll+0x10d1ff] # # An error report file with more information is saved as: # C:\Documents and Settings\ckujawa\workspace\swk data merge (migration phase 2)\hs_err_pid3636.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Profiler Agent: JNI On Load Initializing... Profiler Agent: JNI OnLoad Initialized succesfully Profiler Agent: Redefining 100 classes at idx 0, out of total 1223 Profiler Agent: Redefining 100 classes at idx 100, out of total 1223 Profiler Agent: Redefining 100 classes at idx 200, out of total 1223 Profiler Agent: Redefining 100 classes at idx 300, out of total 1223 Profiler Agent: Redefining 100 classes at idx 400, out of total 1223 Profiler Agent: Redefining 100 classes at idx 500, out of total 1223 Profiler Agent: Redefining 100 classes at idx 600, out of total 1223 Profiler Agent: Redefining 100 classes at idx 700, out of total 1223 Profiler Agent: Redefining 100 classes at idx 800, out of total 1223 Profiler Agent: Redefining 100 classes at idx 900, out of total 1223 Profiler Agent: Redefining 100 classes at idx 1000, out of total 1223 Profiler Agent: Redefining 100 classes at idx 1100, out of total 1223 Profiler Agent: Redefining 23 classes at idx 1200, out of total 1223 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor19 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor17 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor23 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor10 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor9 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor21 Profiler Agent Warning: Failed to lookup cached class sun/reflect/GeneratedSerializationConstructorAccessor22
support-shaliniMemberckujawa,
Can you give some more information on this?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. Can you share your project? You can send a mail to support@genuitec.com with the project attached. Please add ATTN:Shalini in the subject and refer to this post.
Please list out the steps in detail to replicate your issue. This will help me replicate the issue internally.
Tom TodaroParticipantI get the exact same error. When I used to use VisualVM as a standalone product with Eclipse, it worked. Ever since it was incorporated into Eclipse, I’ve had nothing but problems. The app starts up OK, but once I start to do something, it crashes.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (sharedRuntime.cpp:877), pid=4348, tid=5212
# Error: guarantee((retry_count++ < 100),”Could not resolve to latest version of redefined method”)
#
# JRE version: 6.0_22-b04
# Java VM: Java HotSpot(TM) Client VM (17.1-b03 mixed mode, sharing windows-x86 )
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#————— T H R E A D —————
Current thread (0x03010800): JavaThread “AWT-EventQueue-1” [_thread_in_vm, id=5212, stack(0x05e60000,0x05eb0000)]
Stack: [0x05e60000,0x05eb0000], sp=0x05eae3d4, free space=13805eae3e4k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x1fd0f0]
V [jvm.dll+0xa45c8]
V [jvm.dll+0x1abfdd]
V [jvm.dll+0x1ac3d1]
v ~RuntimeStub::resolve_opt_virtual_call
J sun.swing.DefaultLookup.get(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;)Ljava/lang/Object;
j sun.swing.DefaultLookup.getBorder(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;Ljavax/swing/border/Border;)Ljavax/swing/border/Border;+3
j sun.swing.DefaultLookup.getBorder(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;)Ljavax/swing/border/Border;+4
j javax.swing.DefaultListCellRenderer.getNoFocusBorder()Ljavax/swing/border/Border;+7
j javax.swing.DefaultListCellRenderer.<init>()V+11
j javax.swing.DefaultListCellRenderer$UIResource.<init>()V+1
j javax.swing.plaf.basic.BasicLookAndFeel$2.createValue(Ljavax/swing/UIDefaults;)Ljava/lang/Object;+4
J javax.swing.UIDefaults.getFromHashtable(Ljava/lang/Object;)Ljava/lang/Object;
J javax.swing.UIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
J javax.swing.MultiUIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
j javax.swing.UIManager.get(Ljava/lang/Object;)Ljava/lang/Object;+4
j javax.swing.plaf.basic.BasicListUI.installDefaults()V+58
j javax.swing.plaf.basic.BasicListUI.installUI(Ljavax/swing/JComponent;)V+75
j javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V+135
j javax.swing.JList.setUI(Ljavax/swing/plaf/ListUI;)V+2
j javax.swing.JList.updateUI()V+8
j javax.swing.JList.<init>(Ljavax/swing/ListModel;)V+92
j cc.gammasoft.date.PickerPopup.<init>(Lcc/gammasoft/date/AbstractCalendarView;Ljavax/swing/JComboBox;)V+57
j cc.gammasoft.date.DatePicker.<init>(Ljava/text/SimpleDateFormat;Ljava/util/Calendar;Lcc/gammasoft/date/AbstractCalendarView;)V+131
j cc.gammasoft.date.DatePicker.<init>(Ljava/text/SimpleDateFormat;Ljava/util/Calendar;)V+20
j cc.gammasoft.date.DatePicker.<init>(Ljava/text/SimpleDateFormat;)V+3
j com.ibi.widgets.adapters.CalendarAdapter.<init>()V+41
v ~StubRoutines::call_stub
V [jvm.dll+0xf3a9c]
V [jvm.dll+0x186591]
V [jvm.dll+0xf3b1d]
V [jvm.dll+0x1a0e8b]
V [jvm.dll+0x1a1a48]
V [jvm.dll+0x11f4fb]
C [java.dll+0x713b]
j sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
J sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
j java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+100
j com.ibi.widgets.adapters.WidgetAdapter.loadAdapter(Ljava/lang/String;)Lcom/ibi/widgets/adapters/WidgetAdapter;+73
j com.ibi.widgets.beans.specialized.panels.EntityXMLPanelFactory.build(Lcom/ibi/util/xml/EntityXMLElement;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;Lcom/ibi/util/widgets/EditManager;)Ljava/util/Collection;+296
j com.ibi.widgets.beans.specialized.panels.EntityXMLPanelFactory.buildPanels(Lcom/ibi/util/xml/EntityXMLElement;Ljava/util/Map;Lcom/ibi/util/widgets/EditManager;Z)Ljava/util/Collection;+267
j com.ibi.widgets.beans.specialized.panels.EntityXMLPanelFactory.buildPanels(Lcom/ibi/util/xml/EntityXMLElement;Z)Ljava/util/Collection;+5
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.createTabs(Lcom/ibi/util/xml/EntityXMLElement;Lcom/ibi/rules/widgets/BaseRuleEnforcer;Lcom/ibi/rules/widgets/BaseRuleEnforcer;Z)V+71
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.createTabs(Lcom/ibi/util/xml/EntityXMLElement;Lcom/ibi/rules/widgets/BaseRuleEnforcer;Lcom/ibi/rules/widgets/BaseRuleEnforcer;)V+5
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.showSelection(Z)V+410
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.showSelection()V+4
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.access$1(Lcom/ibi/widgets/frames/customersummary/CustomerSummaryPanel;)V+1
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel$TreeSelectionHandler.valueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+107
j javax.swing.JTree.fireValueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+35
j javax.swing.JTree$TreeSelectionRedirector.valueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+17
j javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+35
j javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Ljava/util/Vector;Ljavax/swing/tree/TreePath;)V+108
j javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths([Ljavax/swing/tree/TreePath;)V+510
j javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Ljavax/swing/tree/TreePath;)V+31
j javax.swing.JTree.setSelectionPath(Ljavax/swing/tree/TreePath;)V+5
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.setSelectionPath(Ljavax/swing/tree/DefaultMutableTreeNode;)V+68
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.selectNewHardware(Ljavax/swing/tree/DefaultMutableTreeNode;)V+12
j com.ibi.widgets.frames.customersummary.CustSummSwingModelMgr$ModelMgr.addLicenseNode(Lcom/ibi/util/xml/EntityXMLElement;)V+420
j com.ibi.widgets.frames.customersummary.CustSummSwingModelMgr.addLicenseNode(Lcom/ibi/util/xml/EntityXMLElement;)V+5
j com.ibi.widgets.ctx.customersummary.CustomerSummaryContext.load(Ljava/util/Collection;I)V+79
j com.ibi.widgets.ctx.customersummary.CustomerSummaryContext.load(Lcom/ibi/util/xml/EntityXMLElement;ZLcom/ibi/widgets/events/LicensesUnloadListener;)V+133
j com.ibi.widgets.ctx.customersummary.CustomerSummaryContext.load(Lcom/ibi/util/xml/EntityXMLElement;)V+134
j com.ibi.widgets.frames.orderq.OrderQSViewMgr.open()V+37
j com.ibi.widgets.frames.orderq.OrderQFrame$OrderMouseListener.mouseClicked(Ljava/awt/event/MouseEvent;)V+58
j java.awt.AWTEventMulticaster.mouseClicked(Ljava/awt/event/MouseEvent;)V+21
j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+74
j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+590
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+157
j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
J java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
V [jvm.dll+0xf3a9c]
V [jvm.dll+0x186591]
V [jvm.dll+0xf3c67]
V [jvm.dll+0xf3cdd]
V [jvm.dll+0x11da00]
V [jvm.dll+0x1e7004]
V [jvm.dll+0x185f3c]
C [msvcr71.dll+0x9565]
C [kernel32.dll+0xb699]Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~RuntimeStub::resolve_opt_virtual_call
J sun.swing.DefaultLookup.get(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;)Ljava/lang/Object;
j sun.swing.DefaultLookup.getBorder(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;Ljavax/swing/border/Border;)Ljavax/swing/border/Border;+3
j sun.swing.DefaultLookup.getBorder(Ljavax/swing/JComponent;Ljavax/swing/plaf/ComponentUI;Ljava/lang/String;)Ljavax/swing/border/Border;+4
j javax.swing.DefaultListCellRenderer.getNoFocusBorder()Ljavax/swing/border/Border;+7
j javax.swing.DefaultListCellRenderer.<init>()V+11
j javax.swing.DefaultListCellRenderer$UIResource.<init>()V+1
j javax.swing.plaf.basic.BasicLookAndFeel$2.createValue(Ljavax/swing/UIDefaults;)Ljava/lang/Object;+4
J javax.swing.UIDefaults.getFromHashtable(Ljava/lang/Object;)Ljava/lang/Object;
J javax.swing.UIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
J javax.swing.MultiUIDefaults.get(Ljava/lang/Object;)Ljava/lang/Object;
j javax.swing.UIManager.get(Ljava/lang/Object;)Ljava/lang/Object;+4
j javax.swing.plaf.basic.BasicListUI.installDefaults()V+58
j javax.swing.plaf.basic.BasicListUI.installUI(Ljavax/swing/JComponent;)V+75
j javax.swing.JComponent.setUI(Ljavax/swing/plaf/ComponentUI;)V+135
j javax.swing.JList.setUI(Ljavax/swing/plaf/ListUI;)V+2
j javax.swing.JList.updateUI()V+8
j javax.swing.JList.<init>(Ljavax/swing/ListModel;)V+92
j cc.gammasoft.date.PickerPopup.<init>(Lcc/gammasoft/date/AbstractCalendarView;Ljavax/swing/JComboBox;)V+57
j cc.gammasoft.date.DatePicker.<init>(Ljava/text/SimpleDateFormat;Ljava/util/Calendar;Lcc/gammasoft/date/AbstractCalendarView;)V+131
j cc.gammasoft.date.DatePicker.<init>(Ljava/text/SimpleDateFormat;Ljava/util/Calendar;)V+20
j cc.gammasoft.date.DatePicker.<init>(Ljava/text/SimpleDateFormat;)V+3
j com.ibi.widgets.adapters.CalendarAdapter.<init>()V+41
v ~StubRoutines::call_stub
j sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
J sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;
j java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+100
j com.ibi.widgets.adapters.WidgetAdapter.loadAdapter(Ljava/lang/String;)Lcom/ibi/widgets/adapters/WidgetAdapter;+73
j com.ibi.widgets.beans.specialized.panels.EntityXMLPanelFactory.build(Lcom/ibi/util/xml/EntityXMLElement;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;Lcom/ibi/util/widgets/EditManager;)Ljava/util/Collection;+296
j com.ibi.widgets.beans.specialized.panels.EntityXMLPanelFactory.buildPanels(Lcom/ibi/util/xml/EntityXMLElement;Ljava/util/Map;Lcom/ibi/util/widgets/EditManager;Z)Ljava/util/Collection;+267
j com.ibi.widgets.beans.specialized.panels.EntityXMLPanelFactory.buildPanels(Lcom/ibi/util/xml/EntityXMLElement;Z)Ljava/util/Collection;+5
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.createTabs(Lcom/ibi/util/xml/EntityXMLElement;Lcom/ibi/rules/widgets/BaseRuleEnforcer;Lcom/ibi/rules/widgets/BaseRuleEnforcer;Z)V+71
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.createTabs(Lcom/ibi/util/xml/EntityXMLElement;Lcom/ibi/rules/widgets/BaseRuleEnforcer;Lcom/ibi/rules/widgets/BaseRuleEnforcer;)V+5
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.showSelection(Z)V+410
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.showSelection()V+4
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.access$1(Lcom/ibi/widgets/frames/customersummary/CustomerSummaryPanel;)V+1
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel$TreeSelectionHandler.valueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+107
j javax.swing.JTree.fireValueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+35
j javax.swing.JTree$TreeSelectionRedirector.valueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+17
j javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Ljavax/swing/event/TreeSelectionEvent;)V+35
j javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Ljava/util/Vector;Ljavax/swing/tree/TreePath;)V+108
j javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths([Ljavax/swing/tree/TreePath;)V+510
j javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Ljavax/swing/tree/TreePath;)V+31
j javax.swing.JTree.setSelectionPath(Ljavax/swing/tree/TreePath;)V+5
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.setSelectionPath(Ljavax/swing/tree/DefaultMutableTreeNode;)V+68
j com.ibi.widgets.frames.customersummary.CustomerSummaryPanel.selectNewHardware(Ljavax/swing/tree/DefaultMutableTreeNode;)V+12
j com.ibi.widgets.frames.customersummary.CustSummSwingModelMgr$ModelMgr.addLicenseNode(Lcom/ibi/util/xml/EntityXMLElement;)V+420
j com.ibi.widgets.frames.customersummary.CustSummSwingModelMgr.addLicenseNode(Lcom/ibi/util/xml/EntityXMLElement;)V+5
j com.ibi.widgets.ctx.customersummary.CustomerSummaryContext.load(Ljava/util/Collection;I)V+79
j com.ibi.widgets.ctx.customersummary.CustomerSummaryContext.load(Lcom/ibi/util/xml/EntityXMLElement;ZLcom/ibi/widgets/events/LicensesUnloadListener;)V+133
j com.ibi.widgets.ctx.customersummary.CustomerSummaryContext.load(Lcom/ibi/util/xml/EntityXMLElement;)V+134
j com.ibi.widgets.frames.orderq.OrderQSViewMgr.open()V+37
j com.ibi.widgets.frames.orderq.OrderQFrame$OrderMouseListener.mouseClicked(Ljava/awt/event/MouseEvent;)V+58
j java.awt.AWTEventMulticaster.mouseClicked(Ljava/awt/event/MouseEvent;)V+21
j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+74
j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+590
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V
j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+157
j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
J java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub————— P R O C E S S —————
Java Threads: ( => current thread )
0x06098400 JavaThread “Image Fetcher 0” daemon [_thread_blocked, id=3004, stack(0x07a70000,0x07ac0000)]
0x05ee7000 JavaThread “Thread-15” daemon [_thread_blocked, id=4632, stack(0x07fc0000,0x08010000)]
0x02fabc00 JavaThread “Image Fetcher 1” daemon [_thread_blocked, id=4128, stack(0x07ac0000,0x07b10000)]
0x05edf800 JavaThread “CustomerTransactionMgrThread” [_thread_blocked, id=4288, stack(0x07f70000,0x07fc0000)]
0x05fa5c00 JavaThread “EntityTransactionMgrThread” [_thread_blocked, id=208, stack(0x07f20000,0x07f70000)]
0x05ff5800 JavaThread “Channel Reaper” daemon [_thread_blocked, id=328, stack(0x07a20000,0x07a70000)]
0x05ff7800 JavaThread “ORB STARTER” [_thread_blocked, id=4292, stack(0x067e0000,0x06830000)]
0x05ed1400 JavaThread “UICallbackThread” [_thread_blocked, id=3000, stack(0x06350000,0x063a0000)]
0x05eb2800 JavaThread “*** Profiler Agent Special Execution Thread 3” daemon [_thread_blocked, id=3892, stack(0x079d0000,0x07a20000)]
0x02f9b000 JavaThread “RMI TCP Connection(2)-172.30.230.74” daemon [_thread_in_native, id=4940, stack(0x07960000,0x079b0000)]
0x02b88800 JavaThread “*** Profiler Agent Special Execution Thread 6” daemon [_thread_blocked, id=5560, stack(0x068e0000,0x06930000)]
0x02b88400 JavaThread “*** JFluid Monitor thread ***” daemon [_thread_blocked, id=3832, stack(0x06890000,0x068e0000)]
0x05f11400 JavaThread “*** Profiler Agent Communication Thread” daemon [_thread_in_native, id=2276, stack(0x06840000,0x06890000)]
0x05f6f400 JavaThread “JMX server connection timeout 29” daemon [_thread_blocked, id=3416, stack(0x06790000,0x067e0000)]
0x02b49400 JavaThread “RMI Scheduler(0)” daemon [_thread_blocked, id=4736, stack(0x06740000,0x06790000)]
0x02b32400 JavaThread “RMI TCP Connection(3)-172.30.230.74” daemon [_thread_in_native, id=3220, stack(0x066f0000,0x06740000)]
0x02b47c00 JavaThread “RMI TCP Accept-0” daemon [_thread_in_native, id=3960, stack(0x06690000,0x066e0000)]
0x05f82c00 JavaThread “Thread-4” [_thread_blocked, id=4084, stack(0x06300000,0x06350000)]
0x03078400 JavaThread “Worker for ServerProtocol: (iiop) /0.0.0.0:2287” daemon [_thread_in_native, id=3768, stack(0x062b0000,0x06300000)]
=>0x03010800 JavaThread “AWT-EventQueue-1” [_thread_in_vm, id=5212, stack(0x05e60000,0x05eb0000)]
0x0300bc00 JavaThread “TimerQueue” daemon [_thread_blocked, id=3284, stack(0x05e10000,0x05e60000)]
0x03009c00 JavaThread “D3D Screen Updater” daemon [_thread_blocked, id=3800, stack(0x035c0000,0x03610000)]
0x003a7400 JavaThread “DestroyJavaVM” [_thread_blocked, id=2640, stack(0x008c0000,0x00910000)]
0x02fe6c00 JavaThread “AWT-EventQueue-0” [_thread_blocked, id=5112, stack(0x03410000,0x03460000)]
0x02fe3c00 JavaThread “thread applet-appCosmos.class” [_thread_blocked, id=6064, stack(0x033c0000,0x03410000)]
0x02f6c000 JavaThread “AWT-Windows” daemon [_thread_in_native, id=5936, stack(0x031a0000,0x031f0000)]
0x02f6b400 JavaThread “AWT-Shutdown” [_thread_blocked, id=5432, stack(0x03150000,0x031a0000)]
0x02f69000 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=3280, stack(0x03100000,0x03150000)]
0x02b0d800 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=2940, stack(0x02dc0000,0x02e10000)]
0x02b0ac00 JavaThread “CompilerThread0” daemon [_thread_blocked, id=2996, stack(0x02d70000,0x02dc0000)]
0x02b06000 JavaThread “Attach Listener” daemon [_thread_blocked, id=116, stack(0x02d20000,0x02d70000)]
0x02b04800 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=5756, stack(0x02cd0000,0x02d20000)]
0x02b01000 JavaThread “Finalizer” daemon [_thread_blocked, id=5868, stack(0x02c80000,0x02cd0000)]
0x02afc400 JavaThread “Reference Handler” daemon [_thread_blocked, id=4860, stack(0x02c30000,0x02c80000)]Other Threads:
0x02afac00 VMThread [stack: 0x02be0000,0x02c30000] [id=4816]
0x02b18800 WatcherThread [stack: 0x02e10000,0x02e60000] [id=5024]VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 17152K, used 704K [0x22990000, 0x23c20000, 0x27ee0000)
eden space 15296K, 4% used [0x22990000, 0x22a403d8, 0x23880000)
from space 1856K, 0% used [0x23880000, 0x23880000, 0x23a50000)
to space 1856K, 0% used [0x23a50000, 0x23a50000, 0x23c20000)
tenured generation total 37892K, used 21814K [0x27ee0000, 0x2a3e1000, 0x32990000)
the space 37892K, 57% used [0x27ee0000, 0x2942d818, 0x2942da00, 0x2a3e1000)
compacting perm gen total 20224K, used 20204K [0x32990000, 0x33d50000, 0x36990000)
the space 20224K, 99% used [0x32990000, 0x33d4b228, 0x33d4b400, 0x33d50000)
ro space 10240K, 54% used [0x36990000, 0x36f0c510, 0x36f0c600, 0x37390000)
rw space 12288K, 55% used [0x37390000, 0x37a2fb78, 0x37a2fc00, 0x37f90000)Dynamic libraries:
0x00400000 – 0x00424000 C:\Program Files\Java\jdk1.6.0_22\bin\javaw.exe
0x7c900000 – 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 – 0x7c8f5000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 – 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 – 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 – 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x7e410000 – 0x7e4a0000 C:\WINDOWS\system32\USER32.dll
0x77f10000 – 0x77f58000 C:\WINDOWS\system32\GDI32.dll
0x76390000 – 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x7c340000 – 0x7c396000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\msvcr71.dll
0x6d8a0000 – 0x6db47000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\client\jvm.dll
0x76b40000 – 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x6d850000 – 0x6d85c000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\verify.dll
0x6d3d0000 – 0x6d3ef000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\java.dll
0x6d330000 – 0x6d338000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\hpi.dll
0x76bf0000 – 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d890000 – 0x6d89f000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\zip.dll
0x6d0b0000 – 0x6d1fa000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\awt.dll
0x73000000 – 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x77c10000 – 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x774e0000 – 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x773d0000 – 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.dll
0x77f60000 – 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x5ad70000 – 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x6d2e0000 – 0x6d32f000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\fontmanager.dll
0x10000000 – 0x10007000 C:\Program Files\Logitech\MouseWare\System\LgWndHk.dll
0x74720000 – 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
0x755c0000 – 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x4fdd0000 – 0x4ff76000 C:\WINDOWS\system32\d3d9.dll
0x03230000 – 0x03236000 C:\WINDOWS\system32\d3d8thk.dll
0x77c00000 – 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x6d6b0000 – 0x6d6c3000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\net.dll
0x71ab0000 – 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 – 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d6d0000 – 0x6d6d9000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\nio.dll
0x033b0000 – 0x033bb000 C:\Program Files\Common Files\Logitech\Scrolling\LgMsgHk.dll
0x76080000 – 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
0x03460000 – 0x0349e000 C:\Program Files\Portrait Displays\Pivot Software\winphook.dll
0x77120000 – 0x771ab000 C:\WINDOWS\system32\OLEAUT32.DLL
0x7c9c0000 – 0x7d1d6000 C:\WINDOWS\system32\shell32.dll
0x71a50000 – 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 – 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 – 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 – 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 – 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x662b0000 – 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 – 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x6d4f0000 – 0x6d515000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\jpeg.dll
0x6d370000 – 0x6d38a000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\instrument.dll
0x6d600000 – 0x6d609000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\management.dll
0x0ffd0000 – 0x0fff8000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 – 0x76a73000 C:\WINDOWS\system32\USERENV.dll
0x5b860000 – 0x5b8b4000 C:\WINDOWS\system32\netapi32.dll
0x76d60000 – 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
0x76d40000 – 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 – 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 – 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
0x76b20000 – 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x76e80000 – 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x71bf0000 – 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
0x77920000 – 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x6d7a0000 – 0x6d7a6000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\rmi.dll
0x06830000 – 0x06838000 D:\Program Files\Genuitec\Common\plugins\com.genuitec.eclipse.visualvm.binary_8.5.0.me201003052220\visualvm\profiler3\lib\deployed\jdk16\windows\profilerinterface.dll
0x6d830000 – 0x6d838000 C:\Program Files\Java\jdk1.6.0_22\jre\bin\sunmscapi.dll
0x77a80000 – 0x77b14000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 – 0x77b32000 C:\WINDOWS\system32\MSASN1.dllVM Arguments:
jvm_args: -Djava.security.policy=java.policy.applet -Dmeprofiler.settings=D:/Cosmos/.myeclipse/profiler/Cosmos.xml -Dfile.encoding=Cp1252
java_command: sun.applet.AppletViewer appCosmos1292000299181.html
Launcher Type: SUN_STANDARDEnvironment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_13
PATH=D:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client;D:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;C:\Program Files\Java\jdk1.6.0_13\bin;C:\Program Files\ATI Technologies\ATI.ACE;C:\Program Files\IBM\Personal Communications;C:\Program Files\IBM\Trace Facility;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Java\jdk1.6.0_13\jre\bin\client;D:\Program Files\Microsoft SQL Server\90\DTS\Binn;D:\Program Files\Microsoft SQL Server\90\Tools\binn;D:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies;C:\Program Files\ZANTAZ\EAS Client;C:\Program Files\ZANTAZ\EAS Client\
USERNAME=tt10219
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 5, GenuineIntel————— S Y S T E M —————
OS: Windows XP Build 2600 Service Pack 2
CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 6 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3
Memory: 4k page, physical 3143208k(1338264k free), swap 4556716k(2818004k free)
vm_info: Java HotSpot(TM) Client VM (17.1-b03) for windows-x86 JRE (1.6.0_22-b04), built on Sep 15 2010 00:56:36 by “java_re” with MS VC++ 7.1 (VS2003)
time: Fri Dec 10 11:59:56 2010
elapsed time: 97 seconds -
AuthorPosts