Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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,

0 votes



14 answers

Permanent link
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

1 vote


Permanent link
Any updates about this? I would also like to know how to configure JAZZ to use proxy server.

0 votes


Permanent link
Can you provide the URL of the feed you're trying to view? The news feed viewlet doesn't support authentication in general, so it won't work for protected feeds. Also, the feed XML can accidentally be corrupt if edited by manual users.

0 votes


Permanent link
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.net newsgroups I use: https://jazz.net/forums/rss.php

And to follow changes on the jazz.net wiki I use: https://jazz.net/wiki/bin/view/Main/WebRss

0 votes


Permanent link
The first two feeds listed above currently work, but the 3rd one doesn't because it requires authentication.

Milan, Is this the feed you were trying to use?

0 votes


Permanent link
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.

0 votes


Permanent link
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?

0 votes


Permanent link
I want a suggestion about this too.

0 votes


Permanent link
I want a suggestion about this too.


What kind of suggestion you want? ^_^

0 votes


Permanent link
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
------------------------------------------------------------------------------------

0 votes

1–15 items
page 1of 1 pagesof 2 pages

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Dec 21 '10, 10:05 a.m.

Question was seen: 16,739 times

Last updated: Feb 18 '14, 2:21 a.m.

Confirmation Cancel Confirm