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 262955

Summary: ClassNotFoundException: org.netbeans.modules.html.editor.spi.embedding.JsEmbeddingProviderPlugin
Product: platform Reporter: amobilia
Component: Module SystemAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal CC: markiewb
Priority: P1    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter: 225304
Attachments: stacktrace
Exemple file

Description amobilia 2016-07-19 08:55:18 UTC
This issue was reported manually by amobilia.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-250-on-20151009)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
amobilia: Open a file containing mixed content (PHP / HTML)




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.html.editor.spi.embedding.JsEmbeddingProviderPlugin
   at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Comment 1 amobilia 2016-07-19 08:55:19 UTC
Created attachment 160443 [details]
stacktrace
Comment 2 amobilia 2016-07-20 08:19:31 UTC
*** Bug 267216 has been marked as a duplicate of this bug. ***
Comment 3 amobilia 2016-07-20 08:20:39 UTC
NetBeans IDE Build 201607200002
Comment 4 amobilia 2016-07-20 08:23:08 UTC
Created attachment 161343 [details]
Exemple file

Open the file => error message
Change the file and try to save => unable to save (error, error, error, ...)
Comment 5 Tomas Hurka 2016-08-04 14:14:55 UTC
Please delete NetBeans dev. build and install the latest one. This should fix this problem.