Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JSP editor problem
JSP editor problem [message #502046] Fri, 04 December 2009 22:26 Go to next message
No real name is currently offline No real nameFriend
Messages: 3
Registered: December 2009
Junior Member
Hi,

I am using Eclipse 3.3.2

When I try to open a jsp file the jsp editor (open with -> JSP editor) I get a NoClassDefFoundError exception (see below).

When I open it with the text editor, the same exception shows up anytime I try to save the file.

I have re-installed WTP but it did not solve the problem.

My project is a dynamic web project. Do I need to add the JavaServer Faces facet? Any other facet?

Thanks in advance for any help.
Charles

===== Exception =====

java.lang.NoClassDefFoundError: org.eclipse.jst.jsp.core.internal.contentproperties.JSPFCont entProperties (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
at org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdap terImpl.getDefaultContentType(PageDirectiveAdapterImpl.java: 379)
at org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdap terImpl.getContentType(PageDirectiveAdapterImpl.java:365)
at org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryIm pl.getEmbeddedModelQuery(JSPModelQueryImpl.java:116)
at org.eclipse.jst.jsp.core.internal.modelquery.JSPModelQueryIm pl.getCMElementDeclaration(JSPModelQueryImpl.java:51)
at org.eclipse.wst.xml.core.internal.document.ElementImpl.getDe claration(ElementImpl.java:325)
at org.eclipse.wst.xml.core.internal.document.ElementImpl.isCon tainer(ElementImpl.java:783)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.in sertStartTag(XMLModelParser.java:1413)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.in sertStartTag(XMLModelParser.java:1506)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.in sertStructuredDocumentRegion(XMLModelParser.java:1516)
at org.eclipse.wst.xml.core.internal.document.XMLModelParser.re placeStructuredDocumentRegions(XMLModelParser.java:2356)
at org.eclipse.wst.xml.core.internal.document.DOMModelImpl.inte rnalSetNewDocument(DOMModelImpl.java:595)
at org.eclipse.wst.xml.core.internal.document.DOMModelImpl.setS tructuredDocument(DOMModelImpl.java:870)
at org.eclipse.wst.sse.core.internal.model.AbstractModelLoader. createModel(AbstractModelLoader.java:127)
at org.eclipse.wst.sse.core.internal.FileBufferModelManager.get Model(FileBufferModelManager.java:706)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl._ge tModelFor(ModelManagerImpl.java:393)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl.get ModelForEdit(ModelManagerImpl.java:1049)
at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(Struc turedTextEditor.java:2115)
at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(Abstract TextEditor.java:3003)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:369)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:313)
at org.eclipse.jface.window.ApplicationWindow$1.run(Application Window.java:758)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWi ndow.java:755)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow. java:2451)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(Ab stractTextEditor.java:3021)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTe xtEditor.java:3048)
at org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredT extEditor.java:2617)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:794)
at org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:643)
at org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:426)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:592)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:29 9)
at org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePart.java:179)
at org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(PresentablePartFolder.java:268)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(TabbedStackPresentation.java:400)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1209)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:16 04)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103 )
at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)



Re: JSP editor problem [message #502179 is a reply to message #502046] Mon, 07 December 2009 00:33 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4430
Registered: July 2009
Senior Member

c.dexter.ward@gmail.com wrote:
> Hi,
>
> I am using Eclipse 3.3.2
>
> When I try to open a jsp file the jsp editor (open with -> JSP editor) I
> get a NoClassDefFoundError exception (see below).
>
> When I open it with the text editor, the same exception shows up anytime
> I try to save the file.
>
> I have re-installed WTP but it did not solve the problem.
>
> My project is a dynamic web project. Do I need to add the JavaServer
> Faces facet? Any other facet?
>
> Thanks in advance for any help.
> Charles
>
> ===== Exception =====
>
> java.lang.NoClassDefFoundError:
> org.eclipse.jst.jsp.core.internal.contentproperties.JSPFCont
> entProperties (initialization failure)
> at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
> at org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdap
> terImpl.getDefaultContentType(PageDirectiveAdapterImpl.java: 379)
> at org.eclipse.jst.jsp.core.internal.document.PageDirectiveAdap

This almost universally means a broken installation. Did you
install this with 3.3.2 using the WTP update site, or using a Europa
package?

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: JSP editor problem [message #502386 is a reply to message #502179] Mon, 07 December 2009 23:04 Go to previous message
No real name is currently offline No real nameFriend
Messages: 3
Registered: December 2009
Junior Member
Might very well be, thanks for the tip.
Previous Topic:XML templates filtering by extension
Next Topic:Can I declare constraints for the same project-facet-version in different plugins?
Goto Forum:
  


Current Time: Thu Mar 28 18:53:03 GMT 2024

Powered by FUDForum. Page generated in 0.02944 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top