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 172328 - NoClassDefFoundError: org/netbeans/lib/profiler/client/RuntimeProfilingPoint
Summary: NoClassDefFoundError: org/netbeans/lib/profiler/client/RuntimeProfilingPoint
Status: RESOLVED INCOMPLETE
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: 2009-09-15 20:44 UTC by thecontented
Modified: 2009-10-27 18:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145549


Attachments
stacktrace (1.80 KB, text/plain)
2009-09-15 20:44 UTC, thecontented
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thecontented 2009-09-15 20:44:34 UTC
Build: NetBeans IDE 6.5 (Build 090226)
VM: OpenJDK Client VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_0-b16
OS: Linux, 2.6.30.5-43.fc11.i586, i386

User Comments:
GUEST: Trying to profile my projects

GUEST: trying to use profiling points for the first time

GUEST: Could not launch profiler in Netbeans 6.5.

thecontented: I set up two profiling points in my active project (a java app), and chose the CPU profiling. (However, it's the same with memory profiling). The profiler then tried to connect to client, but failed. Meanwhile, an error popped up (as attached).

GUEST: Trying to run with a profiling point on a Suse linux box.



Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.lib.profiler.client.RuntimeProfilingPoint
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(AccessController.java:0)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Comment 1 thecontented 2009-09-15 20:44:48 UTC
Created attachment 87719 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-09-15 20:44:52 UTC
This issue already has 14 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=145549
Comment 3 Jiri Sedlacek 2009-10-27 18:34:20 UTC
Could you please try to profile your project using NetBeans IDE 6.7.1 / 6.8 Beta? From the logs it looks like only the
6.5 version is affected. Thanks!