Debugging Corba Communication

Last updated 3 months ago

Track the CORBA calls of your application.

LightbulbWhat you'll learn

  • Track CORBA

Person reading a bookPrerequisites

  • Having a CoreMedia system

WristwatchTime matters

Reading time: 1 minute

Person in front of a laptopShould I read this?

This guide is for Developers, Administrators.

If you want to see which Corba calls your application is doing add the following line to your client. All Corba calls are written to standard out. (many, many lines!)

JAVA_VM_ARGS="$JAVA_VM_ARGS -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.coremedia.corba.CallLogger"
Copyright © 2025 CoreMedia GmbH, CoreMedia Corporation. All Rights Reserved.
Loading...