-Dcom.ibm.CORBA.Debug.Component

This system property can be used with -Dcom.ibm.CORBA.Debug=true to generate trace output for specific Object Request Broker (ORB) subcomponents such as MARSHAL or DISPATCH. This finer level of tracing helps you debug problems with ORB operations.

-Dcom.ibm.CORBA.Debug.Component=name
Where name can be one of the following ORB subcomponents:
  • DISPATCH
  • MARSHAL
  • TRANSPORT
  • CLASSLOADER
  • ALL
When you want to trace more than one of these subcomponents, each subcomponent must be separated by a comma. The default value is ALL.
Note: This option has no effect unless it is used with the system property -Dcom.ibm.CORBA.Debug=true.
The following setting enables tracing for the DISPATCH, TRANSPORT, and CLASSLOADER components:
-Dcom.ibm.CORBA.Debug=true -Dcom.ibm.CORBA.Debug.Component=DISPATCH,TRANSPORT,CLASSLOADER