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 82986 - ClassNotFoundException
Summary: ClassNotFoundException
Status: RESOLVED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: Other All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-18 13:52 UTC by neilhorn
Modified: 2007-08-13 16:57 UTC (History)
0 users

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 neilhorn 2006-08-18 13:52:19 UTC
When I try to open a file from the project pane I get this exception repeatedly:

[org.openide.loaders.DataLoader] *********** Exception occurred ************ at
8:45 AM on Aug 18, 2006
Annotation: From file:
MultiFileObject@a14b94[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:165)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at org.openide.loaders.InstanceSupport.findClass(InstanceSupport.java:481)
	at org.openide.loaders.InstanceSupport.instanceClass(InstanceSupport.java:131)
	at
org.openide.loaders.InstanceDataObject$Ser.instanceClass(InstanceDataObject.java:1176)
	at
org.openide.loaders.InstanceDataObject.instanceClass(InstanceDataObject.java:717)
	at
org.openide.loaders.FolderInstance$HoldInstance.instanceClass(FolderInstance.java:996)
	at org.openide.loaders.DataLdrActions.createInstance(DataLdrActions.java:146)
	at
org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:742)
	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:74)
	at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:628)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Jiri Sedlacek 2006-08-18 14:09:51 UTC
Do you have the Profiler (correctly) installed? It seems like the Profiler 
installation is corrupted and/or you are using old user directory with NetBeans 
without Profiler installed.
Comment 2 J Bachorik 2006-09-13 12:13:23 UTC
Please provide more details. The message.log would be great.
Comment 3 Jiri Sedlacek 2007-01-08 14:45:11 UTC
Seems like a corrupted Profiler installation, please reopen if you are able to 
reproduce and provide more details.