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 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.java.ap...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-30 13:56 UTC by homberghp
Modified: 2017-12-30 13:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231295


Attachments
stacktrace (5.12 KB, text/plain)
2017-12-30 13:57 UTC, homberghp
Details

Note You need to log in before you can comment on or make changes to this bug.
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