Enabling TIBCO ActiveSpaces Logging

You can use the plug-in to enable TIBCO ActiveSpaces logging to troubleshoot errors that occur in TIBCO ActiveSpaces.

Note: Before deploying the application in TIBCO Enterprise Administrator, you have to add the log properties listed in the Properties Added in the INI File column to the config.ini file to enable TIBCO ActiveSpaces logging.

The config.ini file is located in the TIBCO_HOME/bw/version_number/domains/mydomain/appnodes/myappspace/myappnode directory.

Procedure

  1. Start TIBCO Business Studio.
  2. From the menu, click Run > Run Configurations.
  3. In the Run Configurations dialog, click BusinessWorks Application > BWApplication.
  4. Click the (x)=Arguments tab in the right panel.
  5. Type the following properties in the VM arguments panel. Click Apply.
    -Dcom.tibco.plugin.as.filelog.enable=True_or_False
    -Dcom.tibco.plugin.as.filelog.level=log_level
    -Dcom.tibco.plugin.as.filelog.directory=file_path
    -Dcom.tibco.plugin.as.filelog.filename=file_name
    -Dcom.tibco.plugin.as.filelog.limit=max_file_size
    -Dcom.tibco.plugin.as.filelog.fileCount=file_count
    -Dcom.tibco.plugin.as.filelog.append=True_or_False

    See Log Properties for more details about the value of each property.