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.

LogContent
rs.logContains the main log information from the server.
recalculators.logContains 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.logContains 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.logContains 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.logContains 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.logContains all log information associated with REST API requests made to DTP.
analyzeold.logStores a copy of analyse.log from the previous JobAnalyzeBase run.
app_info.logContains the version build number (also available from the About menu).
axis.logContains log information associated with SOAP API requests made to DTP.
bts_scanner.logContains 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.logInternal 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.logInternal 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.logContains information from the Code Review module. The Code Review module is a server for Code Review clients in Parasoft Test on client machines.
dashboard.logInternal log that contains information about diagnostic events associated with creating Report Center dashboard templates.
dataCollector-service.logContains information associated with Data Collector REST API calls to DTP.
db_update.logInternal 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.logContains all events published to the JMS events broker. See Subscribing To Development Testing Platform Events for more information.
ls.logLicense 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.logContains diagnostic events associated with emails sent by DTP.
pc.logContains information associated with Project Center.
pst.logGeneral DTP log.
pstsec.logContains 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.logContains information from Team Server.
tcm_access.logContains information associated with calls to the Team Server API from DTP Engines.
widget.logInternal log that contains information about diagnostic events associated with creating Report Center dashboard widgets.
  • No labels