Are you behind a proxy server? If you are you then you need to set the proxy settings in your catalina.bat or catalina.sh . For example on Windows, you'd add something like the following to catalina.bat
set CATALINA_OPTS="-DproxySet=true -DproxyHost=myproxy.mydomain.com -DproxyPort=8080" On Linux/UNIX, you'd add something like this to catalina.sh: CATALINA_OPTS="-DproxySet=true -DproxyHost=myproxy.mydomain.com -DproxyPort=8080" Luck Mick -----Original Message----- From: ramaj [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 5:33 PM To: [email protected] Subject: DNA NEWS Failed to process RSS Feed: null, java.net.MalformedURLException Hi I have installed jetspeed 2.1 I am doing login stress testing for portal using JMETER tool. When i give total request :10000 cuncurrent request :500 simultaneously........when i try use homepage from IE ,then rss portlets gives errors on only homepage error is: for DNA NEWS portlet: DNA NEWS Failed to process RSS Feed: null, java.net.MalformedURLException for Express india portet: Express India Portlet is Not Available: rss::Express India Reason: null for Daily News portlet: Daily News Failed to process RSS Feed: http://rss.news.yahoo.com/rss/crime, java.lang.NullPointerException plz help me. Thank ramj. -- View this message in context: http://www.nabble.com/DNA-NEWS---Failed-to-process-RSS-Feed%3A-null%2C-j ava.net.MalformedURLException-tf4577710.html#a13067740 Sent from the Jetspeed - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
