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 248815

Summary: ClassNotFoundException: org.netbeans.api.java.source.CompilationInfo
Product: java Reporter: tbrunhoff <tbrunhoff>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal CC: athompson, terje7601
Priority: P1    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213599
Bug Depends on: 248073    
Bug Blocks: 248324, 248327, 248331, 248342, 248373, 248376, 248405, 248417, 248430, 248439, 248450, 248451, 248537, 248694, 248703, 248705, 248731, 248733, 248734    
Attachments: stacktrace

Description tbrunhoff 2014-11-21 18:10:16 UTC
Build: NetBeans IDE Dev (Build 201411170001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: starting the ide.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.api.java.source.CompilationInfo
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 tbrunhoff 2014-11-21 18:10:17 UTC
Created attachment 150615 [details]
stacktrace
Comment 2 Svata Dedic 2014-11-24 11:46:44 UTC
Caused by mismatch between autoupdated modules and the downloadable dev distribution
Comment 3 Svata Dedic 2014-11-28 09:32:56 UTC
Should be fixed; jet-main finally propagates to silver automatically (with the fixes)
Comment 4 Svata Dedic 2014-12-01 12:31:50 UTC
*** Bug 248869 has been marked as a duplicate of this bug. ***