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 66169 - ClassNotFoundException: org.netbeans.modules.profiler.actions.ProfileSingleActionPopup
Summary: ClassNotFoundException: org.netbeans.modules.profiler.actions.ProfileSingleAc...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 66170 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-06 21:06 UTC by didoblu
Modified: 2008-12-22 23:29 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description didoblu 2005-10-06 21:06:14 UTC
Annotation: From file: MultiFileObject@11d7bd5
[nbfs://nbhost/SystemFileSystem/Loaders/text/x-java/Actions/org-netbeans-
modules-profiler-actions-ProfileSingleActionPopup.instance]
java.lang.ClassNotFoundException: 
org.netbeans.modules.profiler.actions.ProfileSingleActionPopup
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:154)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at org.openide.loaders.InstanceSupport.findClass
(InstanceSupport.java:475)
	at org.openide.loaders.InstanceSupport.instanceClass
(InstanceSupport.java:125)
	at org.openide.loaders.InstanceDataObject$Ser.instanceClass
(InstanceDataObject.java:1164)
	at org.openide.loaders.InstanceDataObject.instanceClass
(InstanceDataObject.java:705)
	at org.openide.loaders.FolderInstance$HoldInstance.instanceClass
(FolderInstance.java:988)
	at org.openide.loaders.DataLdrActions.createInstance
(DataLdrActions.java:140)
	at org.openide.loaders.FolderInstance.defaultProcessObjects
(FolderInstance.java:736)
	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:68)
	at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:622)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:870)
Comment 1 Jan Chalupa 2005-10-07 13:35:28 UTC
Need more details:

What NetBeans build?
Have you re-installed NetBeans recently?
Do/did you have the Profiler pack installed?
Comment 2 Jan Chalupa 2005-10-07 14:50:22 UTC
*** Issue 66170 has been marked as a duplicate of this issue. ***
Comment 3 David Simonek 2005-10-10 09:56:24 UTC
Passing to profiler guys. I remember I passed similar issue a few days ago, but
I couldn't find it now, sorry.
Maybe related to profiler module install/uninstall? I don't know.
didoblu, please we need more information, see above.
Comment 4 didoblu 2005-10-10 12:34:11 UTC
I'm uses NetBeans release50_beta build
------------------
Number:   200509261930
Date:     ${buildday}
Branding:
Branch:   trunk
Tag:

I haven't re-installed it recentely, but I have installed the Profiller pack.
Comment 5 iformanek 2005-10-10 13:59:35 UTC
Do you have the profiler currently installed? I.e. do you have the Profile item 
in yout menu bar?
Comment 6 didoblu 2005-10-10 14:24:35 UTC
Yes, I have of Profile in my menu bar.
Comment 7 iformanek 2005-10-10 15:44:52 UTC
This bug may be caused by InstanceSupport in some way - note that the action is 
specified using instanceCreate referring to method 
AntActions.profileSinglePopup, whereas the ClassNotFoundException from the 
InstanceSupport is looking for ProfileSingleActionPopup, which is in fact the 
name of the item in the layer. Here is the corresponding section from the layer:

  <folder name="Loaders">
    <folder name="text">
      <folder name="x-java">
        <folder name="Actions">
          <file name="org-netbeans-modules-profiler-actions-
ProfileSingleActionPopup.instance">
            <attr name="instanceCreate" 
methodvalue="org.netbeans.modules.profiler.actions.AntActions.profileSinglePopup
"/>
          </file>
          <attr boolvalue="true" name="DebugFile.instance/org-netbeans-modules-
profiler-actions-ProfileSingleActionPopup.instance" />
          <attr boolvalue="true" name="org-netbeans-modules-profiler-actions-
ProfileSingleActionPopup.instance/java-project-separator-3.instance" />
        </folder>
      </folder>
    </folder>
  </folder>

Reassigning back to core, as there is nothing I can think of that I could do 
here.
Comment 8 Marian Mirilovic 2005-10-31 09:43:07 UTC
I think, it isn't incomplete any more. Reassigne to Yarda for evaluation. 

Yarda,
it's P1 ;( , feel free to reassigne ;)
Comment 9 Jan Chalupa 2005-10-31 09:57:46 UTC
didoblu, why do you believe this a P1 bug? Is it regularly reproducible? Does
the exception make the IDE unusable for you? Is any functionality missing or
seriously affected after the error occurs?
Comment 10 Jaroslav Tulach 2005-10-31 17:05:15 UTC
Please can you attach content of your userdir? List of file names is going to  
be enough. I guess "dir /s" is going to produce that. Usually the userdir is 
in .netbeans/_version_/config. 
 
Then reopen.