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 198235 - ClassNotFoundException: org.jboss.aop.pointcut.PointcutStats
Summary: ClassNotFoundException: org.jboss.aop.pointcut.PointcutStats
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-02 08:18 UTC by F_o_x_X
Modified: 2011-07-20 12:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177001


Attachments
stacktrace (2.92 KB, text/plain)
2011-05-02 08:18 UTC, F_o_x_X
Details

Note You need to log in before you can comment on or make changes to this bug.
Description F_o_x_X 2011-05-02 08:18:54 UTC
This issue was reported manually by mmirilovic.
It already has 32 duplicates 


Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

User Comments:
F_o_x_X: "Clean and Build" a project

averri: Debugging an application.




Stacktrace: 
java.lang.ClassNotFoundException: org.jboss.aop.pointcut.PointcutStats
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
   at org.jboss.aop.proxy.ProxyFactory.createProxyCtClass(ProxyFactory.java:139)
Comment 1 F_o_x_X 2011-05-02 08:18:58 UTC
Created attachment 108042 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-05-04 07:29:34 UTC
Bunch of 7.0beta2 reports. Nothing newer. Very likely problem with module dependencies.
Comment 3 Petr Hejl 2011-07-20 12:32:02 UTC
No new reports, closing as WORKSFORME.