Troubleshooting Jazz® Team Server
You can use the administrative web interface to troubleshoot server issues.
The following table lists common problems and ways to troubleshoot them.
Problem | What to check |
---|---|
Database is not available | Check the server status: click Status summary.
|
Unable to change configuration properties | Check the server configuration properties: under Configuration, click
one of the following items:
On these pages, you can view and update configuration properties. When you save changes to configuration properties, they are propagated to the teamserver.properties file. If the database is not connected, you can change configuration properties only by editing the teamserver.properties file. |
Failing services | Check the status of services: click Component Status. On the Component Status page, check the stack trace for more information about failing services. |
Slow server activity | Check the running services: click Active Services. On the Active Services page, check the running services and their stack traces. Check for services that run for an extended period of time. Check the server activity: click Statistics. On the Server Statistics page, check the server activity, such as statistics for web services, asynchronous tasks, and cache behavior. |
- Modifying the profile.ini and license_profile.ini files
- When running Repository Tools commands or the start and stop server scripts from a directory
other than the default, you should modify the URL property values to contain absolute directory
paths.The profile.ini and license_profile.ini files are located in the JazzInstallDir/server/conf/jts/provision_profiles directory.
- Open the file in a text editor.
- Change the relative value to an absolute value.For example, change
Tourl=file:jts/sites/update-site
url=file:/opt/IBM/JazzTeamServer/server/conf/jts/sites/update-site
- Save the file.
Note: Leaving backup files in the JazzInstallDir/server/conf/jts/provision_profiles can cause errors. You should not store backup files in this directory. - Additional resources and tips
- View the Liberty log file from a Windows console window or at JazzInstallDir/logs/jts.out, where JazzInstallDir is the location where you installed the server.