Re: Remote RSS Feeds

2008-09-03 Thread Barry Fawthrop
If it helps here is the 500 Error Message

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

org.apache.jasper.JasperException: java.lang.NullPointerException
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:418)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

root cause

java.lang.NullPointerException

com.sun.cnpi.rss.taglib.ForEachItemTag.doStartTag(ForEachItemTag.java:108)
org.apache.jsp.index_jsp._jspx_meth_rss_005fforEachItem_005f0(index_jsp.java:367)
org.apache.jsp.index_jsp._jspService(index_jsp.java:167)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.18 logs.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Remote RSS Feeds

2008-09-03 Thread Barry Fawthrop


Martin Gainty wrote:
> take a look at this fairly intuitive tutorial at
> http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/
> /WEB-INF/rssutils.tld
> WEB-INF/lib/rssutils.jar 
> ?
> Martin 
> __ 
> Disclaimer and confidentiality note 
> Everything in this e-mail and any attachments relates to the official 
> business of Sender. This transmission is of a confidential nature and Sender 
> does not endorse distribution to any party other than intended recipient. 
> Sender does not necessarily endorse content contained within this 
> transmission. 
> 
> 
>> Date: Wed, 3 Sep 2008 16:00:16 -0400
>> From: [EMAIL PROTECTED]
>> To: users@tomcat.apache.org
>> Subject: Remote RSS Feeds
>>
>> My very first JSP application
>> (perhaps too much for my first app.)
>>
>> Trying setup and home portal page.
>> That reads three remote RSS feeds (news, weather, etc...)
>> It will work for the first few seconds and then stops.
>>
>> I have to restart the tomcat 6.0.18 server and then it all works again..
>>
>> (1) Tried using my own DocumentBuilder.parse
>> Now
>> (2) Using sun.com  rssutils.tld
>>
>> Both Report FileNotFoundException.
>>
>>
>> As I say it works, and then stops So it's not a code issue.
>>
>> It would appear to me, that it remembers the connection and the blocks
>> that connection after it closes.
>>
>> I have tried connecting and then waiting and connecting again. Thinking
>> that the RSS site only allows a one connection within one second.
>> So it's not that.
>>
>> It appears more that the connection stays open or is blocked from making
>> a second connection.
>>
>> Any help Please!!
>>
>> -
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
> 
> _
> Get more out of the Web. Learn 10 hidden secrets of Windows Live.
> http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008

Martin

Thank You,

But as I said it works, but then quits working.
I have it installed according to the same link, and proof that is works
is I get the page, and I can press refresh a number of times and still
get the feed. BUT  if I wait a few seconds (25+) then it quits and comes
back with a 500 Error code which breaks down to a FileNotFoundException
 error.

It's the sporadic nature on/off that is puzzling


Thanks All
Barry

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Remote RSS Feeds

2008-09-03 Thread Martin Gainty

take a look at this fairly intuitive tutorial at
http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/
/WEB-INF/rssutils.tld
WEB-INF/lib/rssutils.jar 
?
Martin 
__ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Wed, 3 Sep 2008 16:00:16 -0400
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> Subject: Remote RSS Feeds
> 
> My very first JSP application
> (perhaps too much for my first app.)
> 
> Trying setup and home portal page.
> That reads three remote RSS feeds (news, weather, etc...)
> It will work for the first few seconds and then stops.
> 
> I have to restart the tomcat 6.0.18 server and then it all works again..
> 
> (1) Tried using my own DocumentBuilder.parse
> Now
> (2) Using sun.com  rssutils.tld
> 
> Both Report FileNotFoundException.
> 
> 
> As I say it works, and then stops So it's not a code issue.
> 
> It would appear to me, that it remembers the connection and the blocks
> that connection after it closes.
> 
> I have tried connecting and then waiting and connecting again. Thinking
> that the RSS site only allows a one connection within one second.
> So it's not that.
> 
> It appears more that the connection stays open or is blocked from making
> a second connection.
> 
> Any help Please!!
> 
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_
Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008