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 254861 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.utils.cache.CndFileUtils
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.uti...
Status: RESOLVED DUPLICATE of bug 254862
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-30 17:51 UTC by Exceptions Reporter
Modified: 2015-08-31 08:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219446


Attachments
stacktrace (3.54 KB, text/plain)
2015-08-30 17:51 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-30 17:51:30 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-206-on-20150826)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>

I did three things then I started to get an exception error when I open the IDE. 
The first thing I did was run an update. 
The second thing I did was install a run terminal plugin.
The third thing I did was install a PHP plugin.  

After I restarted the program I uninstallled the PHP plugin but still had the
exception. See below. 

A java.util.prefs.BackingStoreException exception has occurred.




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.utils.cache.CndFileUtils
   at org.netbeans.modules.cnd.makeproject.MakeProject.createExtensionSet(MakeProject.java:644)
   at org.netbeans.modules.cnd.makeproject.MakeProject.<init>(MakeProject.java:181)
   at org.netbeans.modules.cnd.makeproject.MakeProjectTypeImpl.createProject(MakeProjectTypeImpl.java:149)
   at org.netbeans.modules.cnd.makeproject.MakeBasedProjectFactorySingleton.loadProject(MakeBasedProjectFactorySingleton.java:174)
   at org.netbeans.modules.projectapi.nb.NbProjectManager.createProject(NbProjectManager.java:401)
   at org.netbeans.modules.projectapi.nb.NbProjectManager.access$300(NbProjectManager.java:94)
Comment 1 Exceptions Reporter 2015-08-30 17:51:33 UTC
Created attachment 155760 [details]
stacktrace
Comment 2 Alexander Simon 2015-08-31 08:50:01 UTC

*** This bug has been marked as a duplicate of bug 254862 ***