IBM® Rational® Quality
Manager provides
messages in either the log or the console window, depending on how the product
is configured.
If you experience problems with your deployment of
Rational Quality Manager, application logging can potentially be used to self-diagnose
the problem or used to provide the support organization with additional information
about your problem.
Rational Quality Manager uses
log4j logging, configurable through log4j.properties. Log messages are viewable
through the console window, through rolling log files, or through a log feed
accessible by:
- If you are running a secure connection, access the log feed from this
location: https://localhost:9443/jazz/service/com.ibm.team.repository.common.internal.IFeedService?category=SystemLog
- If you are not running a secure connection, access the log feed from
this location: http://localhost:9080/jazz/service/com.ibm.team.repository.common.internal.IFeedService?category=SystemLog
For more in-depth information on logging please visit (jazz.net account
required): https://jazz.net/wiki/bin/view/Main/CrashKitFAQ
Rational Quality Manager messages
are composed of a prefix, a number, and a message type. The prefixes are:
- AQXLM - Lab Manager Core
- AQXSP - Lab Manager SPI Integration
- AQXRE - Reporting
- AQXEX - Execution
- AQXPR - Process
- AQXIN - Rational Quality Manager Integration
- AQXQM - Quality Manager Core
- AQXKE - Keyword
- AQXRQ - Requirements
- AQXCA - Catalog (portion of Lab Manager)
- AQXWH - WHITCH
- AQXPL - Planning
- AQXDP - Datapool
- AQXMG - Migration
The messages are further divided by the type of the message, where type
can be I (Information), W (Warning), and E (Error). The ranges are:
- 0001I - 2500I
- 2501W - 5000W
- 5001E - 7500E
- 7501+ (reserved)