It's all about the answers!

Ask a question

Error Fetching Server Status Information


mohamed tarief (33119) | asked May 19 '08, 7:21 a.m.
JAZZ DEVELOPER
Hello All ,
I have a problem starting jazz application on WAS server.

The Scenario:
1-I inserted the java virtual machine arguments as follows:
-Dcom.ibm.team.server.configURL=file:///D:\Users\Tarief\Desktop\JazzTeamServer\server\teamserver.properties -Dlog4j.configuration=file:///D:\Users\Tarief\Desktop\JazzTeamServer\server\log4j.properties -Djava.awt.headless=true -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -Dcom.ibm.team.repository.provision.profile=D:\Users\Tarief\Desktop\JazzTeamServer\server\provision_profiles -Xmx1000M

2-The contents of the profile.ini file is:
url=file:/D:\Users\Tarief\Desktop\JazzTeamServer\server\update-site
featureid=com.ibm.team.rtc.server.feature

3-The contents of the license-profile.ini file is:
url=file:/D:\Users\Tarief\Desktop\JazzTeamServer\server\license-update-site
featureid=com.ibm.team.rtc.server.license.standard-ea.feature


2-I started the application , but when i try to open the web admin:https://localhost:9443/jazz/admin , i get the following error:
Error Fetching server status information.
Repository services are not available on the server.Provision the server to install the repository components.

Can anyone help with that ?
Thanks.

2 answers



permanent link
Richard Backhouse (6661) | answered May 19 '08, 8:16 a.m.
JAZZ DEVELOPER
Change the url property in profile.ini to

file:///D:\\Users\\Tarief\\Desktop\\JazzTeamServer\\server\\update-site

and in license-profile.ini to

file:///D:\\Users\\Tarief\\Desktop\\JazzTeamServer\\server\\license-update-site

Richard Backhouse
Jazz WebUI and Server development

tarief wrote:
Hello All ,
I have a problem starting jazz application on WAS server.

The Scenario:
1-I inserted the java virtual machine arguments as follows:
-Dcom.ibm.team.server.configURL=file:///D:\Users\Tarief\Desktop\JazzTeamServer\server\teamserver.properties
-Dlog4j.configuration=file:///D:\Users\Tarief\Desktop\JazzTeamServer\server\log4j.properties
-Djava.awt.headless=true
-Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true
-Dcom.ibm.team.repository.provision.profile=D:\Users\Tarief\Desktop\JazzTeamServer\server\provision_profiles
-Xmx1000M

2-The contents of the profile.ini file is:
url=file:/D:\Users\Tarief\Desktop\JazzTeamServer\server\update-site
featureid=com.ibm.team.rtc.server.feature

3-The contents of the license-profile.ini file is:
url=file:/D:\Users\Tarief\Desktop\JazzTeamServer\server\license-update-site
featureid=com.ibm.team.rtc.server.license.standard-ea.feature


2-I started the application , but when i try to open the web
admin:https://localhost:9443/jazz/admin , i get the following error:
Error Fetching server status information.
Repository services are not available on the server.Provision the
server to install the repository components.

Can anyone help with that ?
Thanks.

permanent link
mohamed tarief (33119) | answered May 20 '08, 4:40 a.m.
JAZZ DEVELOPER
Thanks . that solved the problem

Your answer


Register or 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.