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.
>
> 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" method="getheadlines"
> returnVariable="newsfeed"
> url="http://p.moreover.com/cgi-local/page?c=GMO%20news&o=rss002";
> type="Rss">
>
> <cfif IsQuery(Newsfeed)>
>  <P>
>    <cfoutput>
>    <font size="2">6 of #newsfeed.recordcount# articles
> displayed.<br><br>
>    </cfoutput>
>     <cfoutput query="newsfeed" maxrows="6">
>       <a href="#link#" target="_blank">#title#</a><br>
>          #left(description,150)#<br><br>
>     </cfoutput>
>   </P></font>
> <cfelse>
>   An error occured.<br>
>   <cfoutput>#newsfeed#</cfoutput>
> </cfif>
> <cfcatch type="any">
> <cfoutput>
> #cfcatch.Detail#<br />
>
> #cfcatch.Message#<br />
> #cfcatch.Type#<br />
>
> News is unavailable.
> </cfoutput>
> </cfcatch>
> </cftry>
>
> Thanks!
> --------------------------------------------------------
>
>
> Eric J. Hoffman
> Managing Partner
> 2081 Industrial Blvd
> StillwaterMN55082
> mail: [EMAIL PROTECTED]
> www: http://www.ejhassociates.com
> tel: 651.717.4105
> fax: 651.717.4115
> mob: 651.245.2717
>
> --------------------------------------------------------
>
> This message contains confidential information and is intended only for 
> [EMAIL PROTECTED] If you are not cf-talk@houseoffusion.com you should not 
> disseminate, distribute or copy this e-mail. Please notify [EMAIL PROTECTED] 
> immediately by e-mail if you have received this e-mail by mistake and delete 
> this e-mail from your system. E-mail transmission cannot be guaranteed to be 
> secure or error-free as information could be intercepted, corrupted, lost, 
> destroyed, arrive late or incomplete, or contain viruses. Eric J. Hoffman 
> therefore does not accept liability for any errors or omissions in the 
> contents of this message, which arise as a result of e-mail transmission. If 
> verification is required please request a hard-copy version.
> --------------------------------------------------------
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238529
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to