During normal operation, DTP writes activity messages to several log files stored in the <DTP_HOME>/logs directory. To verify that everything is working correctly or find the detailed messages of potential issues, you can refer to information stored in the relevant logs.
Log | Content |
---|---|
rs.log | Contains the main log information from the server. |
recalculators.log | Contains log information from Report Center background jobs, such as when jobs are scheduled for future runs, logs from past runs, and finish status of each job. |
dc.log | Contains information from Data Collector associated with processing reports sent to DTP from Parasoft 9.x tools. It includes timestamps, originating IP addresses for the report, and start and finish times when the report was stored to the database. |
dc_dtp.log | Contains information from Data Collector associated with processing reports sent to DTP from DTP Engines 10.x. It includes timestamps, originating IP addresses for the report, and start and finish times when the report was stored to the database. |
analyze.log | Contains log information from the JobAnalyzeBase background job. This job is run periodically, once a week, and is responsible for taking care of Report Center database tables. It runs an analysis table database command in order to refresh statistical information for each Report Center database table. |
api-access.log | Contains all log information associated with REST API requests made to DTP. |
analyzeold.log | Stores a copy of analyse.log from the previous JobAnalyzeBase run. |
app_info.log | Contains the version build number (also available from the About menu). |
axis.log | Contains log information associated with SOAP API requests made to DTP. |
bts_scanner.log | Contains log information from BTS/RMS Scanners, which scan external Bug Tracking Systems and Requirements Management Systems. The scanners are configured in DTP_HOME/grs/config/bts and run periodically in the background. See "Integrating with Requirements and Bug Tracking Systems" in the Legacy 9.x Functionality guide for more information. |
codereview.log | Internal log that contains information from the Team Server plugin for Code Review. Report Center uses it to receive data about Code Review from Team Server. |
conf_update.log | Internal log with log information about the update from the old version to the new one in cases when the /config/*.xml structure is updated. |
cr_service.log | Contains information from the Code Review module. The Code Review module is a server for Code Review clients in Parasoft Test on client machines. |
dashboard.log | Internal log that contains information about diagnostic events associated with creating Report Center dashboard templates. |
dataCollector-service.log | Contains information associated with Data Collector REST API calls to DTP. |
db_update.log | Internal log with log information about the update from the old version to the new one in cases when the Report Center database schema is updated. |
dc.stderr | (stderr of Data Collector) Contains Data Collector uncaught errors. It should be empty. |
dc.stdout | (stdout of Data Collector) Typically empty. All information from DC running is in dc.log. |
jms.log | Contains all events published to the JMS events broker. See Subscribing To Development Testing Platform Events for more information. |
ls.log | License Server log file. |
ls_access.log | Contains the list of license requests that Parasoft tools send to License Server. The information from this log is sent to the Data Collector each night. The data is presented in Report Center’s "Tools Usage" report. |
mailing.log | Contains diagnostic events associated with emails sent by DTP. |
pc.log | Contains information associated with Project Center. |
pst.log | General DTP log. |
pstsec.log | Contains information from User Administration. |
recalculators.log.NN | (N can be equal to 1 through 10) Archived versions of recalculators.log. When recalculators.log reaches 50MB, it is moved to recalculators.log.1, and then the recalculators.log is cleaned. Up to 10 archives are created and stored. Beyond that, log information is not stored. |
rs.log.NN | (N can be equal to 1 through 10) Archived versions of rs.log. |
tcm.log | Contains information from Team Server. |
tcm_access.log | Contains information associated with calls to the Team Server API from DTP Engines. |
widget.log | Internal log that contains information about diagnostic events associated with creating Report Center dashboard widgets. |