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 248272 - ClassNotFoundException: org.netbeans.api.java.source.CompilationInfo
Summary: ClassNotFoundException: org.netbeans.api.java.source.CompilationInfo
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 248020 248309 248325 248374 248582 248632 248655 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-30 09:03 UTC by adithyank
Modified: 2014-11-23 09:38 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212988


Attachments
stacktrace (4.65 KB, text/plain)
2014-10-30 09:03 UTC, adithyank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description adithyank 2014-10-30 09:03:32 UTC
Build: NetBeans IDE Dev (Build 201410190001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Linux

User Comments:
adithyank: wwhen ide opens




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.api.java.source.CompilationInfo
   at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 adithyank 2014-10-30 09:03:33 UTC
Created attachment 150164 [details]
stacktrace
Comment 2 Svata Dedic 2014-10-31 18:14:31 UTC
Does it happen every time with that build ? I downloaded it ((Build 201410190001) (#1a36a88050b6)), opened a random Java project and everything seems to work OK.

Did you download and install entire build, or was it an older one + autoupdated ?
Comment 3 Svata Dedic 2014-10-31 18:14:43 UTC
*** Bug 248309 has been marked as a duplicate of this bug. ***
Comment 4 Maksim Khramov 2014-10-31 19:26:05 UTC
Occurs with new build installed
Comment 5 Svata Dedic 2014-10-31 20:01:18 UTC
(In reply to Maksim Khramov from comment #4)
> Occurs with new build installed

Which build number ? Do you run with a fresh userdir, or import settings ?
Comment 6 Svata Dedic 2014-10-31 20:47:51 UTC
Reproduced. The automatic checking for updates downgrades some modules. Increasing spec versions in jet-main#ebf4072abcf2


As an immediate help, install NB again and disable checking for updates.
Comment 7 Svata Dedic 2014-10-31 20:49:53 UTC
*** Bug 248020 has been marked as a duplicate of this bug. ***
Comment 8 Svata Dedic 2014-10-31 20:50:11 UTC
*** Bug 248325 has been marked as a duplicate of this bug. ***
Comment 9 Maksim Khramov 2014-10-31 22:29:43 UTC
Build 201410310002 run with old user dir. Previous build was 201408100001 with all updates.
Comment 10 Svata Dedic 2014-11-06 10:37:49 UTC
*** Bug 248374 has been marked as a duplicate of this bug. ***
Comment 11 Chiana 2014-11-11 19:20:14 UTC
*** Bug 248582 has been marked as a duplicate of this bug. ***
Comment 12 Svata Dedic 2014-11-14 17:50:35 UTC
*** Bug 248655 has been marked as a duplicate of this bug. ***
Comment 13 Svata Dedic 2014-11-14 17:50:45 UTC
*** Bug 248632 has been marked as a duplicate of this bug. ***
Comment 14 Quality Engineering 2014-11-21 03:50:28 UTC
Integrated into 'main-silver', will be available in build *201411210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ebf4072abcf2
User: Svata Dedic <sdedic@netbeans.org>
Log: #248272: increased spec versions of modules that changed dependencies, round 2
Comment 15 Chiana 2014-11-23 09:38:25 UTC
Looks good so far...