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 271954

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation
Product: java Reporter: homberghp
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 231295
Attachments: stacktrace

Description homberghp 2017-12-30 13:56:20 UTC
Build: Apache NetBeans IDE Dev (Build 20171229-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Linux

User Comments:
homberghp: restarted netbeans dev with chacged jdk_home setting in .../etc/netbeans.conf




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation
   at org.netbeans.modules.java.api.common.classpath.ModuleClassPaths.createModuleInfoBasedPath(ModuleClassPaths.java:133)
   at org.netbeans.modules.java.api.common.classpath.MultiModuleClassPathProvider.lambda$getBootClassPath$16(MultiModuleClassPathProvider.java:447)
   at org.netbeans.modules.java.api.common.classpath.MultiModuleClassPathProvider$Cache.lambda$computeIfAbsentModule$3(MultiModuleClassPathProvider.java:884)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:188)
   at org.openide.util.Mutex.readAccess(Mutex.java:193)
   at org.netbeans.modules.java.api.common.classpath.MultiModuleClassPathProvider$Cache.computeIfAbsentModule(MultiModuleClassPathProvider.java:878)
Comment 1 homberghp 2017-12-30 13:57:13 UTC
Created attachment 165601 [details]
stacktrace