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 270679

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.css.lib.ExtCss3Lexer
Product: web Reporter: dastanaron
Component: CSS Visual ToolsAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: dushevadnqka
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187229
Attachments: stacktrace

Description dastanaron 2017-05-18 14:13:36 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 10

User Comments:
dastanaron: '?>' - no comment

dushevadnqka: Very slow performance and unexpected stop working.




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.css.lib.ExtCss3Lexer
   at org.netbeans.modules.css.lib.nblexer.NbCss3Lexer.<init>(NbCss3Lexer.java:72)
   at org.netbeans.modules.css.lib.nblexer.CssLanguageHierarchy.createLexer(CssLanguageHierarchy.java:64)
   at org.netbeans.spi.lexer.LanguageHierarchy$Accessor.createLexer(LanguageHierarchy.java:378)
   at org.netbeans.lib.lexer.LexerInputOperation.<init>(LexerInputOperation.java:138)
   at org.netbeans.lib.lexer.TextLexerInputOperation.<init>(TextLexerInputOperation.java:76)
   at org.netbeans.lib.lexer.EmbeddedTokenList.createLexerInputOperation(EmbeddedTokenList.java:497)
Comment 1 dastanaron 2017-05-18 14:13:39 UTC
Created attachment 164349 [details]
stacktrace