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 75305 - SAXParseException on IDE startup
Summary: SAXParseException on IDE startup
Status: RESOLVED DUPLICATE of bug 75283
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-20 20:21 UTC by _ pcw
Modified: 2006-04-24 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2006-04-20 20:21:22 UTC
I just updated my dev build -- new sources, cleaned, new userdir.  I get the
following exception on startup of the IDE.  This did not happen yesterday, so
it's new.

[Fatal Error] rss20.xml:138:28: The entity "eacute" was referenced, but not
declared.
INFORMATIONAL *********** Exception occurred ************ at 12:17 PM on Apr 20,
2006
Annotation: Parse error in file http://planetnetbeans.org/rss20.xml line 138
column 28 (PUBLIC null)
org.xml.sax.SAXParseException: The entity "eacute" was referenced, but not declared.
        at
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:264)
        at
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:292)
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:146)
        at
org.netbeans.modules.welcome.content.RSSFeed.buildHtmlNodeList(RSSFeed.java:93)
[catch] at org.netbeans.modules.welcome.content.RSSFeed$Reload.run(RSSFeed.java:106)
Comment 1 _ pcw 2006-04-21 14:03:57 UTC
This doesn't seem to cause any trouble so I downgraded to P3.  Maybe it's a
proxyserver issue too.
Comment 2 Marian Mirilovic 2006-04-24 12:49:26 UTC

*** This issue has been marked as a duplicate of 75283 ***