[omniORB] LocateRequest
Rick Sanden
ricksanden at hotmail.com
Fri Sep 26 12:21:41 BST 2003
Hi All
In our server application, we have a callback, to the client, from time to
time it can take 5 seconds to complete. The
callback only executes a couple of lines of code. With trace on - we noticed
that the "locateRequest"
omniorb call is what takes 5 seconds. Is this normal; it looks like a new
connection is opening (why).
Just looking to understand the behavior.
Thanks in advance
look for RAS in the trace below
omniORB: Distribution date: Tue Jun 3 18:31:02 BST 2003 dgrisby
omniORB: My addresses are:
omniORB: 192.168.0.3
omniORB: 127.0.0.1
omniORB: 144.15.30.219
omniORB: Maximum supported GIOP version is 1.2
omniORB: Native char code sets: UTF-8 ISO-8859-1.
omniORB: Transmission char code sets: UTF-8(1.2) ISO-8859-1(1.2)
ISO-8859-1(1.1)
ISO-8859-1(1.0).
omniORB: Native wide char code sets: UTF-16.
omniORB: Transmission wide char code sets: UTF-16(1.2).
omniORB: Initialising omniDynamic library.
omniORB: Current configuration is as follows:
omniORB: DefaultInitRef (file) = corbaname::192.168.0.2:10499
omniORB: DefaultInitRef (args) =
omniORB: InitRef = NameService =corbaname::192.168.0.2:10499
omniORB: abortOnInternalError = 0
omniORB: acceptBiDirectionalGIOP = 0
omniORB: acceptMisalignedTcIndirections = 0
omniORB: bootstrapAgentHostname =
omniORB: bootstrapAgentPort = 900
omniORB: clientCallTimeOutPeriod = 0
omniORB: clientTransportRule = * unix,ssl,tcp
omniORB: diiThrowsSysExceptions = 0
omniORB: dumpConfiguration = 0
omniORB: endPoint = giop:tcp::
omniORB: endPointPublishAllIFs = 0
omniORB: giopMaxMsgSize = 2097152
omniORB: giopTargetAddressMode = KeyAddr
omniORB: id = omniORB4
omniORB: inConScanPeriod = 0
omniORB: lcdMode = 0
omniORB: maxGIOPConnectionPerServer = 100
omniORB: maxGIOPVersion = 1.2
omniORB: maxInterleavedCallsPerConnection = 100
omniORB: maxServerThreadPerConnection = 100
omniORB: maxServerThreadPoolSize = 100
omniORB: nativeCharCodeSet = ISO-8859-1
omniORB: nativeWCharCodeSet = UTF-16
omniORB: objectTableSize = 0
omniORB: offerBiDirectionalGIOP = 0
omniORB: omniORB_27_CompatibleAnyExtraction = 0
omniORB: oneCallPerConnection = 1
omniORB: outConScanPeriod = 120
omniORB: poaHoldRequestTimeout = 0
omniORB: poaUniquePersistentSystemIds = 1
omniORB: principal = [Null]
omniORB: scanGranularity = 0
omniORB: serverCallTimeOutPeriod = 27000
omniORB: serverTransportRule = * unix,ssl,tcp
omniORB: strictIIOP = 1
omniORB: supportBootstrapAgent = 1
omniORB: supportCurrent = 0
omniORB: supportPerThreadTimeOut = 0
omniORB: tcAliasExpand = 0
omniORB: threadPerConnectionLowerLimit = 9000
omniORB: threadPerConnectionPolicy = 1
omniORB: threadPerConnectionUpperLimit = 10000
omniORB: threadPoolWatchConnection = 1
omniORB: traceInvocations = 0
omniORB: traceLevel = 25
omniORB: traceThreadId = 0
omniORB: unixTransportDirectory = /tmp/omni-%u
omniORB: unixTransportPermission = 777
omniORB: useTypeCodeIndirections = 1
omniORB: verifyObjectExistsAndType = 1
omniORB: Initialising incoming endpoints.
omniORB: Explicit bind to host 192.168.0.3.
omniORB: Bind to address 192.168.0.3.
omniORB: Starting serving incoming endpoints.
telemC_PA_IConnectionInterface_i
omniORB: AsyncInvoker: thread id = 2 has started. Total threads = 1
omniORB: giopRendezvouser task execute for giop:tcp:192.168.0.3:1698
omniORB: Adding root/sessionPOA<0> (activating) to object table.
omniORB: State root/sessionPOA<0> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<0>
target id : IDL:medtronic.com/telemC_PA/IConnectionInterface:1.0
most derived id: IDL:medtronic.com/telemC_PA/IConnectionInterface:1.0
omniORB: Trying to resolve initial reference `NameService'
with configuration file default `corbaname::192.168.0.2:10499/NameService'
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id:
omniORB: Initial reference `NameService' resolved with configuration file
ORBDef
aultInitRef prefix.
omniORB: Client opened connection to giop:tcp:192.168.0.2:10499
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: Client opened connection to giop:tcp:192.168.0.2:10499
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: send codeset service context: (ISO-8859-1,UTF-16)
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 308 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/IConnectionInterface:1.0) --
deleted
.
telemC_PA_IPaEventCallBackServer_i
omniORB: Adding root/sessionPOA<16777216> (activating) to object table.
omniORB: State root/sessionPOA<16777216> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<16777216>
target id : IDL:medtronic.com/telemC_PA/IPaEventCallBackServer:1.0
most derived id: IDL:medtronic.com/telemC_PA/IPaEventCallBackServer:1.0
omniORB: Initial reference `NameService' resolved from configuration file.
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
telemC_PA_ISyncTimeCallBackServer_i
omniORB: Adding root/sessionPOA<33554432> (activating) to object table.
omniORB: State root/sessionPOA<33554432> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<33554432>
target id : IDL:medtronic.com/telemC_PA/ISyncTimeCallBackServer:1.0
most derived id: IDL:medtronic.com/telemC_PA/ISyncTimeCallBackServer:1.0
omniORB: Initial reference `NameService' resolved from configuration file.
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
telemC_PA_ICaptureInterface_i
Hardware Version: 21 (0x15)
omniORB: Adding root/sessionPOA<50331648> (activating) to object table.
omniORB: State root/sessionPOA<50331648> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<50331648>
target id : IDL:medtronic.com/telemC_PA/ICaptureInterface:1.0
most derived id: IDL:medtronic.com/telemC_PA/ICaptureInterface:1.0
omniORB: Initial reference `NameService' resolved from configuration file.
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 284 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 284 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
telemC_PA_IInjErrorInterface_i
omniORB: Adding root/sessionPOA<67108864> (activating) to object table.
omniORB: State root/sessionPOA<67108864> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<67108864>
target id : IDL:medtronic.com/telemC_PA/IInjErrorInterface:1.0
most derived id: IDL:medtronic.com/telemC_PA/IInjErrorInterface:1.0
omniORB: Initial reference `NameService' resolved from configuration file.
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 284 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 284 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
Done Creating Objects
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/IInjErrorInterface:1.0) --
deleted.
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/ICaptureInterface:1.0) --
deleted.
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/ISyncTimeCallBackServer:1.0) --
dele
ted.
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/IPaEventCallBackServer:1.0) --
delet
ed.
Ready..
omniORB: Server accepted connection from giop:tcp:192.168.0.1:2911
omniORB: AsyncInvoker: thread id = 5 has started. Total threads = 2
omniORB: giopWorker task execute.
omniORB: Accepted connection from giop:tcp:192.168.0.1:2911 because of this
rule
: "* unix,ssl,tcp"
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 49 bytes
omniORB: Handling a GIOP LOCATE_REQUEST.
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 20 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 304 bytes
omniORB: recieve codeset service context and set TCS to (ISO-8859-1,UTF-16)
omniORB: Creating ref to remote: root<83886080>
target id : IDL:medtronic.com/telemC_PA/IInternalErrorCallBack:1.0
most derived id: IDL:medtronic.com/telemC_PA/IInternalErrorCallBack:1.0
start connect
Connected
done connect
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 48 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 88 bytes
startConnectionThread
blockedCount: 1
omniORB: Server accepted connection from giop:tcp:192.168.0.1:2912
omniORB: Server accepted connection from giop:tcp:192.168.0.1:2913
omniORB: AsyncInvoker: thread id = 6 has started. Total threads = 4
omniORB: giopWorker task execute.
omniORB: Accepted connection from giop:tcp:192.168.0.1:2912 because of this
rule
: "* unix,ssl,tcp"
omniORB: AsyncInvoker: thread id = 7 has started. Total threads = 4
omniORB: giopWorker task execute.
omniORB: Accepted connection from giop:tcp:192.168.0.1:2913 because of this
rule
: "* unix,ssl,tcp"
omniORB: inputMessage: from giop:tcp:192.168.0.1:2912 49 bytes
omniORB: Handling a GIOP LOCATE_REQUEST.
omniORB: sendChunk: to giop:tcp:192.168.0.1:2912 20 bytes
omniORB: Server accepted connection from giop:tcp:192.168.0.1:2914
omniORB: AsyncInvoker: thread id = 8 has started. Total threads = 5
omniORB: giopWorker task execute.
omniORB: Accepted connection from giop:tcp:192.168.0.1:2914 because of this
rule
: "* unix,ssl,tcp"
omniORB: inputMessage: from giop:tcp:192.168.0.1:2912 104 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2913 49 bytes
omniORB: recieve codeset service context and set TCS to (ISO-8859-1,UTF-16)
omniORB: inputMessage: from giop:tcp:192.168.0.1:2914 49 bytes
omniORB: Server accepted connection from giop:tcp:192.168.0.1:2915
startCaptureThread
omniORB: Handling a GIOP LOCATE_REQUEST.
blockedCount: 2
omniORB: Handling a GIOP LOCATE_REQUEST.
omniORB: sendChunk: to giop:tcp:192.168.0.1:2913 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.1:2914 20 bytes
omniORB: AsyncInvoker: thread id = 9 has started. Total threads = 6
omniORB: giopWorker task execute.
omniORB: Accepted connection from giop:tcp:192.168.0.1:2915 because of this
rule
: "* unix,ssl,tcp"
omniORB: inputMessage: from giop:tcp:192.168.0.1:2913 104 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2914 104 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2915 49 bytes
omniORB: recieve codeset service context and set TCS to (ISO-8859-1,UTF-16)
omniORB: recieve codeset service context and set TCS to (ISO-8859-1,UTF-16)
startInjErrorThread
omniORB: Handling a GIOP LOCATE_REQUEST.
omniORB: sendChunk: to giop:tcp:192.168.0.1:2915 20 bytes
startSyncTimeThread
blockedCount: 3
blockedCount: 4
omniORB: inputMessage: from giop:tcp:192.168.0.1:2915 104 bytes
omniORB: recieve codeset service context and set TCS to (ISO-8859-1,UTF-16)
startPAEventThread
blockedCount: 5
Blocked Count Reached
omniORB: sendChunk: to giop:tcp:192.168.0.1:2915 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2915 248 bytes
omniORB: Creating ref to remote: root<100663296>
target id : IDL:medtronic.com/telemC_PA/ISyncTimeCallBack:1.0
most derived id: IDL:medtronic.com/telemC_PA/ISyncTimeCallBack:1.0
enableSyncWithClientSoftware
startSWSync
Blocked Count Reached
omniORB: sendChunk: to giop:tcp:192.168.0.1:2914 28 bytes
Blocked Count Reached
omniORB: sendChunk: to giop:tcp:192.168.0.1:2913 28 bytes
Blocked Count Reached
omniORB: sendChunk: to giop:tcp:192.168.0.1:2912 28 bytes
Blocked Count Reached
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
Before Sync: 97148
***** RAS THIS loacateRequest that 5 seconds*******
omniORB: LocateRequest to remote: root<100663296>
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
Leaving due to ping timeout - client has gone away.
omniORB: Client opened connection to giop:tcp:192.168.0.1:2902
omniORB: sendChunk: to giop:tcp:192.168.0.1:2915 28 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.1:2902 38 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
Leaving due to ping timeout - client has gone away.resetTimeManager
omniORB: inputMessage: from giop:tcp:192.168.0.1:2902 20 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2912 256 bytes
omniORB: send codeset service context: (ISO-8859-1,UTF-16)
omniORB: Creating ref to remote: root<117440512>
target id : IDL:medtronic.com/telemC_PA/IPaEventCallBack:1.0
most derived id: IDL:medtronic.com/telemC_PA/IPaEventCallBack:1.0
omniORB: sendChunk: to giop:tcp:192.168.0.1:2902 92 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.1:2912 48 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 80 bytes
Version String:
Software Revision: Release_0_8
Interface Revision: $Revision: 1.22 $
Hardware Revision: 21 (0x15)
omniORB: inputMessage: from giop:tcp:192.168.0.1:2902 32 bytes
After Sync: 5703830
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 127 bytes
omniORB: State root/sessionPOA<16777216> (active) -> deactivating
omniORB: POA(sessionPOA) etherealising object.
id: IDL:medtronic.com/telemC_PA/IPaEventCallBackServer:1.0
omniORB: State root/sessionPOA<16777216> (deactivating) -> etherealising
omniORB: Removing root/sessionPOA<16777216> (etherealising) from object
table
omniORB: Object table entry root/sessionPOA<16777216> (dead) deleted.
omniORB: RefCountServantBase has zero ref count -- deleted.
~telemC_PA_IPaEventCallBackServer_i
omniORB: State root/sessionPOA<33554432> (active) -> deactivating
omniORB: POA(sessionPOA) etherealising object.
id: IDL:medtronic.com/telemC_PA/ISyncTimeCallBackServer:1.0
omniORB: State root/sessionPOA<33554432> (deactivating) -> etherealising
omniORB: Removing root/sessionPOA<33554432> (etherealising) from object
table
omniORB: Object table entry root/sessionPOA<33554432> (dead) deleted.
omniORB: RefCountServantBase has zero ref count -- deleted.
~telemC_PA_ISyncTimeCallBackServer_i
omniORB: State root/sessionPOA<67108864> (active) -> deactivating
omniORB: POA(sessionPOA) etherealising object.
id: IDL:medtronic.com/telemC_PA/IInjErrorInterface:1.0
omniORB: State root/sessionPOA<67108864> (deactivating) -> etherealising
omniORB: Removing root/sessionPOA<67108864> (etherealising) from object
table
omniORB: Object table entry root/sessionPOA<67108864> (dead) deleted.
omniORB: RefCountServantBase has zero ref count -- deleted.
~telemC_PA_IInjErrorInterface_i
omniORB: State root/sessionPOA<50331648> (active) -> deactivating
omniORB: POA(sessionPOA) etherealising object.
id: IDL:medtronic.com/telemC_PA/ICaptureInterface:1.0
omniORB: State root/sessionPOA<50331648> (deactivating) -> etherealising
omniORB: Removing root/sessionPOA<50331648> (etherealising) from object
table
omniORB: Object table entry root/sessionPOA<50331648> (dead) deleted.
omniORB: RefCountServantBase has zero ref count -- deleted.
~telemC_PA_ICaptureInterface_i
telemC_PA_IPaEventCallBackServer_i
omniORB: Adding root/sessionPOA<83886080> (activating) to object table.
omniORB: State root/sessionPOA<83886080> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<83886080>
target id : IDL:medtronic.com/telemC_PA/IPaEventCallBackServer:1.0
most derived id: IDL:medtronic.com/telemC_PA/IPaEventCallBackServer:1.0
omniORB: Initial reference `NameService' resolved from configuration file.
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
telemC_PA_ISyncTimeCallBackServer_i
omniORB: Adding root/sessionPOA<100663296> (activating) to object table.
omniORB: State root/sessionPOA<100663296> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<100663296>
target id : IDL:medtronic.com/telemC_PA/ISyncTimeCallBackServer:1.0
most derived id: IDL:medtronic.com/telemC_PA/ISyncTimeCallBackServer:1.0
omniORB: Initial reference `NameService' resolved from configuration file.
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 292 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
telemC_PA_ICaptureInterface_i
Hardware Version: 21 (0x15)
omniORB: Adding root/sessionPOA<117440512> (activating) to object table.
omniORB: State root/sessionPOA<117440512> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<117440512>
target id : IDL:medtronic.com/telemC_PA/ICaptureInterface:1.0
most derived id: IDL:medtronic.com/telemC_PA/ICaptureInterface:1.0
omniORB: Initial reference `NameService' resolved from configuration file.
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 284 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 284 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
telemC_PA_IInjErrorInterface_i
omniORB: Adding root/sessionPOA<134217728> (activating) to object table.
omniORB: State root/sessionPOA<134217728> (activating) -> active
omniORB: Creating ref to local: root/sessionPOA<134217728>
target id : IDL:medtronic.com/telemC_PA/IInjErrorInterface:1.0
most derived id: IDL:medtronic.com/telemC_PA/IInjErrorInterface:1.0
omniORB: Initial reference `NameService' resolved from configuration file.
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 25 bytes
omniORB: Creating ref to remote: key<0x4e616d6553657276696365>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 100 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 88 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 184 bytes
omniORB: Creating ref to remote: root/<z.p.........>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:omg.org/CosNaming/NamingContextExt:1.0
omniORB: LocateRequest to remote: root/<z.p.........>
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 38 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 20 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 284 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 81 bytes
omniORB: sendChunk: to giop:tcp:192.168.0.2:10499 284 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.2:10499 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:omg.org/CosNaming/NamingContextExt:1.0) -- deleted.
omniORB: ObjRef() -- deleted.
Done Creating Objects
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/IInjErrorInterface:1.0) --
deleted.
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/ICaptureInterface:1.0) --
deleted.
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/ISyncTimeCallBackServer:1.0) --
dele
ted.
omniORB: ObjRef(IDL:medtronic.com/telemC_PA/IPaEventCallBackServer:1.0) --
delet
ed.
Ready..
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 80 bytes
omniORB: throw OBJECT_NOT_EXIST from poa.cc:1796
(NO,OBJECT_NOT_EXIST_NoMatch)
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 76 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 76 bytes
omniORB: throw OBJECT_NOT_EXIST from poa.cc:1796
(NO,OBJECT_NOT_EXIST_NoMatch)
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 76 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 72 bytes
ping start
omniORB: sendChunk: to giop:tcp:192.168.0.1:2911 28 bytes
omniORB: inputMessage: from giop:tcp:192.168.0.1:2911 88 bytes
_________________________________________________________________
Frustrated with dial-up? Get high-speed for as low as $29.95/month
(depending on the local service providers in your area).
https://broadband.msn.com
More information about the omniORB-list
mailing list