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 170082 - NoClassDefFoundError: org/netbeans/modules/html/editor/gsf/embedding/HtmlEmbeddingModel
Summary: NoClassDefFoundError: org/netbeans/modules/html/editor/gsf/embedding/HtmlEmbe...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-08 17:12 UTC by Exceptions Reporter
Modified: 2009-09-25 14:49 UTC (History)
4 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter: 151422


Attachments
stacktrace (4.25 KB, text/plain)
2009-08-08 17:12 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-08-08 17:12:52 UTC
Build: NetBeans IDE Dev (Build 200908071401)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06, Java(TM) SE Runtime Environment, 1.6.0_01-b06
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/html/editor/gsf/embedding/HtmlEmbeddingModel
        at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:0)
        at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:240)
        at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:294)
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:224)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:0)
Comment 1 Exceptions Reporter 2009-08-08 17:12:57 UTC
Created attachment 85993 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-08-08 17:13:03 UTC
This issue already has 8 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=151422
Comment 3 mslama 2009-08-10 13:09:26 UTC
I cannot find HtmlEmbeddingModel.java in our repo. It looks like some 3rd party module depends on old gsf module. It
might be org.netbeans.modules.php.prado.
Comment 4 mslama 2009-08-10 13:41:23 UTC
IMO prado plugin supports only NB 6.5. In NB 6.5 source there is
html.editor/src/org/netbeans/modules/html/editor/gsf/embedding/HtmlEmbeddingModel.java but it was removed in NB 6.7.
Passing to html.editor for evaluation.
Comment 5 Marek Fukala 2009-08-17 14:08:19 UTC
PradoHtmlEmbeddingModel extends HtmlEmbeddingModel which is already removed. The current state of the prado module is
that it cannot even compile against current trunk. The already installed plugins causes this error when netbeans is
upgraded I guess. Not fix for that, just remove the plugin when working with nb >= 6.7. Prado module should be updated.
Comment 6 Tomas Mysik 2009-08-17 14:40:51 UTC
Petře, could you please have a look at it? Apparently, you have some Prado users!
Comment 7 rmatous 2009-09-25 14:49:31 UTC
Prado support for > 6.5 => RFE