facebook

XML Editor fails to load

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #233666 Reply

    Josh Richau
    Member

    Hi,
    I am using my eclipse core 3.9.211 and eclipse version 3.1.0

    When I try to opne XML files, I get the error pasted at the bottom of this message. This is consistent among files I just created and ones I have had around for a while. This is the first time I am firing up the XML editor since I upgraded to this configuration.

    Any thoughts?
    Thanks!
    Josh

    java.lang.NoClassDefFoundError: com/genuitec/eclipse/core/A/B
    at org.xmen.xml.SchemaCache.<init>(Unknown Source)
    at org.xmen.xml.SchemaCache.getInstance(Unknown Source)
    at org.xmen.xml.Namespace.<init>(Unknown Source)
    at org.xmen.internal.ui.text.XMLReconciler.ā(Unknown Source)
    at org.xmen.internal.ui.text.XMLReconciler.createTree(Unknown Source)
    at org.xmen.ui.XMLDocumentProvider.createDocument(Unknown Source)
    at org.eclipse.ui.editors.text.FileDocumentProvider.createElementInfo(FileDocumentProvider.java:679)
    at org.eclipse.ui.texteditor.AbstractDocumentProvider.connect(AbstractDocumentProvider.java:398)
    at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:3008)
    at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:173)
    at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1303)
    at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:262)
    at org.eclipse.ui.texteditor.AbstractTextEditor$16.run(AbstractTextEditor.java:2360)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
    at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:624)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:621)
    at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2134)
    at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:2378)
    at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:2405)
    at org.xmen.ui.text.XMLTextEditor.init(Unknown Source)
    at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:773)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:572)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched
    (snip…)

    #233671

    Josh Richau
    Member

    I’ll add to this, this seems to have had something to do with having more than one XML editor defined. I managed to open the file up now but I would guess it is an installation problem…

    #233686

    Scott Anderson
    Participant

    This seems to be a problem with an upgraded installation. For missing class issues like this, you need to start with a fresh Eclipse 3.1 installation and install a new download of MyEclipse to use it. It appears from the message you’re environment is trying to load old classes and is generally “confused”.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: XML Editor fails to load

You must be logged in to post in the forum log in