Bug 13477 - Error in WelcomeParser.parse
Summary: Error in WelcomeParser.parse
Status: RESOLVED DUPLICATE of bug 13138
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 20:26 EDT by Kevin McGuire CLA
Modified: 2002-04-10 21:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McGuire CLA 2002-04-10 20:26:15 EDT
Got this self hosting off of today's build.

=============Console=============
Error in WelcomeParser.parse
Reason:
An exception occurred when parsing the welcome page


=============start of .log=============

<?xml version="1.0" encoding="UTF-8"?>
<log>
<log-entry date="Wed Apr 10 18:14:16 EDT 2002">
  <status
     plugin-id="org.eclipse.core.resources"
     severity="INFO"
     message="Error in WelcomeParser.parse"
     code="4">
  </status>
</log-entry>
<log-entry date="Wed Apr 10 18:14:16 EDT 2002">
  <status
     plugin-id="org.eclipse.ui"
     severity="ERROR"
     message="An exception occurred when parsing the welcome page"
     code="1">
    <exception
       message="The element type &quot;item&quot; must be terminated by the 
matching end-tag &quot;&lt;/item&gt;&quot;."
       trace="
org.xml.sax.SAXParseException: The element type &quot;item&quot; must be 
terminated by the matching end-tag &quot;&lt;/item&gt;&quot;.
	at org.apache.xerces.framework.XMLParser.reportError
(XMLParser.java:1196)
	at org.apache.xerces.framework.XMLDocumentScanner.reportFatalXMLError
(XMLDocumentScanner.java:579)
	at org.apache.xerces.framework.XMLDocumentScanner.abortMarkup
(XMLDocumentScanner.java:628)
	at 
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch
(XMLDocumentScanner.java:1136)
	at org.apache.xerces.framework.XMLDocumentScanner.parseSome
(XMLDocumentScanner.java:381)
	at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
	at org.eclipse.ui.internal.dialogs.WelcomeParser.parse
(WelcomeParser.java:219)
	at org.eclipse.ui.internal.dialogs.WelcomeEditor.read
(WelcomeEditor.java:491)
Comment 1 Nick Edgar CLA 2002-04-10 21:50:46 EDT

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