Error Fetching Server Status Information
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.
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
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:
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.