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 194863 - NoClassDefFoundError: org/netbeans/modules/web/common/api/WebPageMetadata
Summary: NoClassDefFoundError: org/netbeans/modules/web/common/api/WebPageMetadata
Status: RESOLVED DUPLICATE of bug 194819
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-30 07:42 UTC by Alniks
Modified: 2011-04-13 13:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176294


Attachments
stacktrace (2.19 KB, text/plain)
2011-01-30 07:42 UTC, Alniks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alniks 2011-01-30 07:42:34 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6515-on-110122)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
Alniks: when I try to edit .xhtml file in maven java ee 6 project




Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/web/common/api/WebPageMetadata
   at org.netbeans.modules.html.editor.gsf.HtmlHintsProvider.getWebPageMimeType(HtmlHintsProvider.java:530)
   at org.netbeans.modules.html.editor.gsf.HtmlHintsProvider.isErrorCheckingEnabledForMimetype(HtmlHintsProvider.java:413)
   at org.netbeans.modules.html.editor.gsf.HtmlHintsProvider.isErrorCheckingEnabled(HtmlHintsProvider.java:404)
   at org.netbeans.modules.html.editor.gsf.HtmlHintsProvider.computeErrors(HtmlHintsProvider.java:178)
   at org.netbeans.modules.csl.hints.GsfHintsProvider$2.run(GsfHintsProvider.java:323)
   at org.netbeans.modules.csl.hints.GsfHintsProvider$2.run(GsfHintsProvider.java:363)
Comment 1 Alniks 2011-01-30 07:42:38 UTC
Created attachment 105484 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-13 13:46:35 UTC

*** This bug has been marked as a duplicate of bug 194819 ***