-Dcom.ibm.CORBA.Debug.Output

This system property redirects Object Request Broker (ORB) trace output to a file, which is known as a trace log.

-Dcom.ibm.CORBA.Debug.Output=filename
Where filename is the name you want to specify for your trace log. If this property is not specified or the value of filename is empty, the file name defaults to the following format:
orbtrc.DDMMYYYY.HHmm.SS.txt
Where:
  • D = day
  • M = month
  • Y = year
  • H = hour (24 hour format)
  • M = minutes
  • S = seconds
If the application does not have the privilege that it requires to write to a file, the trace entries go to stderr.