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 268635 - NoClassDefFoundError: org/netbeans/lib/nbjavac/services/NBMessager
Summary: NoClassDefFoundError: org/netbeans/lib/nbjavac/services/NBMessager
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 19:26 UTC by Exceptions Reporter
Modified: 2017-01-13 00:14 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224058


Attachments
stacktrace (4.34 KB, text/plain)
2016-10-21 19:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-10-21 19:26:51 UTC
Build: NetBeans IDE Dev (Build 201609280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: Open IDE

almircampos: I update some plugins - there was a list of 10. When the system restarted the popup with the error showed up.

jonycus: first time building a Maven project i just opened

ikaldiaz: Error after update

GUEST: Update and restart NB

ivelissecruz: <Please provide a description of the problem or the steps to reproduce>

GUEST: Open Proyect IDE




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:761)
   at org.netbeans.modules.java.source.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:178)
   at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:280)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:161)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:298)
Comment 1 Exceptions Reporter 2016-10-21 19:26:53 UTC
Created attachment 162590 [details]
stacktrace