Skip to main content
Summary This article explains how to enable logging in Artix JAX-RPC runtime
Article Number 36963
Environment Artix 4.x, 5.x JAX-RPC
All Supported Operating Systems
Question/Problem Description How to enable logging in Artix?
Clarifying Information
Error Message
Defect/Enhancement Number
Cause
Resolution In order to use text log files the local_log_stream plugin needs to added to the orb_plugins variable in the configuration scope of the application:
    orb_plugins = ["local_log_stream", ... ];
The log filename can be set through
    plugins:local_log_stream:filename = "/tmp/artix_logfile.log";

In order to use xml log files the xmlfile_log_stream plugin needs to added to the orb_plugins variable in the configuration scope of the application:
    orb_plugins = ["xmlfile_log_stream", ... ];
The log filename can be set through
    plugins:xmlfile_log_stream:filename = "/tmp/artix_logfile.xml";


Artix logging is described in detail in the "Configuring and Deploying Artix Solutions" document, chapter "Configuring Artix Logging".
Artix 5 Product Documentation:
http://supportline.microfocus.com/productdoc.aspx (select CORBA Middleware)
Direct Link:
http://supportline.microfocus.com/Documentation/Artix/Artix562.htm
Workaround
Notes To make an Artix 4.x process run under a particular configuration scope, specify that scope using the -ORBname parameter to the application at startup.

To make an Artix 5.x process run under a particular configuration scope, specify that scope using the -BUSname parameter to the application at startup.
Attachment
Created date: 18 December 2012
Last Modified: 12 February 2013
Last Published: 18 December 2012
First Published date: 18 December 2012

#Orbix
#KnowledgeDocs