Jazz RSS feeds from jazz.net

Hi,
When I start my jazz team server everything works well except Jazz News viewlet. I got these messages:
There was a problem loading the feed:
The content was not a recognized feed.
It seems that we have some proxy limitations. What should I need to do to get this feature about Jazz News at my jazz team server?
How can I setup proxy settings at my jazz team server for enabling this?
Any help? Suggestions?
Regards,
When I start my jazz team server everything works well except Jazz News viewlet. I got these messages:
There was a problem loading the feed:
The content was not a recognized feed.
It seems that we have some proxy limitations. What should I need to do to get this feature about Jazz News at my jazz team server?
How can I setup proxy settings at my jazz team server for enabling this?
Any help? Suggestions?
Regards,
14 answers

Hi,
I had a smilar issue with
- RSS feeds
- Open Social gadget
- Help file
the cause of the issue was the setting of Tomcat server.
Once I set following entries in catalina.properties.
Then the issue of RSS feeds and Help file was solved.
However, OpenSocial gadget is still having the issue.
I used a google calender site for this.
Dose anyone know why the behaviour of OpenSocila gadget is different from others?
Addint these Enteries in catalina.properties:
http.proxyHost=yourProxyURL
http.proxyPort=yourProxyPort
http.proxyUser=yourUserName
http.proxyPassword=yourPassword
I had a smilar issue with
- RSS feeds
- Open Social gadget
- Help file
the cause of the issue was the setting of Tomcat server.
Once I set following entries in catalina.properties.
Then the issue of RSS feeds and Help file was solved.
However, OpenSocial gadget is still having the issue.
I used a google calender site for this.
Dose anyone know why the behaviour of OpenSocila gadget is different from others?
Addint these Enteries in catalina.properties:
http.proxyHost=yourProxyURL
http.proxyPort=yourProxyPort
http.proxyUser=yourUserName
http.proxyPassword=yourPassword

I use the following feed from jazz.net for the Jazz News content:
http://jazz.net/pub/community/news/feed.rss?externalize=true
Should you be interested, to track the jazz.netnewsgroups I use: https://jazz.net/forums/rss.php
And to follow changes on the jazz.netwiki I use: https://jazz.net/wiki/bin/view/Main/WebRss
http://jazz.net/pub/community/news/feed.rss?externalize=true
Should you be interested, to track the jazz.net
And to follow changes on the jazz.net

How to configure Jazz to use a proxy server -- I'm not positive if this will work, but give it a shot. Please let us know if it works -- we should definitely document this!
Create a new text file org.eclipse.core.net.prefs in a Jazz server folder, depending on application server type:
For Apache Tomcat: JazzInstallDir/server/tomcat/work/Catalina/localhost/jazz/eclipse/workspace/.metadata/
.plugins/org.eclipse.core.runtime/.settings/
For IBM WebSphere Application Server: WASInstallDir/profiles/profile/temp/node/server1/jazz_war/jazz.war/eclipse/workspace/.metadata/
.plugins/org.eclipse.core.runtime/.settings/
Paste the following contents to org.eclipse.core.net.prefs and edit it according to you proxy configuration:
Restart the Jazz Team Server.
Create a new text file org.eclipse.core.net.prefs in a Jazz server folder, depending on application server type:
For Apache Tomcat: JazzInstallDir/server/tomcat/work/Catalina/localhost/jazz/eclipse/workspace/.metadata/
.plugins/org.eclipse.core.runtime/.settings/
For IBM WebSphere Application Server: WASInstallDir/profiles/profile/temp/node/server1/jazz_war/jazz.war/eclipse/workspace/.metadata/
.plugins/org.eclipse.core.runtime/.settings/
Paste the following contents to org.eclipse.core.net.prefs and edit it according to you proxy configuration:
# General proxy settings
org.eclipse.core.net.hasMigrated=true
eclipse.preferences.version=1
proxiesEnabled=true
# HTTP proxy settings
# proxyData/HTTP/host=<proxy>
# proxyData/HTTP/port=<proxy>
# proxyData/HTTP/hasAuth=false
# HTTPS proxy settings
proxyData/HTTPS/host=<proxy>
proxyData/HTTPS/port=<proxy>
proxyData/HTTPS/hasAuth=false
# Hosts that will not use proxy
# nonProxiedHosts=<hostname1>
nonProxiedHosts=127.0.0.1|localhost
Restart the Jazz Team Server.

How to configure Jazz to use a proxy server -- I'm not positive if this will work, but give it a shot. Please let us know if it works -- we should definitely document this!
Create a new text file org.eclipse.core.net.prefs in a Jazz server folder, depending on application server type:
For Apache Tomcat: JazzInstallDir/server/tomcat/work/Catalina/localhost/jazz/eclipse/workspace/.metadata/
.plugins/org.eclipse.core.runtime/.settings/
For IBM WebSphere Application Server: WASInstallDir/profiles/profile/temp/node/server1/jazz_war/jazz.war/eclipse/workspace/.metadata/
.plugins/org.eclipse.core.runtime/.settings/
Paste the following contents to org.eclipse.core.net.prefs and edit it according to you proxy configuration:
# General proxy settings
org.eclipse.core.net.hasMigrated=true
eclipse.preferences.version=1
proxiesEnabled=true
# HTTP proxy settings
# proxyData/HTTP/host=<proxy>
# proxyData/HTTP/port=<proxy>
# proxyData/HTTP/hasAuth=false
# HTTPS proxy settings
proxyData/HTTPS/host=<proxy>
proxyData/HTTPS/port=<proxy>
proxyData/HTTPS/hasAuth=false
# Hosts that will not use proxy
# nonProxiedHosts=<hostname1>
nonProxiedHosts=127.0.0.1|localhost
Restart the Jazz Team Server.
hi benjamin,
this didn't work. I did everything what you told, but didn't work.
Any other suggestion?

I want a suggestion about this too.
What kind of suggestion you want? ^_^
What I want to know is how to make Jazz server pass though proxy server.
According to Milanm, following way did not work right?
------------------------------------------------------------------------------------
Paste the following contents to org.eclipse.core.net.prefs and edit it according to you proxy configuration:
# General proxy settings
org.eclipse.core.net.hasMigrated=true
eclipse.preferences.version=1
proxiesEnabled=true
# HTTP proxy settings
# proxyData/HTTP/host=<proxy>
# proxyData/HTTP/port=<proxy>
# proxyData/HTTP/hasAuth=false
# HTTPS proxy settings
proxyData/HTTPS/host=<proxy>
proxyData/HTTPS/port=<proxy>
proxyData/HTTPS/hasAuth=false
# Hosts that will not use proxy
# nonProxiedHosts=<hostname1>
nonProxiedHosts=127.0.0.1|localhost
------------------------------------------------------------------------------------
page 1of 1 pagesof 2 pages