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 262484 - When i start netbeans and have an opened css file i get this ClassNotFoundException..
Summary: When i start netbeans and have an opened css file i get this ClassNotFoundExc...
Status: RESOLVED INVALID
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-20 07:07 UTC by akobberup
Modified: 2016-06-29 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full log (165.06 KB, text/plain)
2016-06-20 09:04 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2016-06-20 07:07:10 UTC
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.modules.parsing.implspi.SourceControl$1
java.lang.ClassNotFoundException: Will not load class org.netbeans.modules.csl.spi.ParserResult arbitrarily from one of ModuleCL@7a056a1e[org.netbeans.modules.csl.types] and ModuleCL@70856c02[org.netbeans.modules.csl.api] starting from ModuleCL@7af63730[org.netbeans.modules.css.lib]; see http://wiki.netbeans.org/DevFaqModuleCCE
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:204)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Caused: java.lang.NoClassDefFoundError: org/netbeans/modules/csl/spi/ParserResult
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
	at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:311)
	at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:259)
Caused: java.lang.NoClassDefFoundError: org/netbeans/modules/csl/spi/ParserResult while loading org.netbeans.modules.css.lib.api.CssParserResult; see http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound
	at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:263)
	at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:187)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.netbeans.modules.css.lib.api.CssParserFactory.createParser(CssParserFactory.java:67)
	at org.netbeans.modules.css.editor.csl.CssLanguage.getParser(CssLanguage.java:138)
	at org.netbeans.modules.csl.core.Language.getParser(Language.java:289)
	at org.netbeans.modules.csl.core.GsfParserFactory.createParser(GsfParserFactory.java:76)
	at org.netbeans.modules.parsing.impl.SourceCache.getParser(SourceCache.java:202)
	at org.netbeans.modules.parsing.impl.SourceCache.createTasks(SourceCache.java:489)
	at org.netbeans.modules.parsing.impl.SourceCache.sourceModified(SourceCache.java:582)
	at org.netbeans.modules.parsing.impl.TaskProcessor.resetStateImpl(TaskProcessor.java:413)
	at org.netbeans.modules.parsing.implspi.SourceControl$1.run(SourceControl.java:89)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)



Using
Product Version: NetBeans IDE Dev (Build nbms-and-javadoc-501-on-20160603)
Updates: NetBeans IDE is updated to version NetBeans 8.1 Patch 1
Java: 1.8.0_92; Java HotSpot(TM) 64-Bit Server VM 25.92-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_92-b14
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
Comment 1 akobberup 2016-06-20 09:04:57 UTC
Created attachment 160096 [details]
Full log
Comment 2 Milutin Kristofic 2016-06-20 14:52:03 UTC
Hi, thanks for report, but your Netbeans IDE seems to be in bad state. You have dev version from 20160603 but with newer changes like csl.types which were included fourth of July. Maybe you can try clean dev build, or something like that. I don't see problems on my dev version.

Thanks.
Comment 3 akobberup 2016-06-22 08:43:22 UTC
Right you are - i had installed a newer version of nb but had retreated to the older version to see if that helped. It did not, but i then just up and made a clean install, and that solved the issue.

Thanks a lot for the help :)
Comment 4 Milutin Kristofic 2016-06-29 09:31:16 UTC
Thank you for closing this bug and great it works for you now.