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 194040 - Error reading RSS feed during start
Summary: Error reading RSS feed during start
Status: RESOLVED DUPLICATE of bug 194248
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 7.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-05 10:19 UTC by defascat
Modified: 2011-11-16 16:40 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 defascat 2011-01-05 10:19:46 UTC
Product Version = NetBeans IDE Dev (Build 110105-5a3daf656d0e)
Operating System = Linux version 2.6.34.7-61.fc13.x86_64 running on amd64
Java; VM; Vendor = 1.6.0_18
Runtime = OpenJDK 64-Bit Server VM 14.0-b16

Exception in the log during start:
SEVERE [org.netbeans.modules.welcome.content.RSSFeed]: Line number:108
SEVERE [org.netbeans.modules.welcome.content.RSSFeed]: Column number:6
SEVERE [org.netbeans.modules.welcome.content.RSSFeed]: Public ID:null
SEVERE [org.netbeans.modules.welcome.content.RSSFeed]: System ID:null
SEVERE [org.netbeans.modules.welcome.content.RSSFeed]: Error message:The element type "item" must be terminated by the matching end-tag "</item>".
INFO: The element type "item" must be terminated by the matching end-tag "</item>".
org.xml.sax.SAXParseException: The element type "item" must be terminated by the matching end-tag "</item>".
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1234)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:525)
	at org.netbeans.modules.welcome.content.RSSFeed.buildItemList(RSSFeed.java:198)
[catch] at org.netbeans.modules.welcome.content.RSSFeed$Reload.run(RSSFeed.java:300)
Comment 1 Jiri Rechtacek 2011-02-11 16:13:00 UTC

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