can't start WAS server(beta3)
I set the profile.ini in JazzInstallDir/server/provision_profiles/ :
url=C:/IBM/JazzTeamServer/server/update-site
jvm:
-Dcom.ibm.team.server.configURL=file:/// C:/IBM/JazzTeamServer/server/teamserver.properties -Dlog4j.configuration=file:///C:/IBM/JazzTeamServer/server/log4j.properties -Djava.awt.headless=true -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -Dcom.ibm.team.repository.provision.profile=C:/IBM/JazzTeamServer/server/provision_profiles -Xmx1000M
after I stop WAS server,I can't start WAS server.
What 's wrong?
my jazz server path is C:\IBM\JazzTeamServer
url=C:/IBM/JazzTeamServer/server/update-site
jvm:
-Dcom.ibm.team.server.configURL=file:/// C:/IBM/JazzTeamServer/server/teamserver.properties -Dlog4j.configuration=file:///C:/IBM/JazzTeamServer/server/log4j.properties -Djava.awt.headless=true -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -Dcom.ibm.team.repository.provision.profile=C:/IBM/JazzTeamServer/server/provision_profiles -Xmx1000M
after I stop WAS server,I can't start WAS server.
What 's wrong?
my jazz server path is C:\IBM\JazzTeamServer
2 answers
openeis wrote:
Perhaps WAS logs can offer some information. In a standard WAS
installation the logs are located at:
%WAS_HOME%\profiles\%YOUR_PROFILE%\logs\SystemOut.log
%WAS_HOME%\profiles\%YOUR_PROFILE%\logs\SystemErr.log
Hope this helps,
Chemi.
I set the profile.ini in JazzInstallDir/server/provision_profiles/ :
url=C:/IBM/JazzTeamServer/server/update-site
jvm:
-Dcom.ibm.team.server.configURL=file:///
C:/IBM/JazzTeamServer/server/teamserver.properties
-Dlog4j.configuration=file:///C:/IBM/JazzTeamServer/server/log4j.properties
-Djava.awt.headless=true
-Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true
-Dcom.ibm.team.repository.provision.profile=C:/IBM/JazzTeamServer/server/provision_profiles
-Xmx1000M
after I stop WAS server,I can't start WAS server.
What 's wrong?
my jazz server path is C:\IBM\JazzTeamServer
Perhaps WAS logs can offer some information. In a standard WAS
installation the logs are located at:
%WAS_HOME%\profiles\%YOUR_PROFILE%\logs\SystemOut.log
%WAS_HOME%\profiles\%YOUR_PROFILE%\logs\SystemErr.log
Hope this helps,
Chemi.
url=C:/IBM/JazzTeamServer/server/update-site
The value is not a valid URL.
Prefix the value with file:///
You also need to make sure the url value is valid for the
license-profile.ini in the provision_profiles directory.
Richard Backhouse
Jazz Web UI and Server Development
Chemi wrote:
The value is not a valid URL.
Prefix the value with file:///
You also need to make sure the url value is valid for the
license-profile.ini in the provision_profiles directory.
Richard Backhouse
Jazz Web UI and Server Development
Chemi wrote:
openeis wrote:
I set the profile.ini in JazzInstallDir/server/provision_profiles/ :
url=C:/IBM/JazzTeamServer/server/update-site
jvm:
-Dcom.ibm.team.server.configURL=file:///
C:/IBM/JazzTeamServer/server/teamserver.properties
-Dlog4j.configuration=file:///C:/IBM/JazzTeamServer/server/log4j.properties
-Djava.awt.headless=true
-Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true
-Dcom.ibm.team.repository.provision.profile=C:/IBM/JazzTeamServer/server/provision_profiles
-Xmx1000M
after I stop WAS server,I can't start WAS server.
What 's wrong?
my jazz server path is C:\IBM\JazzTeamServer
Perhaps WAS logs can offer some information. In a standard WAS
installation the logs are located at:
%WAS_HOME%\profiles\%YOUR_PROFILE%\logs\SystemOut.log
%WAS_HOME%\profiles\%YOUR_PROFILE%\logs\SystemErr.log
Hope this helps,
Chemi.