Rss feed issue

2006-04-24 Thread Eric J. Hoffman
All our news feeds were working earlier today, and suddenly they went kaput. The feeds are up if I go directly to them. Cfcatch just tells me: java.lang.NullPointerException Here's the code...but I can't figure out what the next step is cftry cfinvoke component=GetNewsFeed

Re: Rss feed issue

2006-04-24 Thread Rob Wilkerson
You didn't give us much to work with. Looks like the problem is inside your component. The feed URL seems to work okay. On 4/24/06, Eric J. Hoffman [EMAIL PROTECTED] wrote: All our news feeds were working earlier today, and suddenly they went kaput. The feeds are up if I go directly to them.

RE: Rss feed issue

2006-04-24 Thread Eric J. Hoffman
24, 2006 11:09 AM To: CF-Talk Subject: Re: Rss feed issue You didn't give us much to work with. Looks like the problem is inside your component. The feed URL seems to work okay. On 4/24/06, Eric J. Hoffman [EMAIL PROTECTED] wrote: All our news feeds were working earlier today, and suddenly

Re: Rss feed issue

2006-04-24 Thread Rob Wilkerson
Not sure what to tell you. I usually get null pointer exceptions when the constructor for a custom java class fails. My first thought would be that something changed in the feed definition XML and maybe it's throwing off the selected items. Clearly something changed between the time it worked

Re: Rss feed issue

2006-04-24 Thread Rob Wilkerson
Another thought might be that the descriptions (titles, too) within the feed do not appear to be in a CDATA block. If there are invalid characters in there then that might affect how the XML is processed. Just a thought. ~|

RE: Rss feed issue

2006-04-24 Thread Eric J. Hoffman
. -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Monday, April 24, 2006 2:13 PM To: CF-Talk Subject: Re: Rss feed issue Not sure what to tell you. I usually get null pointer exceptions when the constructor for a custom java class