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 152241 - ClassNotFoundException: Cannot instantiate org.netbeans.modules.profiler.actions.ResetResultsAction for MultiFileObject@1f12809[Menu/Profile/org-netbeans-modules-profiler-actions-ResetResultsAction.in
Summary: ClassNotFoundException: Cannot instantiate org.netbeans.modules.profiler.acti...
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 21:41 UTC by Lukas Hasik
Modified: 2009-04-21 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 135651


Attachments
stacktrace (10.80 KB, text/plain)
2008-11-03 21:41 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2008-11-03 21:41:24 UTC
Build: NetBeans IDE Dev (Build 081103)
VM: Java HotSpot(TM) Client VM, 1.5.0_14-b03, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_14-b03
OS: Windows XP, 5.1, x86

User Comments:
lhasik: I built the IDE from fresh trunk sources and the exception appeared on ant tryme with fresh userdir

$hg tip
changeset:   107242:67f8fd0a52ec



Stacktrace: 
java.lang.ClassNotFoundException: Cannot instantiate org.netbeans.modules.profiler.actions.ResetResultsAction for MultiFileObject@1f12809[Menu/Profile/org-netbeans-modules-profiler-actions-ResetResultsAction.instance]
        at org.openide.loaders.InstanceSupport.instanceCreate(InstanceSupport.java:230)
        at org.openide.loaders.InstanceDataObject$Ser.instanceCreate(InstanceDataObject.java:1260)
        at org.openide.loaders.InstanceDataObject.instanceCreate(InstanceDataObject.java:749)
        at org.openide.loaders.FolderInstance.instanceForCookie(FolderInstance.java:548)
        at org.openide.loaders.FolderInstance$HoldInstance.instanceCreate(FolderInstance.java:1029)
        at org.openide.awt.MenuBar.allInstances(MenuBar.java:263)
Comment 1 Lukas Hasik 2008-11-03 21:41:34 UTC
Created attachment 73159 [details]
stacktrace
Comment 2 Petr Cyhelsky 2008-12-11 12:56:31 UTC
Lukas, can you still reproduce it, or was it just one time only exception?
Comment 3 Lukas Hasik 2008-12-11 14:02:52 UTC
no, I'm not able to reproduce it
Comment 4 Petr Cyhelsky 2008-12-11 17:20:05 UTC
I've experienced similar exception - the only difference seems to be, that the missing file was some action in cnd
module (Issue #155250), not action in profiler. I worked around it by clean&build of netbeans. There were similar
exceptions in the past, always involving some actions - maybe there is some common underlying problem. Can you remember
if this was also the case with you (not doing clean before building)?
Comment 5 Petr Cyhelsky 2009-04-21 15:46:34 UTC
One-time only exception without any steps to reproduce which was almost certainly not caused by anything profiler
related. => worksforme