Standard system logs
The integration node writes information, warning, and error messages to
standard output (STDOUT) and standard error (STDERR). The integration node records this information
for the integration server and for the integration node admin agent (bipbroker process).
An independent integration server writes information, warning, and error messages to
$workdir/log, where $workdir is the work directory that is
used by the independent integration server.
On some operating systems, the two standard logs are written to separate files, but the system might provide an option for the data to be recorded to a single merged file. On other systems, the two targets are defined to a single file, and you might have the option to separate them. Check the documentation that is provided with your operating system for more details about STDOUT and STDERR.
Integration nodes write records to both STDOUT and STDERR. Always check the contents of the file or files if an error occurs.
Because the records are written whenever components are active, check occasionally that the location of the file or files has sufficient space, or trim the file contents on a regular basis.
| Operating system | Location of STDOUT and STDERR for integration node admin agent | Location of STDOUT and STDERR for integration server | Location of STDOUT and STDERR for HTTPListener |
|---|---|---|---|
|
|
/var/mqsi/components/integrationNodeName | /var/mqsi/components/integrationNodeName/servers/integrationServerName | /var/mqsi/components/integrationNodeName/httplistener |
|
|
A single file, workpath\components\integrationNodeName\console.txt, contains both STDOUT and STDERR data, generated by the admin agent, where workpath is the working directory that is defined for the integration node. | A single file, workpath\components\integrationNodeName\integrationServerName\console.txt, contains both STDOUT and STDERR data, where workpath is the working directory that is defined for the integration node. | A single file, workpath\components\integrationNodeName\broker-integrationNodeName-httplistener-console.txt contains both STDOUT and STDERR data. |
An independent integration server writes information, warning, and error messages to $workdir/log, where $workdir is the work directory that is used by the independent integration server.
| Operating system | Location of STDOUT and STDERR for an independent integration server |
|---|---|
|
|
$workdir/log where $workdir is the work directory that is used by the independent integration server. |
|
|
$workdir/log where $workdir is the work directory that is used by the independent integration server. |
Clearing logs
- Stop the source that is generating the log, such as the broker or integration server.
- Back up the contents of the log file.
- Restart the source.


