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 117863 - "Failed to lookup cached class" error when profiling NetBeans
Summary: "Failed to lookup cached class" error when profiling NetBeans
Status: RESOLVED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 00:51 UTC by lhilden2
Modified: 2009-09-18 11:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (Thanks for responding so quickly!) (627.09 KB, text/plain)
2007-10-05 18:03 UTC, lhilden2
Details
messages.log for the Eclipse profiling case (16.00 KB, text/plain)
2008-03-01 19:26 UTC, jplremotejava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lhilden2 2007-10-05 00:51:32 UTC
I'm getting hundreds of messages that look like this when I try to do an analyze memory profile on an ATG Dynamo server
application running on Windows 2003, JDK 1.5.0_13 using the Netbeans IDE 6.0 Beta 1 Windows 32-bit remote pack.  None of
these classes show up in the live results.  

I'm showing only a very small subset of the messages I get from common open source and even some from java, but I see
lots of these messages from our own application classes as well.

Profiler Agent Warning: Failed to lookup cached class org/apache/xml/MapItem
Profiler Agent Warning: Failed to lookup cached class net/sf/ehcache/Element
Profiler Agent Warning: Failed to lookup cached class org/quartz/impl/jdbcjobstore/JobStoreSupport$38
Profiler Agent Warning: Failed to lookup cached class org/quartz/impl/jdbcjobstore/JobStoreSupport$40
Profiler Agent Warning: Failed to lookup cached class org/quartz/spi/TriggerFiredBundle
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/WSDDTypeMapping
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/WSDDArrayMapping
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/WSDDOperation
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/WSDDParameter
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/encoding/ser/EnumSerializer
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/encoding/ser/EnumDeserializer
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/WSDDProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/providers/WSDDJavaRPCProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/providers/WSDDJavaMsgProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/providers/WSDDHandlerProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/providers/WSDDJavaEJBProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/providers/WSDDComProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/providers/WSDDBsfProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/providers/WSDDJavaCORBAProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/deployment/wsdd/providers/WSDDJavaRMIProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/providers/BasicProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/providers/java/JavaProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/providers/java/RPCProvider
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/handlers/soap/SOAPService
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/utils/ClassUtils$1
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/utils/cache/JavaClass
Profiler Agent Warning: Failed to lookup cached class org/apache/axis/wsdl/Skeleton
Profiler Agent Warning: Failed to lookup cached class javax/xml/rpc/server/ServiceLifecycle
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/index/IndexReader
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/store/Directory
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/store/FSDirectory
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/util/Constants
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/store/Lock
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/store/FSDirectory$1
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/store/Lock$With
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/index/IndexReader$1
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/index/IndexWriter
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/index/SegmentInfos
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/store/InputStream
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/store/FSInputStream
Profiler Agent Warning: Failed to lookup cached class org/apache/lucene/store/FSInputStream$Descriptor
Profiler Agent Warning: Failed to lookup cached class javax/jms/ObjectMessage
Profiler Agent Warning: Failed to lookup cached class javax/jms/TopicPublisher
Comment 1 Tomas Hurka 2007-10-05 09:00:57 UTC
It looks like your setup is somehow broken. Please attach message.log so we can try to find out what is wrong.
Comment 2 lhilden2 2007-10-05 18:03:56 UTC
Created attachment 50279 [details]
messages.log (Thanks for responding so quickly!)
Comment 3 lhilden2 2007-10-11 23:30:25 UTC
Any progress on hunting this issue down?  Is there anything I can do to help like get you more information?

I'm stuck using Netbeans Profiler 5.5.1 running the JFluid 1.4.2 JVM in order to capture all
the classes, but the 1.4.2 JVM is buggy and I tend to run into other issues like Issue 58804 that are
not going to be fixed.

Comment 4 Alexander Kouznetsov 2007-10-12 12:07:53 UTC
Removing INCOMPLETE keyword due to user answer
Comment 5 Jiri Sedlacek 2007-11-05 12:09:13 UTC
I'm still not able to reproduce the described problem with other applications/servers.

I've tried to download evaluation version of the server but I wasn't successful even after registering to ATG. Could you
please try to provide some reproducible scenario without using the server or point me to a location from evaluation eval
copy of the server can be obtained?
Comment 6 jplremotejava 2008-03-01 19:24:28 UTC
I believe I have the same problem while trying to profile an Eclipse workbench (running jdk 1.6.0_04, Linux, using 
dynamic attachment). The profiled application's console output contains messages as shown below. I'm going to attach 
the messages.log separately. I can reliably reproduce this problem, so if you have suggestions on what to check, I can 
provide more information. You might also try profiling an Eclipse 3.3.1.1 instance yourself to reproduce this. I also 
noticed that the org.eclipse.* classes that I excluded using a custom filter still do appear in the Live Profiling 
Results, which might be also related to this problem.

Profiler Agent: JNI On Load Initializing...
Profiler Agent: JNI OnLoad Initialized succesfully
Profiler Agent: Waiting for connection on port 5140 (Protocol version: 8)
Profiler Agent: Established local connection with the tool
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent Warning: Failed to lookup cached class org/eclipse/core/runtime/ILog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/osgi/framework/log/FrameworkLogEntry
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart2
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart3
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/part/IWorkbenchPartOrientation
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/part/WorkbenchPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IViewPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/part/ViewPart
Profiler Agent Warning: Failed to lookup cached class de/dgrid/wisent/gridftp/gui/GridFTPClientMainView
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchSite
Profiler Agent Warning: Failed to lookup cachProfiler Agent: 250 classes cached.
ed class org/eclipse/ui/IWorkbenchPartSite
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IViewSite
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/SubActionBars
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/ViewActionBars
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/events/FocusListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/events/KeyListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Button
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/ColumnViewer
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/AbstractTreeViewer
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/TreeViewer
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Tree
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/util/IOpenEventListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/IFontProvider
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/IColorProvider
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/ViewerSorter
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Table
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/ViewPane$PaneMenuManager
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/resource/ImageDataImageDescriptor
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$5
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchPage$15
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$14
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PageListenerList$3
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList$5
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$17
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/r33/DefaultTabFolder
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/presentations/IPresentablePart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/util/AbstractTabItem
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/util/WidgetTabItem
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/custom/CTabItem
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$7
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgeProfiler Agent: 250 classes cached.
ts/Sash
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PageListenerList$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/ISaveablePart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/registry/IActionSet
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/SubActionBars2
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$19
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$20
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$21
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Workbench$61
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/intro/IntroContentDetector
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/graphics/Region
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Workbench$54Profiler Agent: 250 classes 
cached.
Profiler Agent: 250 classes cached.
Profiler Agent: Redefining 100 classes at idx 0, out of total 305 
Profiler Agent: Redefining 100 classes at idx 100, out of total 305 
Profiler Agent: Redefining 100 classes at idx 200, out of total 305 
Profiler Agent: Redefining 5 classes at idx 300, out of total 305 
Profiler Agent: Connection with agent closed
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 org/eclipse/core/runtime/jobs/MultiRule
Profiler Agent Warning: Failed to lookup cached class org/eclipse/core/internal/jobs/ThreadJob
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/internal/gtk/GdkEventMotion
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/internal/gtk/GdkEventKey
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Text
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Semaphore
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/dialogs/IconAndMessageDialog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/dialogs/MessageDialog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/CustomHashtable$HashMapEntry
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IViewPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$5
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/ViewerSorter
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$7
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/CustomHashtable$HashMapEntry
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchSite
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/internal/gtk/GdkEventKey
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/ViewPane$PaneMenuManager
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/intro/IntroContentDetector
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/util/AbstractTabItem
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$19
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/SubActionBars
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IViewSite
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$20
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPartSite
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/AbstractTreeViewer
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart3
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/r33/DefaultTabFolder
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Tree
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/events/FocusListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$14
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/events/KeyListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PageListenerList$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchPage$15
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/util/IOpenEventListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/osgi/framework/log/FrameworkLogEntry
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Sash
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/resource/ImageDataImageDescriptor
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/TreeViewer
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$17
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList$5
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/dialogs/IconAndMessageDialog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/SubActionBars2
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/dialogs/MessageDialog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Workbench$61
Profiler Agent Warning: Failed to lookup cached class org/eclipse/core/internal/jobs/ThreadJob
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Text
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/util/WidgetTabItem
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Semaphore
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart2
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/part/IWorkbenchPartOrientation
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/presentations/IPresentablePart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$21
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/part/ViewPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/core/runtime/ILog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/registry/IActionSet
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Button
Profiler Agent Warning: Failed to lookup cached class de/dgrid/wisent/gridftp/gui/GridFTPClientMainView
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Workbench$54
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/IFontProvider
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/ViewActionBars
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Table
Profiler Agent Warning: Failed to lookup cached class org/eclipse/core/runtime/jobs/MultiRule
Profiler Agent Warning: Failed to Profiler Agent: Redefining 100 classes at idx 0, out of total 382 
Profiler Agent: Redefining 100 classes at idx 100, out of total 382 
Profiler Agent: Redefining 100 classes at idx 200, out of total 382 
Profiler Agent: Redefining 82 classes at idx 300, out of total 382 
Profiler Agent: Redefining 100 classes at idx 0, out of total 381 
Profiler Agent: Redefining 100 classes at idx 100, out of total 381 
Profiler Agent: Redefining 100 classes at idx 200, out of total 381 
Profiler Agent: Redefining 81 classes at idx 300, out of total 381 
Profiler Agent: Connection with agent closed
Profiler Agent: Waiting for connection on port 5140 (Protocol version: 8)
Profiler Agent: Established local connection with the tool
lookup cached class org/eclipse/swt/internal/gtk/GdkEventMotion
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/IColorProvider
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/graphics/Region
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PageListenerList$3
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/part/WorkbenchPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/ColumnViewer
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/custom/CTabItem
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/ISaveablePart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IViewPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$5
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/ViewerSorter
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$7
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/CustomHashtable$HashMapEntry
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchSite
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/internal/gtk/GdkEventKey
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/ViewPane$PaneMenuManager
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/intro/IntroContentDetector
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/util/AbstractTabItem
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$19
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/SubActionBars
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IViewSite
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$20
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPartSite
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/AbstractTreeViewer
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart3
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/r33/DefaultTabFolder
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Tree
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/events/FocusListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$14
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/events/KeyListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList2$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PageListenerList$1
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchPage$15
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/util/IOpenEventListener
Profiler Agent Warning: Failed to lookup cached class org/eclipse/osgi/framework/log/FrameworkLogEntry
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Sash
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/resource/ImageDataImageDescriptor
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/TreeViewer
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$17
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/PartListenerList$5
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/dialogs/IconAndMessageDialog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/SubActionBars2
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/dialogs/MessageDialog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Workbench$61
Profiler Agent Warning: Failed to lookup cached class org/eclipse/core/internal/jobs/ThreadJob
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Text
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/presentations/util/WidgetTabItem
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Semaphore
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/IWorkbenchPart2
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/part/IWorkbenchPartOrientation
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/presentations/IPresentablePart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/WorkbenchWindow$21
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/part/ViewPart
Profiler Agent Warning: Failed to lookup cached class org/eclipse/core/runtime/ILog
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/registry/IActionSet
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Button
Profiler Agent Warning: Failed to lookup cached class de/dgrid/wisent/gridftp/gui/GridFTPClientMainView
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/Workbench$54
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/IFontProvider
Profiler Agent Warning: Failed to lookup cached class org/eclipse/ui/internal/ViewActionBars
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/widgets/Table
Profiler Agent Warning: Failed to lookup cached class org/eclipse/core/runtime/jobs/MultiRule
Profiler Agent Warning: Failed to lookup cached class org/eclipse/swt/internal/gtk/GdkEventMotion
Profiler Agent Warning: Failed to lookup cached class org/eclipse/jface/viewers/IColorProvider
ProfileProfiler Agent: Redefining 100 classes at idx 0, out of total 382 
Profiler Agent: Redefining 100 classes at idx 100, out of total 382 
Profiler Agent: Redefining 100 classes at idx 200, out of total 382 
Profiler Agent: Redefining 82 classes at idx 300, out of total 382 
Profiler Agent: 250 classes cached.
Comment 7 jplremotejava 2008-03-01 19:26:02 UTC
Created attachment 57606 [details]
messages.log for the Eclipse profiling case
Comment 8 mariadavydova 2008-09-23 15:17:29 UTC
any update on this issue?
Comment 9 matusdekanek 2009-09-18 11:13:44 UTC
Without requested information for long time - closing INVALID. We can't do anything in this case. Reporter, if you 
encounter this again, please reopen.
Thanks in advance.