Event Log Feeds pointing to wrong hostname
![](http://jazz.net/_images/myphoto/f45019e738b626b76c85a6ecbe5841fb.jpg)
Hi,
I'm having a bit of a problem with displaying feeds inside the client. When i try to open a feed, it points me to https://VPS428:9443/jazz/.
This presents 2 issues - localhost used as a url and port, which is set in tomcat/conf/server.xml to 8443, not 9443 (due to firewall restriction).
I have RTC/Tomcat installed on a virtual server and I'm pointing to it from outside (DNS entry on my hosting).
teamserver.properties file goes like this:
com.ibm.team.repository.user.registry.type=TOMCAT
com.ibm.team.repository.db.jdbc.location=C\:/jazz/server/repositoryDB
com.ibm.team.repository.server.repourl.hostname=jazz.myhostname.com
com.ibm.team.repository.changeEvent.expirationDefault=1209600
com.ibm.team.repository.notification.mail.from_name=Jazz Team Server
com.ibm.team.repository.server.webapp.url=jazz.myhostname.com
com.ibm.team.repository.notification.mail.smtp.user=user@myhostname.com
com.ibm.team.repository.ws.allow.admin.access=false
com.ibm.team.repository.web.suppressedPages={"com.ibm.team.repository.web.admin"\: }
com.ibm.team.repository.db.vendor=DERBY
com.ibm.team.repository.notification.mail.from=rtc@myhostname.com
com.ibm.team.repository.changeEvent.expirationByType=com.ibm.team.workitem.WorkItem\:5184000 com.ibm.team.build.BuildResult\:172800
com.ibm.team.repository.web.helpuri=http\://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/index.jsp
com.ibm.team.repository.notification.mail.smtp.server=mail.myhostname.com
com.ibm.team.repository.notification.mail.smtp.password=**************
com.ibm.team.repository.web.logouturi=
com.ibm.team.fulltext.indexLocation=workitemindex
com.ibm.team.repository.web.homeuri=jazz.myhostname.com
com.ibm.team.repository.notification.mail.enabled=true
com.ibm.team.repository.web.pageorder={"com.ibm.team.repository.web.admin"\: , "com.ibm.team.process.web.projectArea"\: ,"com.ibm.team.process.web.projectAreaList"\: }
com.ibm.team.repository.ws.allow.identity.assertion=false
com.ibm.team.repository.server.repourl.port.https=8443
com.ibm.team.repository.changeEvent.expirationByCategory=SystemLog\:259200
I also tried to set some URL related entries in advanced properties after reading a bunch of forum posts about similar problems, but with no succes :(
Anyone solved this issue before?
Forgot to mention the server version:
Rational Jazz Team Server - Express-C 1.0 (I20080618-1642)
I'm having a bit of a problem with displaying feeds inside the client. When i try to open a feed, it points me to https://VPS428:9443/jazz/.
This presents 2 issues - localhost used as a url and port, which is set in tomcat/conf/server.xml to 8443, not 9443 (due to firewall restriction).
I have RTC/Tomcat installed on a virtual server and I'm pointing to it from outside (DNS entry on my hosting).
teamserver.properties file goes like this:
com.ibm.team.repository.user.registry.type=TOMCAT
com.ibm.team.repository.db.jdbc.location=C\:/jazz/server/repositoryDB
com.ibm.team.repository.server.repourl.hostname=jazz.myhostname.com
com.ibm.team.repository.changeEvent.expirationDefault=1209600
com.ibm.team.repository.notification.mail.from_name=Jazz Team Server
com.ibm.team.repository.server.webapp.url=jazz.myhostname.com
com.ibm.team.repository.notification.mail.smtp.user=user@myhostname.com
com.ibm.team.repository.ws.allow.admin.access=false
com.ibm.team.repository.web.suppressedPages={"com.ibm.team.repository.web.admin"\: }
com.ibm.team.repository.db.vendor=DERBY
com.ibm.team.repository.notification.mail.from=rtc@myhostname.com
com.ibm.team.repository.changeEvent.expirationByType=com.ibm.team.workitem.WorkItem\:5184000 com.ibm.team.build.BuildResult\:172800
com.ibm.team.repository.web.helpuri=http\://publib.boulder.ibm.com/infocenter/rtc/v1r0m0/index.jsp
com.ibm.team.repository.notification.mail.smtp.server=mail.myhostname.com
com.ibm.team.repository.notification.mail.smtp.password=**************
com.ibm.team.repository.web.logouturi=
com.ibm.team.fulltext.indexLocation=workitemindex
com.ibm.team.repository.web.homeuri=jazz.myhostname.com
com.ibm.team.repository.notification.mail.enabled=true
com.ibm.team.repository.web.pageorder={"com.ibm.team.repository.web.admin"\: , "com.ibm.team.process.web.projectArea"\: ,"com.ibm.team.process.web.projectAreaList"\: }
com.ibm.team.repository.ws.allow.identity.assertion=false
com.ibm.team.repository.server.repourl.port.https=8443
com.ibm.team.repository.changeEvent.expirationByCategory=SystemLog\:259200
I also tried to set some URL related entries in advanced properties after reading a bunch of forum posts about similar problems, but with no succes :(
Anyone solved this issue before?
Forgot to mention the server version:
Rational Jazz Team Server - Express-C 1.0 (I20080618-1642)
13 answers
![](http://jazz.net/_images/myphoto/f45019e738b626b76c85a6ecbe5841fb.jpg)
It seems that your repository subscription in the TAN points to https://VPS428:9443/jazz/. Feeds for a repository will use the repository URI as base.
Are you specifying a public URI in the admin settings from the web ui? If yes, you should be able to create a repository connection from the client using the public URI and have the feed use this URI.
Ben
Foundation & Work Item
Are you specifying a public URI in the admin settings from the web ui? If yes, you should be able to create a repository connection from the client using the public URI and have the feed use this URI.
Ben
Foundation & Work Item
![](http://jazz.net/_images/myphoto/f45019e738b626b76c85a6ecbe5841fb.jpg)
Feeds should use the exact same URI as the repository connection in "Team Artifacts View". Could you try this:
1.) Delete the feeds "My Teams in Jazz Project" and "My Work Item Changes"
2.) Disconnect from the project area
3.) Connect to your project area
4.) The two feeds should be added again automatically
5.) Check the URL of the feeds and post it here (Rightclick > Properties).
Thanks,
Ben
Foundation & Work Item
1.) Delete the feeds "My Teams in Jazz Project" and "My Work Item Changes"
2.) Disconnect from the project area
3.) Connect to your project area
4.) The two feeds should be added again automatically
5.) Check the URL of the feeds and post it here (Rightclick > Properties).
Thanks,
Ben
Foundation & Work Item
![](http://jazz.net/_images/myphoto/f45019e738b626b76c85a6ecbe5841fb.jpg)
Here they are:
My Teams in Test
https://<URL>:8443/jazz/service/com.ibm.team.repository.common.internal.IFeedService?provider=team&project_area=Test&user={$user}
My Work Item Changes
https://<URL>:8443/jazz/service/com.ibm.team.repository.common.internal.IFeedService?itemType=WorkItem&user={$user}
My Teams in Test
https://<URL>:8443/jazz/service/com.ibm.team.repository.common.internal.IFeedService?provider=team&project_area=Test&user={$user}
My Work Item Changes
https://<URL>:8443/jazz/service/com.ibm.team.repository.common.internal.IFeedService?itemType=WorkItem&user={$user}
![](http://jazz.net/_images/myphoto/f45019e738b626b76c85a6ecbe5841fb.jpg)
Thanks, the URIs look right. When you doubleclick them to open or view them in the event log in team central do you see any news? Maybe I misunderstood your initial description "When i try to open a feed, it points me to https://VPS428:9443/jazz/.". Are you referring to opening the feed in Jazz or opening a news entry from that feed?
![](http://jazz.net/_images/myphoto/f45019e738b626b76c85a6ecbe5841fb.jpg)
I can open the news page from "Feeds" in Team Artifacts. The described problem comes when I switch to Team Central view and try to open (double click) items from Event Log.
I'm getting dialog requesting my user ID / password for https://vps428:9443/jazz/ instead of my external address or IP.
I'm getting dialog requesting my user ID / password for https://vps428:9443/jazz/ instead of my external address or IP.
page 1of 1 pagesof 2 pages