Workarounds: Jazz Team Server problems in Collaborative Lifecycle Management 4.0.6
The following known problems are related to Jazz Team Server in the CLM 4.0.6 release.
Workarounds
The following problems in this release have workarounds:
- An out-of-memory error can occur in the Java heap if the REST API makes repeated calls to fetch the project history
- Content lost from rich text editor of a widget when user navigates back or forward in the browser through their history
Workaround Summary
Problem
If the REST API makes numerous calls to retrieve the project history by using increasing page numbers, the calls can exhaust the Java heap space.
Workaround
Complete these steps:
- Increase the maximum Java heap size to avoid running out of space. Use the Java -Xmx parameter to increase the heap size.
- Reduce the pageNumber or pageSize parameters that are provided to the REST API.
- Reduce the number of consecutive calls to the project history API.
You can use any, all, or a combination of the steps to reduce the impact of this problem.
Related information
Workaround summary
Problem
Workaround
Complete these steps:
- Save the content in the rich-text editor before you navigate through the browser history.
- Avoid using keyboard combinations or shortcuts to navigate in the rich-text editor. Instead, use the mouse or the arrows keys to navigate in the rich-text editor.
Related information
Copyright © 2014 IBM Corporation