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 268558

Summary: NoClassDefFoundError: org/netbeans/lib/nbjavac/services/NBMessager
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: SourceAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: abobaker, ikaldiaz, javatlacati, jonycus, mkhramov, tveimo
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226795
Attachments: stacktrace

Description Exceptions Reporter 2016-10-17 12:19:54 UTC
This bug was originally marked as duplicate of bug 257082, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201609060002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
jonycus: opening a package of just built project

tveimo: expanding java node in projects explorer

GUEST: Opening any java file causes this error

GUEST: <lonly open i can read the problem>

mkhramov: Occurs on open project

GUEST: please check

GUEST: netbeans restart

tveimo: scrolling the projects navigator

GUEST: Updated netbeans and restarted. The error occured during initial startup and scanning of my projects




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/lib/nbjavac/services/NBMessager
   at org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:869)
   at org.netbeans.modules.java.source.parsing.JavacParser.createJavacTask(JavacParser.java:735)
   at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.getJavacTask(CompilationInfoImpl.java:397)
   at org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:604)
   at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:384)
   at org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:109)
Comment 1 Exceptions Reporter 2016-10-17 12:19:56 UTC
Created attachment 162527 [details]
stacktrace