Technote (troubleshooting)
Problem(Abstract)
I am experiencing issues with code coverage tools in Rational Application Developer and want to collect debug traces to submit to Rational support.
Environment
For information on how to enable tracing in Rational Application Developer, see How to trace Rational Application Developer.
Resolving the problem
To collect diagnostic data for code coverage integration with J2EE servers, add the following strings in the .options file:
# Collectively disables all coverage on server tracing options
com.ibm.rational.llc.server/trace = true
# Trace the "Code Coverage > Reset coverage statistics" UI action
com.ibm.rational.llc.server/trace/resetCoverage = true
# Trace the periodic refresh of coverage data
com.ibm.rational.llc.server/trace/serverRefresh = true
# Trace the launching of servers in profiling mode
com.ibm.rational.llc.server/trace/serverLaunch = true
# Trace the interaction with the Agent Controller during coverage
# launch and periodic refresh
com.ibm.rational.llc.server/trace/rac = true
# Trace code coverage launch configuration on WAS servers
com.ibm.rational.llc.server.was/trace/config = true
Related information
How to trace Rational Application Developer
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.