uCosminexus Service Platform, Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

7.4.1 Message log

Acquires The information when operating the HCSC server or error information when a failure occurs, and the information of a running HCSC server or error information if a failure occurs is acquired as message log. With this you can detect the occurrence of a failure and analyze the cause of failure.

The types of message logs of Service Platform are as follows:

Organization of this subsection
(1) Contents output in the message log
(2) How to acquire the message log
(3) Output destinations of the Message log

(1) Contents output in the message log

The following messages are output. For details on the content of the message log, see "Service Platform Messages".

(a) HCSC-Manager log

Acquires messages output by HCSC-Manager.

(b) Integrated message log

Acquires messages output by Administration Agent, Management Agent, and Management Server.

(c) Activity log of J2EE server

Acquires the messages output by a running J2EE server. Also outputs messages that are output by the HCSC server running on the J2EE server to the activity log.

(2) How to acquire the message log

The message log is always output. For details on how to acquire, see "7.3.1(1) Collecting the message log".

(3) Output destinations of the Message log

The following table lists and describes the output destinations of the message log and log file names:

Table 7-16 Table Output destinations of the Message log and file names

Log type Path of the output destination of the message log Log file name
HCSC-Manager log Path specified in the cscmng.log.dir parameter of the HCSC-Manager definition file#1 message<number of files>.log
Integrated message log Path specified in the output destination of the integrated message log#2 mngmessage<number of files>.log
Activity log of the J2EE server Path specified in the output destination of the J2EE server activity log#3
  • For Wraparound mode
    cjmessage<number of files>.log#4
  • For Shift mode
    cjmessage.log

Note#1
For details on the specification of the output destination and number of files of the HCSC-Manager definition file, see "HCSC-Manager definition file" in "Service Platform Reference Guide".

Note#2
Specify the output destination of the integrated message log in manager.cfg (Manager log settings file). The default output destination is as follows:

<Installation directory of Service Platform>\manager\log

For details on the specification of the output destination and number of files, see "10.10 manager.cfg (Manager configuration file) " in "Application Server Definition Reference Guide".

Note#3
Specify the output destination of the activity log of the J2EE server with the ejb.server.log.directory key of usrconf.cfg (option definition file of J2EE server).The default output destination is as follows:

<Installation directory of Service Platform>\CC\server\public\ejb\<J2EE server name>\logs

For details on usrconf.cfg, see "2.3 usrconf.cfg (option definition file for J2EE server) in "Application Server Definition Reference Guide".

Note#4
Specify the file count of the output files in the ejbserver.logger.channels.define.<channel name>.filenum key of the user property file (usrconf.properties) for the J2EE server on which the HCSC server is running. Specify the output file size in the ejbserver.logger.channels.define.<channel name>.filesize key.
For details on usrconf.properties, see"2.4 usrconf.properties (user property file for J2EE server) " in "Application Server Definition Reference Guide".