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 - ClassNotFoundException: org.netbeans.modules.html.editor.spi.embedding.JsEmbeddingProviderPlugin
Summary: ClassNotFoundException: org.netbeans.modules.html.editor.spi.embedding.JsEmbe...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P1 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
: 267216 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-07-19 08:55 UTC by amobilia
Modified: 2016-08-04 14:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225304


Attachments
stacktrace (7.19 KB, text/plain)
2016-07-19 08:55 UTC, amobilia
Details
Exemple file (3.83 KB, application/octet-stream)
2016-07-20 08:23 UTC, amobilia
Details

Note You need to log in before you can comment on or make changes to this bug.
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.