[xwiki-users] Xwiki RSS macro problem - newbie mistake?
Using Xwiki Enterprise 1.3 I defined this in my wiki page {rss:feed=http://www.reybango.com/rss.cfm|full=true|count=3} In my wiki page I get rss: Error processing http://www.reybango.com/rss.cfm: www.reybango.com I think this is because xwiki is behind a firewall and I need to specify a proxy but I don't know where I would specify my proxy server. Seems like I will have the same problem with Swizzle Plugin since my Jira isn't behind the firewall with xwiki. Any ideas? Any help would be greatly appreciated. - Glenn Everitt In my log file I get this 2008-03-15 20:44:12,174 [http://coe.portal8.stg.covisint.com/xwiki/bin/view/Development/Reference] [TP-Processor8] WARN filter.MacroFilter - MacroFilter: unable to format macro: rss java.io.IOException: Error processing http://www.reybango.com/rss.cfm: www.reybango.com at com.xpn.xwiki.render.macro.rss.RSSMacro.execute(RSSMacro.java:101) at com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90) at org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.java:91) at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48) at org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89) at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169) at com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEngine.java:92) at com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java:118) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:252) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:176) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWikiRenderingEngine.java:145) at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultXWikiRenderingEngine.java:134) at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:418) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371) at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) . . .snip -- View this message in context: http://www.nabble.com/Xwiki-RSS-macro-problem---newbie-mistake--tp16072389p1... Sent from the XWiki- Users mailing list archive at Nabble.com.
Glenn Everitt wrote:
Using Xwiki Enterprise 1.3 I defined this in my wiki page
{rss:feed=http://www.reybango.com/rss.cfm|full=true|count=3}
In my wiki page I get
rss: Error processing http://www.reybango.com/rss.cfm: www.reybango.com
I think this is because xwiki is behind a firewall and I need to specify a proxy but I don't know where I would specify my proxy server. Seems like I will have the same problem with Swizzle Plugin since my Jira isn't behind the firewall with xwiki. Any ideas? Any help would be greatly appreciated. - Glenn Everitt
In my log file I get this
[snip] You can try what's on http://www.nabble.com/Idea-for-improvment-of-Xwiki-Watch-tt15222539.html#a15... -- Sergiu Dumitriu http://purl.org/net/sergiu/
Glenn Everitt wrote:
Using Xwiki Enterprise 1.3 I defined this in my wiki page
{rss:feed=http://www.reybango.com/rss.cfm|full=true|count=3}
In my wiki page I get
rss: Error processing http://www.reybango.com/rss.cfm: www.reybango.com
I think this is because xwiki is behind a firewall and I need to specify a proxy but I don't know where I would specify my proxy server. Seems like I will have the same problem with Swizzle Plugin since my Jira isn't behind the firewall with xwiki. Any ideas? Any help would be greatly appreciated. - Glenn Everitt
In my log file I get this
[snip] And to be sure it is a proxy problem, can you try to manually request the rss from the server, using something like wget or links? -- Sergiu Dumitriu http://purl.org/net/sergiu/
Great news the adding the proxy setting -Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port on the JAVA_OPTS on tomcat's catalina.sh file now allows me to get Rss feeds outside of my firewall it also allows me to use Swizzle ( via jirarss example macro ) to XWiki's Jira. Very cool stuff! Thanks for the help. Glenn Everitt Sergiu Dumitriu-2 wrote:
Glenn Everitt wrote:
Using Xwiki Enterprise 1.3 I defined this in my wiki page
{rss:feed=http://www.reybango.com/rss.cfm|full=true|count=3}
In my wiki page I get
rss: Error processing http://www.reybango.com/rss.cfm: www.reybango.com
I think this is because xwiki is behind a firewall and I need to specify a proxy but I don't know where I would specify my proxy server. Seems like I will have the same problem with Swizzle Plugin since my Jira isn't behind the firewall with xwiki. Any ideas? Any help would be greatly appreciated. - Glenn Everitt
In my log file I get this
[snip]
You can try what's on http://www.nabble.com/Idea-for-improvment-of-Xwiki-Watch-tt15222539.html#a15... -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://www.nabble.com/Xwiki-RSS-macro-problem---newbie-mistake--tp16072389p1... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (2)
-
Glenn Everitt -
Sergiu Dumitriu