QM Debugging Guide - quality-manager/onboarding GitHub Wiki
- RepoDebug (https://jazz.net/wiki/bin/view/Main/RepoDebug): Useful for viewing logs, setting logging levels (without a server restart), running SQL, talking dumps, checking status/properties, etc. Note, must be enabled in the Advanced Properties (Repodebug Utilities >> Enable repodebug service).
- To enable repodebug rawSQL, these lines should be enabled in server.startup
rem set JAVA_OPTS=%JAVA_OPTS% -Dcom.ibm.team.repository.debug.users=JazzAdmins
rem set JAVA_OPTS=%JAVA_OPTS% -Dcom.ibm.team.repository.debug.accessServiceEnabled=true
- To enable repodebug rawSQL, these lines should be enabled in server.startup
- SQL Query Tracing for RQM Developers (https://jazz.net/wiki/pub/Main/RQMDevelopmentServerTips/SQL_Query_Tracing_for_RQM_Developers.docx).
- Link Index REST Service (https://:9443/qm/linkIndex/settings): Useful for debugging linking (CM-enabled) and LDX issues.
- Dependency Analyzer Tool (https://jazz.net/wiki/bin/view/Sandbox/DependencyAnalyzerTool): Useful for displaying dependencies between bundles and features.
- Logging (https://jazz.net/wiki/bin/view/Main/Serviceability-Logging, https://jazz.net/wiki/bin/view/Main/RQMMustGather20#Gather_the_server_logs, andhttps://jazz.net/wiki/bin/view/Main/RQMMustGather20#Optional_Customize_logging_setti): Using for isolating symptoms or monitoring performance by enabling DEBUG/TRACE logging on specific loggers.
- Remote debug (https://github.com/quality-manager/onboarding/wiki/Remote-Debugging-a-Liberty-Server and https://jazz.net/wiki/bin/view/Main/RQMDebugInfo#Remote_debugging_Java_applicatio): Useful to debug a remote RQM server (e.g. setup by Support).
- UI debug (https://jazz.net/wiki/bin/view/Main/RQMMustGather20#Optional_Gathering_information_a): Useful for inspecting RQM server requests and debug client JavaScript code.
- Locales (https://jazz.net/wiki/bin/view/Main/RQML3Main#Switching_locales_in_RQM): Useful for quick switching between locales in the browser when debugging translation/TVT defects.
- General debugging (https://jazz.net/wiki/bin/view/Main/RQMDebugInfo): Somewhat dated but some information may be helpful.
- Debugging PDF Issues
- Common Problems and how to solve them
- BIRT Debugging Session: Recording of a technical session hosted by Rafik Jaouani covering an introduction to the developer tools in the BIRT Reporting SDK v4.4.2 (see BIRT Update Site) and debugging a BIRT report template (*.rptdesign).