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 155250 - ClassNotFoundException: org.netbeans.modules.cnd.refactoring.ui.RefactoringActionsProvider starting from SystemClassLoader[360 modules] with possible defining loaders [org.netbeans.StandardModule$OneM
Summary: ClassNotFoundException: org.netbeans.modules.cnd.refactoring.ui.RefactoringAc...
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-11 17:16 UTC by Petr Cyhelsky
Modified: 2009-02-19 20:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144114


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-12-11 17:16:32 UTC
Build: NetBeans IDE Dev (Build 081209)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: SunOS, 5.11, x86
User comments:  Launch IDE -> Exception occurred
I got the exception when i built nb without clean, when i build with clean than everything is ok

Info:

>Log Session: Tuesday, December 9, 2008 12:34:58 PM MSK
>System Info: 
  Product Version         = NetBeans IDE Dev (Build 081209)
  Operating System        = SunOS version 5.11 running on x86
  Java; VM; Vendor        = 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15; Sun M
icrosystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_10-b33
  Java Home               = /usr/jdk/jdk1.6.0_10/jre
  System Locale; Encoding = en (nb); ISO646-US

STACKTRACE: (first 10 lines)
java.lang.ClassNotFoundException: org.netbeans.modules.cnd.refactoring.ui.RefactoringActionsProvider starting from
SystemClassLoader[360 modules] with possible defining loaders
[org.netbeans.StandardModule$OneModuleClassLoader@1c5d81c[org.netbeans.modules.cnd.refactoring]] and declared parents
[org.netbeans.StandardModule$OneModuleClassLoader@6d8d73[org.netbeans.modules.dbapi],
org.netbeans.StandardModule$OneModuleClassLoader@5063a5[org.netbeans.modules.j2ee.persistence.kit],
org.netbeans.StandardModule$OneModuleClassLoader@93b59[org.netbeans.libs.ini4j],
org.netbeans.StandardModule$OneModuleClassLoader@373a9c[org.netbeans.modules.editor.lib],
org.netbeans.StandardModule$OneModuleClassLoader@1571dff[org.netbeans.modules.php.help],
org.netbeans.StandardModule$OneModuleClassLoader@3d2b3[org.netbeans.modules.html.editor],
org.netbeans.StandardModule$OneModuleClassLoader@6a00ca[org.netbeans.lib.uihandler],
org.netbeans.StandardModule$OneModuleClassLoader@16e588e[org.netbeans.modules.db.drivers], org.netbeans.Stan
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:254)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        at java.lang.Class.forName0(Class.java:0)
        at java.lang.Class.forName(Class.java:247)
        at org.openide.util.lookup.MetaInfServicesLookup.search(MetaInfServicesLookup.java:258)
        at org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:112)
        at org.openide.util.lookup.AbstractLookup$R.beforeLookup(AbstractLookup.java:1095)
        at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:653)
        at org.openide.util.lookup.ProxyLookup$R.computeResult(ProxyLookup.java:518)
Comment 1 Vladimir Voskresensky 2008-12-12 08:18:17 UTC
expected behavior and nothing is wrong here.
Class was moved from one package to another => clean should be used to fix linkage problems