Discussion:
[omniORB] RE: omniORB: Error in network send/receive
Huang, Ethan
2007-09-04 12:47:00 UTC
Permalink
I traced the message; it looks like the problem was caused by called time out.

However, I checked my configuration all timeout settings were set to ¡°0¡±, which means no timeout, block until reply.

I¡¯m a bit confused, does anyone have any ideas?

The more confused thing is that the call doesn¡¯t always fail; sometimes it could succeed and return the correct results.

Thanks!



Trace from client:

omniORB: LocateRequest to remote: root<1>

omniORB: Client attempt to connect to giop:tcp:10.239.10.26:52541

omniORB: Client opened connection to giop:tcp:10.239.10.26:52541

omniORB: sendChunk: to giop:tcp:10.239.10.26:52541 38 bytes

omniORB: Switch rope to use address giop:tcp:10.239.10.26:52541

omniORB: Error in network send: giop:tcp:10.239.10.26:52541

omniORB: throw giopStream::CommFailure from giopStream.cc:1182(0,NO,TRANSIENT_CallTimedout)

omniORB: Client connection refcount = 0



Trace from Server:

omniORB: Server accepted connection from giop:tcp:10.239.10.26:52653

omniORB: AsyncInvoker: thread id = 16 has started. Total threads = 3

omniORB: giopWorker task execute.

omniORB: Accepted connection from giop:tcp:10.239.10.26:52653 because of this rule: "* unix,ssl,tcp"

omniORB: Error in network receive (start of message): giop:tcp:10.239.10.26:52653

omniORB: throw giopStream::CommFailure from giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)

omniORB: Server connection refcount = 1

omniORB: Server connection refcount = 0

omniORB: Server close connection from giop:tcp:10.239.10.26:52653



________________________________

From: Huang, Ethan
Sent: 2007Äê9ÔÂ3ÈÕ 17:24
To: 'omniorb-***@omniorb-support.com'
Subject: omniORB: Error in network receive



I have a piece of code, which was said to be run correctly with OmniORB3.

However, when I ported to OmniORB4.1, there were some problems:

Sometimes the call could succeed and functions well without any exceptions, but sometimes it throws exceptions like below:



omniORB: Error in network receive (start of message): giop:tcp:10.239.10.26:49282

omniORB: throw giopStream::CommFailure from giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)

¡­



My configuration file is the default reg file in OmniORB packages (imported into registry of Win XP).

Could anyone give some hints to the problem?

Thanks!



-Ethan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20070904/44359a34/attachment.htm
Duncan Grisby
2007-09-04 14:02:07 UTC
Permalink
Post by Huang, Ethan
I traced the message; it looks like the problem was caused by called
time out.
However, I checked my configuration all timeout settings were set to
"0", which means no timeout, block until reply.
I'm a bit confused, does anyone have any ideas?
The more confused thing is that the call doesn't always fail;
sometimes it could succeed and return the correct results.
Please post a complete trace from traceLevel 25 traceThreadId 1
traceTime 1.

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Huang, Ethan
2007-09-05 13:57:30 UTC
Permalink
Hi Duncan,
The attached is the trace of Client and Server.
When the server initialized it will register all objects by name service, meanwhile, fork a new omni_thread to loop through all contexts and de-register obsolete objects.
The code is said to be work well with OmniORB 3.04 (compiled by VC6), however, it had some problems when I used OmniORB 4.1 (Compiled by VC8). Sometimes, the call from client failed and threw exceptions, while sometimes it succeeds and returned expected results.
Checking the trace, I found sometimes it raised the exception "Unable to open a new connection". Is it the reason to the issues? And what's the solution?
In my test, both client and server are running on the single WinXP box.
Thanks!

-----Original Message-----
From: Duncan Grisby [mailto:***@grisby.org]
Sent: 2007Äê9ÔÂ4ÈÕ 16:02
To: Huang, Ethan
Cc: omniorb-***@omniorb-support.com
Subject: Re: [omniORB] RE: omniORB: Error in network send/receive
Post by Huang, Ethan
I traced the message; it looks like the problem was caused by called
time out.
However, I checked my configuration all timeout settings were set to
"0", which means no timeout, block until reply.
I'm a bit confused, does anyone have any ideas?
The more confused thing is that the call doesn't always fail;
sometimes it could succeed and return the correct results.
Please post a complete trace from traceLevel 25 traceThreadId 1
traceTime 1.

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
-------------- next part --------------
omniORB: (0) 2007-09-04 18:03:25.901000: WARNING -- using ORBid omniORB3 (should be omniORB4).
omniORB: (0) 2007-09-04 18:03:25.901000: Distribution date: Tue Nov 28 13:27:23 GMT 2006 dgrisby
omniORB: (0) 2007-09-04 18:03:26.105000: Warning: WSAIoctl SIO_ADDRESS_LIST_QUERY failed.
Unable to obtain the list of all IPv6 interface addresses.
WSAGetLastError() = 0
omniORB: (0) 2007-09-04 18:03:26.105000: My addresses are:
omniORB: 10.239.10.26
omniORB: 127.0.0.1
omniORB: (0) 2007-09-04 18:03:26.105000: Maximum supported GIOP version is 1.2
omniORB: (0) 2007-09-04 18:03:26.105000: Native char code sets: UTF-8 ISO-8859-1.
omniORB: (0) 2007-09-04 18:03:26.105000: Transmission char code sets: UTF-8(1.2) UTF-8(1.1) ISO-8859-1(1.2) ISO-8859-1(1.1) ISO-8859-1(1.0).
omniORB: (0) 2007-09-04 18:03:26.105000: Native wide char code sets: UTF-16.
omniORB: (0) 2007-09-04 18:03:26.105000: Transmission wide char code sets: UTF-16(1.2).
omniORB: (0) 2007-09-04 18:03:26.105000: Initialising omniDynamic library.
omniORB: (0) 2007-09-04 18:03:26.105000: Current configuration is as follows:
omniORB: DefaultInitRef (file) =
omniORB: DefaultInitRef (args) =
omniORB: InitRef = NameService=corbaname::shxpwyhuan29:1250
omniORB: abortOnInternalError = 0
omniORB: abortOnNativeException = 0
omniORB: acceptBiDirectionalGIOP = 0
omniORB: acceptMisalignedTcIndirections = 0
omniORB: bootstrapAgentHostname =
omniORB: bootstrapAgentPort = 900
omniORB: clientCallTimeOutPeriod = 0
omniORB: clientConnectTimeOutPeriod = 0
omniORB: clientTransportRule = * unix,ssl,tcp
omniORB: configFile = [none]
omniORB: connectionWatchImmediate = 0
omniORB: connectionWatchPeriod = 50000
omniORB: copyValuesInLocalCalls = 1
omniORB: diiThrowsSysExceptions = 0
omniORB: dumpConfiguration = 0
omniORB: endPoint = giop:tcp::
omniORB: endPointPublish = addr
omniORB: giopMaxMsgSize = 67108864
omniORB: giopTargetAddressMode = KeyAddr
omniORB: id = omniORB4
omniORB: idleThreadTimeout = 10
omniORB: inConScanPeriod = 180
omniORB: lcdMode = 0
omniORB: maxGIOPConnectionPerServer = 5
omniORB: maxGIOPVersion = 1.2
omniORB: maxInterleavedCallsPerConnection = 5
omniORB: maxServerThreadPerConnection = 100
omniORB: maxServerThreadPoolSize = 100
omniORB: maxSocketRecv = 131072
omniORB: maxSocketSend = 131072
omniORB: nativeCharCodeSet = ISO-8859-1
omniORB: nativeWCharCodeSet = UTF-16
omniORB: objectTableSize = 0
omniORB: offerBiDirectionalGIOP = 0
omniORB: oneCallPerConnection = 1
omniORB: outConScanPeriod = 120
omniORB: poaHoldRequestTimeout = 0
omniORB: poaUniquePersistentSystemIds = 1
omniORB: principal = [Null]
omniORB: scanGranularity = 5
omniORB: serverCallTimeOutPeriod = 0
omniORB: serverTransportRule = * unix,ssl,tcp
omniORB: strictIIOP = 1
omniORB: supportBootstrapAgent = 0
omniORB: supportCurrent = 1
omniORB: supportPerThreadTimeOut = 0
omniORB: tcAliasExpand = 0
omniORB: threadPerConnectionLowerLimit = 9000
omniORB: threadPerConnectionPolicy = 1
omniORB: threadPerConnectionUpperLimit = 10000
omniORB: threadPoolWatchConnection = 1
omniORB: traceExceptions = 1
omniORB: traceFile = [stderr]
omniORB: traceInvocationReturns = 0
omniORB: traceInvocations = 1
omniORB: traceLevel = 25
omniORB: traceThreadId = 1
omniORB: traceTime = 1
omniORB: unixTransportDirectory = /tmp/omni-%u
omniORB: unixTransportPermission = 777
omniORB: useTypeCodeIndirections = 1
omniORB: verifyObjectExistsAndType = 1
omniORB: (0) 2007-09-04 18:03:26.105000: Initialising incoming endpoints.
omniORB: (0) 2007-09-04 18:03:26.105000: Instantiate endpoint 'giop:tcp::0'
omniORB: (0) 2007-09-04 18:03:26.105000: Bind to address 0.0.0.0
omniORB: (0) 2007-09-04 18:03:26.120000: Publish specification: 'addr'
omniORB: (0) 2007-09-04 18:03:26.120000: Try to publish 'addr' for endpoint giop:tcp:10.239.10.26:53676
omniORB: (0) 2007-09-04 18:03:26.120000: Publish endpoint 'giop:tcp:10.239.10.26:53676'
omniORB: (0) 2007-09-04 18:03:26.120000: Starting serving incoming endpoints.
omniORB: (0) 2007-09-04 18:03:26.120000: Creating ref to remote: key<NameService>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id:
omniORB: (0) 2007-09-04 18:03:26.120000: Initial reference `NameService' resolved from configuration file.
omniORB: (0) 2007-09-04 18:03:26.120000: Invoke '_is_a' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:26.120000: Client attempt to connect to giop:tcp:shxpwyhuan29:1250
omniORB: (1) 2007-09-04 18:03:26.120000: AsyncInvoker: thread id = 1 has started. Total threads = 2
omniORB: (1) 2007-09-04 18:03:26.120000: giopRendezvouser task execute for giop:tcp:10.239.10.26:53676
omniORB: (2) 2007-09-04 18:03:26.120000: AsyncInvoker: thread id = 2 has started. Total threads = 2
omniORB: (2) 2007-09-04 18:03:26.120000: Scavenger task execute.
omniORB: (0) 2007-09-04 18:03:26.167000: Client opened connection to giop:tcp:10.239.10.26:1250
omniORB: (0) 2007-09-04 18:03:26.167000: sendChunk: to giop:tcp:10.239.10.26:1250 100 bytes
omniORB: (0) 2007-09-04 18:03:26.167000: inputMessage: from giop:tcp:10.239.10.26:1250 25 bytes
omniORB: (0) 2007-09-04 18:03:26.167000: Creating ref to remote: key<NameService>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: (0) 2007-09-04 18:03:26.198000: Adding root<0> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:26.198000: State root<0> (activating) -> active
omniORB: (0) 2007-09-04 18:03:26.198000: Creating ref to local: root<0>
target id : IDL:HTTP_TestManager:1.0
most derived id: IDL:HTTP_TestManager:1.0
omniORB: (0) 2007-09-04 18:03:26.198000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:26.198000: sendChunk: to giop:tcp:10.239.10.26:1250 104 bytes
omniORB: (0) 2007-09-04 18:03:26.198000: inputMessage: from giop:tcp:10.239.10.26:1250 132 bytes
omniORB: (0) 2007-09-04 18:03:26.198000: Invoke 'bind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:26.198000: sendChunk: to giop:tcp:10.239.10.26:1250 248 bytes
omniORB: (0) 2007-09-04 18:03:26.198000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:26.198000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:26.198000: sendChunk: to giop:tcp:10.239.10.26:1250 115 bytes
omniORB: (0) 2007-09-04 18:03:26.198000: inputMessage: from giop:tcp:10.239.10.26:1250 168 bytes
omniORB: (0) 2007-09-04 18:03:26.198000: Creating ref to remote: root<2>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:cyrano.com/Provider:1.0
omniORB: (0) 2007-09-04 18:03:26.198000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:26.198000: sendChunk: to giop:tcp:10.239.10.26:1250 98 bytes
omniORB: (0) 2007-09-04 18:03:26.198000: inputMessage: from giop:tcp:10.239.10.26:1250 172 bytes
omniORB: (0) 2007-09-04 18:03:26.198000: Creating ref to remote: root<1>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:cyrano.com/CyrFactory:1.0
omniORB: (0) 2007-09-04 18:03:26.198000: Adding root<1> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:26.198000: State root<1> (activating) -> active
omniORB: (0) 2007-09-04 18:03:28.026000: Creating ref to local: root<1>
target id : IDL:cyrano.com/ParamList:1.0
most derived id: IDL:cyrano.com/ParamList:1.0
omniORB: (0) 2007-09-04 18:03:28.042000: LocateRequest to remote: root<1>
omniORB: (0) 2007-09-04 18:03:28.042000: Client attempt to connect to giop:tcp:10.239.10.26:53671
omniORB: (0) 2007-09-04 18:03:28.058000: Client opened connection to giop:tcp:10.239.10.26:53671
omniORB: (0) 2007-09-04 18:03:28.058000: sendChunk: to giop:tcp:10.239.10.26:53671 38 bytes
omniORB: (0) 2007-09-04 18:03:28.058000: Switch rope to use address giop:tcp:10.239.10.26:53671
omniORB: (0) 2007-09-04 18:03:28.058000: Error in network send: giop:tcp:10.239.10.26:53671
omniORB: (0) 2007-09-04 18:03:28.058000: throw giopStream::CommFailure from giopStream.cc:1182(0,NO,TRANSIENT_CallTimedout)
omniORB: (0) 2007-09-04 18:03:28.058000: Client connection refcount = 0
-------------- next part --------------
omniORB: (0) 2007-09-04 18:03:21.167000: WARNING -- using ORBid omniORB3 (should be omniORB4).
omniORB: (0) 2007-09-04 18:03:21.167000: Distribution date: Tue Nov 28 13:27:23 GMT 2006 dgrisby
omniORB: (0) 2007-09-04 18:03:21.167000: Warning: WSAIoctl SIO_ADDRESS_LIST_QUERY failed.
Unable to obtain the list of all IPv6 interface addresses.
WSAGetLastError() = 0
omniORB: (0) 2007-09-04 18:03:21.167000: My addresses are:
omniORB: 10.239.10.26
omniORB: 127.0.0.1
omniORB: (0) 2007-09-04 18:03:21.167000: Maximum supported GIOP version is 1.2
omniORB: (0) 2007-09-04 18:03:21.167000: Native char code sets: UTF-8 ISO-8859-1.
omniORB: (0) 2007-09-04 18:03:21.167000: Transmission char code sets: UTF-8(1.2) UTF-8(1.1) ISO-8859-1(1.2) ISO-8859-1(1.1) ISO-8859-1(1.0).
omniORB: (0) 2007-09-04 18:03:21.167000: Native wide char code sets: UTF-16.
omniORB: (0) 2007-09-04 18:03:21.167000: Transmission wide char code sets: UTF-16(1.2).
omniORB: (0) 2007-09-04 18:03:21.167000: Initialising omniDynamic library.
omniORB: (0) 2007-09-04 18:03:21.167000: Current configuration is as follows:
omniORB: DefaultInitRef (file) =
omniORB: DefaultInitRef (args) =
omniORB: InitRef = NameService=corbaname::shxpwyhuan29:1250
omniORB: abortOnInternalError = 0
omniORB: abortOnNativeException = 0
omniORB: acceptBiDirectionalGIOP = 0
omniORB: acceptMisalignedTcIndirections = 0
omniORB: bootstrapAgentHostname =
omniORB: bootstrapAgentPort = 900
omniORB: clientCallTimeOutPeriod = 0
omniORB: clientConnectTimeOutPeriod = 0
omniORB: clientTransportRule = * unix,ssl,tcp
omniORB: configFile = [none]
omniORB: connectionWatchImmediate = 0
omniORB: connectionWatchPeriod = 50000
omniORB: copyValuesInLocalCalls = 1
omniORB: diiThrowsSysExceptions = 0
omniORB: dumpConfiguration = 0
omniORB: endPoint = giop:tcp::
omniORB: endPointPublish = addr
omniORB: giopMaxMsgSize = 67108864
omniORB: giopTargetAddressMode = KeyAddr
omniORB: id = omniORB4
omniORB: idleThreadTimeout = 10
omniORB: inConScanPeriod = 180
omniORB: lcdMode = 0
omniORB: maxGIOPConnectionPerServer = 5
omniORB: maxGIOPVersion = 1.2
omniORB: maxInterleavedCallsPerConnection = 5
omniORB: maxServerThreadPerConnection = 100
omniORB: maxServerThreadPoolSize = 100
omniORB: maxSocketRecv = 131072
omniORB: maxSocketSend = 131072
omniORB: nativeCharCodeSet = ISO-8859-1
omniORB: nativeWCharCodeSet = UTF-16
omniORB: objectTableSize = 0
omniORB: offerBiDirectionalGIOP = 0
omniORB: oneCallPerConnection = 1
omniORB: outConScanPeriod = 120
omniORB: poaHoldRequestTimeout = 0
omniORB: poaUniquePersistentSystemIds = 1
omniORB: principal = [Null]
omniORB: scanGranularity = 5
omniORB: serverCallTimeOutPeriod = 0
omniORB: serverTransportRule = * unix,ssl,tcp
omniORB: strictIIOP = 1
omniORB: supportBootstrapAgent = 0
omniORB: supportCurrent = 1
omniORB: supportPerThreadTimeOut = 0
omniORB: tcAliasExpand = 0
omniORB: threadPerConnectionLowerLimit = 9000
omniORB: threadPerConnectionPolicy = 1
omniORB: threadPerConnectionUpperLimit = 10000
omniORB: threadPoolWatchConnection = 1
omniORB: traceExceptions = 1
omniORB: traceFile = [stderr]
omniORB: traceInvocationReturns = 0
omniORB: traceInvocations = 1
omniORB: traceLevel = 25
omniORB: traceThreadId = 1
omniORB: traceTime = 1
omniORB: unixTransportDirectory = /tmp/omni-%u
omniORB: unixTransportPermission = 777
omniORB: useTypeCodeIndirections = 1
omniORB: verifyObjectExistsAndType = 1
omniORB: (0) 2007-09-04 18:03:21.167000: Initialising incoming endpoints.
omniORB: (0) 2007-09-04 18:03:21.167000: Instantiate endpoint 'giop:tcp::0'
omniORB: (0) 2007-09-04 18:03:21.167000: Bind to address 0.0.0.0
omniORB: (0) 2007-09-04 18:03:21.167000: Publish specification: 'addr'
omniORB: (0) 2007-09-04 18:03:21.167000: Try to publish 'addr' for endpoint giop:tcp:10.239.10.26:53671
omniORB: (0) 2007-09-04 18:03:21.167000: Publish endpoint 'giop:tcp:10.239.10.26:53671'
omniORB: (0) 2007-09-04 18:03:21.167000: Starting serving incoming endpoints.
omniORB: (1) 2007-09-04 18:03:21.167000: AsyncInvoker: thread id = 1 has started. Total threads = 1
omniORB: (0) 2007-09-04 18:03:21.167000: Creating ref to remote: key<NameService>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id:
omniORB: (0) 2007-09-04 18:03:21.167000: Initial reference `NameService' resolved from configuration file.
omniORB: (1) 2007-09-04 18:03:21.167000: giopRendezvouser task execute for giop:tcp:10.239.10.26:53671
omniORB: (0) 2007-09-04 18:03:21.167000: Invoke '_is_a' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.167000: Client attempt to connect to giop:tcp:shxpwyhuan29:1250
omniORB: (2) 2007-09-04 18:03:21.167000: AsyncInvoker: thread id = 2 has started. Total threads = 2
omniORB: (2) 2007-09-04 18:03:21.167000: Scavenger task execute.
omniORB: (0) 2007-09-04 18:03:21.198000: Client opened connection to giop:tcp:10.239.10.26:1250
omniORB: (0) 2007-09-04 18:03:21.198000: sendChunk: to giop:tcp:10.239.10.26:1250 100 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: inputMessage: from giop:tcp:10.239.10.26:1250 25 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: Creating ref to remote: key<NameService>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: (0) 2007-09-04 18:03:21.198000: Adding root<0> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.198000: State root<0> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.198000: Creating ref to local: root<0>
target id : IDL:CyrLog:1.0
most derived id: IDL:CyrLog:1.0
omniORB: (0) 2007-09-04 18:03:21.198000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.198000: sendChunk: to giop:tcp:10.239.10.26:1250 106 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: inputMessage: from giop:tcp:10.239.10.26:1250 156 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: Creating ref to remote: root<0>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:CyrLog:1.0
omniORB: (0) 2007-09-04 18:03:21.198000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.198000: sendChunk: to giop:tcp:10.239.10.26:1250 240 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: Adding root<1> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.198000: State root<1> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.198000: Creating ref to local: root<1>
target id : IDL:cyrano.com/CyrFactory:1.0
most derived id: IDL:cyrano.com/CyrFactory:1.0
omniORB: (0) 2007-09-04 18:03:21.198000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.198000: sendChunk: to giop:tcp:10.239.10.26:1250 98 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: inputMessage: from giop:tcp:10.239.10.26:1250 172 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: Creating ref to remote: root<1>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:cyrano.com/CyrFactory:1.0
omniORB: (0) 2007-09-04 18:03:21.198000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.198000: sendChunk: to giop:tcp:10.239.10.26:1250 248 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStBean:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStLink:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStByteIt:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStFile:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStFolder:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStProject:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStServer:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStTestRun:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/ParamList:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/Provider:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrFactory:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Replaced proxyObjectFactory for IDL:CyrLog:1.0.
omniORB: (0) 2007-09-04 18:03:21.198000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.198000: sendChunk: to giop:tcp:10.239.10.26:1250 98 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: inputMessage: from giop:tcp:10.239.10.26:1250 172 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: Creating ref to local: root<1>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:cyrano.com/CyrFactory:1.0
omniORB: (0) 2007-09-04 18:03:21.198000: Adding root<2> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.198000: State root<2> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.198000: Creating ref to local: root<2>
target id : IDL:cyrano.com/Provider:1.0
most derived id: IDL:cyrano.com/Provider:1.0
omniORB: (0) 2007-09-04 18:03:21.198000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.198000: sendChunk: to giop:tcp:10.239.10.26:1250 115 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: inputMessage: from giop:tcp:10.239.10.26:1250 168 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: Creating ref to remote: root<2>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:cyrano.com/Provider:1.0
omniORB: (0) 2007-09-04 18:03:21.198000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.198000: sendChunk: to giop:tcp:10.239.10.26:1250 260 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.198000: Dispatching local call 'Register' to root<1> (active)
omniORB: (0) 2007-09-04 18:03:21.214000: Dispatching local call 'Register' to root<1> (active)
omniORB: (0) 2007-09-04 18:03:21.214000: Dispatching local call 'Register' to root<1> (active)
omniORB: (0) 2007-09-04 18:03:21.214000: Dispatching local call 'Register' to root<1> (active)
omniORB: (0) 2007-09-04 18:03:21.214000: Dispatching local call 'Register' to root<1> (active)
omniORB: (0) 2007-09-04 18:03:21.214000: Dispatching local call 'Register' to root<1> (active)
omniORB: (0) 2007-09-04 18:03:21.214000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.214000: sendChunk: to giop:tcp:10.239.10.26:1250 98 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: inputMessage: from giop:tcp:10.239.10.26:1250 172 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: Creating ref to local: root<1>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:cyrano.com/CyrFactory:1.0
omniORB: (0) 2007-09-04 18:03:21.214000: Adding root<3> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.214000: State root<3> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.214000: Creating ref to local: root<3>
target id : IDL:cyrano.com/Provider:1.0
most derived id: IDL:cyrano.com/Provider:1.0
omniORB: (0) 2007-09-04 18:03:21.214000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.214000: sendChunk: to giop:tcp:10.239.10.26:1250 119 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: inputMessage: from giop:tcp:10.239.10.26:1250 168 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: Creating ref to remote: root<3>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:cyrano.com/Provider:1.0
omniORB: (0) 2007-09-04 18:03:21.214000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.214000: sendChunk: to giop:tcp:10.239.10.26:1250 264 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: Dispatching local call 'Register' to root<1> (active)
omniORB: (0) 2007-09-04 18:03:21.214000: Adding root<4> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.214000: State root<4> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.214000: Adding root<5> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.214000: State root<5> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.214000: Creating ref to local: root<5>
target id : IDL:CyrLog:1.0
most derived id: IDL:CyrLog:1.0
omniORB: (0) 2007-09-04 18:03:21.214000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.214000: sendChunk: to giop:tcp:10.239.10.26:1250 106 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: inputMessage: from giop:tcp:10.239.10.26:1250 156 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: Creating ref to remote: root<5>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:CyrLog:1.0
omniORB: (0) 2007-09-04 18:03:21.214000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.214000: sendChunk: to giop:tcp:10.239.10.26:1250 240 bytes
omniORB: (0) 2007-09-04 18:03:21.214000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (3) 2007-09-04 18:03:21.214000: Initial reference `NameService' resolved from configuration file.
omniORB: (3) 2007-09-04 18:03:21.214000: Invoke '_is_a' on remote: key<NameService>
omniORB: (3) 2007-09-04 18:03:21.214000: sendChunk: to giop:tcp:10.239.10.26:1250 100 bytes
omniORB: (3) 2007-09-04 18:03:21.214000: inputMessage: from giop:tcp:10.239.10.26:1250 25 bytes
omniORB: (3) 2007-09-04 18:03:21.214000: Creating ref to remote: key<NameService>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: (3) 2007-09-04 18:03:21.214000: Invoke 'list' on remote: key<NameService>
omniORB: (3) 2007-09-04 18:03:21.214000: sendChunk: to giop:tcp:10.239.10.26:1250 60 bytes
omniORB: (3) 2007-09-04 18:03:21.214000: inputMessage: from giop:tcp:10.239.10.26:1250 188 bytes
omniORB: (3) 2007-09-04 18:03:21.214000: Creating ref to remote: root/<f32add4601000eb0/3>
target id : IDL:omg.org/CosNaming/BindingIterator:1.0
most derived id: IDL:omg.org/CosNaming/BindingIterator:1.0
omniORB: (3) 2007-09-04 18:03:21.214000: LocateRequest to remote: root/<f32add4601000eb0/3>
omniORB: (3) 2007-09-04 18:03:21.214000: Client attempt to connect to giop:tcp:10.239.10.26:1250
omniORB: (0) 2007-09-04 18:03:21.230000: Adding root<6> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.230000: State root<6> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.230000: Creating ref to local: root<6>
target id : IDL:TimeService:1.0
most derived id: IDL:TimeService:1.0
omniORB: (0) 2007-09-04 18:03:21.230000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.230000: sendChunk: to giop:tcp:10.239.10.26:1250 96 bytes
omniORB: (0) 2007-09-04 18:03:21.230000: inputMessage: from giop:tcp:10.239.10.26:1250 160 bytes
omniORB: (0) 2007-09-04 18:03:21.230000: Creating ref to remote: root<6>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:TimeService:1.0
omniORB: (0) 2007-09-04 18:03:21.230000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.230000: sendChunk: to giop:tcp:10.239.10.26:1250 232 bytes
omniORB: (0) 2007-09-04 18:03:21.230000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: Client opened connection to giop:tcp:10.239.10.26:1250
omniORB: (3) 2007-09-04 18:03:21.230000: sendChunk: to giop:tcp:10.239.10.26:1250 38 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: inputMessage: from giop:tcp:10.239.10.26:1250 20 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: Invoke 'next_one' on remote: root/<f32add4601000eb0/3>
omniORB: (3) 2007-09-04 18:03:21.230000: Send codeset service context: (ISO-8859-1,UTF-16)
omniORB: (3) 2007-09-04 18:03:21.230000: sendChunk: to giop:tcp:10.239.10.26:1250 84 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: inputMessage: from giop:tcp:10.239.10.26:1250 72 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: Invoke 'resolve' on remote: key<NameService>
omniORB: (3) 2007-09-04 18:03:21.230000: sendChunk: to giop:tcp:10.239.10.26:1250 96 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: inputMessage: from giop:tcp:10.239.10.26:1250 160 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: Creating ref to local: root<6>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:TimeService:1.0
omniORB: (3) 2007-09-04 18:03:21.230000: Dispatching local call '_non_existent' to root<6> (active)
omniORB: (3) 2007-09-04 18:03:21.230000: ObjRef(IDL:TimeService:1.0) -- deleted.
omniORB: (3) 2007-09-04 18:03:21.230000: Invoke 'next_one' on remote: root/<f32add4601000eb0/3>
omniORB: (3) 2007-09-04 18:03:21.230000: sendChunk: to giop:tcp:10.239.10.26:1250 64 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: inputMessage: from giop:tcp:10.239.10.26:1250 76 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: Invoke 'resolve' on remote: key<NameService>
omniORB: (3) 2007-09-04 18:03:21.230000: sendChunk: to giop:tcp:10.239.10.26:1250 100 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: inputMessage: from giop:tcp:10.239.10.26:1250 164 bytes
omniORB: (3) 2007-09-04 18:03:21.230000: Creating ref to remote: root<7>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:InjectorControl:1.0
omniORB: (3) 2007-09-04 18:03:21.230000: Invoke '_non_existent' on remote: root<7>
omniORB: (3) 2007-09-04 18:03:21.230000: Send codeset service context: (ISO-8859-1,UTF-16)
omniORB: (3) 2007-09-04 18:03:21.230000: Client attempt to connect to giop:tcp:10.239.10.26:53641
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStBean:1.0.
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStLink:1.0.
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStByteIt:1.0.
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStFile:1.0.
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStFolder:1.0.
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStProject:1.0.
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStServer:1.0.
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStTestRun:1.0.
omniORB: (0) 2007-09-04 18:03:21.230000: Replaced proxyObjectFactory for IDL:TimeService:1.0.
omniORB: (0) 2007-09-04 18:03:21.245000: Adding root<7> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.245000: State root<7> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.245000: Creating ref to local: root<7>
target id : IDL:InjectorControl:1.0
most derived id: IDL:InjectorControl:1.0
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 100 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 164 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: Creating ref to remote: root<7>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:InjectorControl:1.0
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 240 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (4) 2007-09-04 18:03:21.245000: Initial reference `NameService' resolved from configuration file.
omniORB: (4) 2007-09-04 18:03:21.245000: Invoke '_is_a' on remote: key<NameService>
omniORB: (4) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 100 bytes
omniORB: (4) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 25 bytes
omniORB: (4) 2007-09-04 18:03:21.245000: Creating ref to remote: key<NameService>
target id : IDL:omg.org/CosNaming/NamingContext:1.0
most derived id:
omniORB: (0) 2007-09-04 18:03:21.245000: Adding root<8> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.245000: State root<8> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.245000: Creating ref to local: root<8>
target id : IDL:InjectorStatus:1.0
most derived id: IDL:InjectorStatus:1.0
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 99 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 127 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'bind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 240 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'unbind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 99 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: Creating ref to local: root<8>
target id : IDL:HTTP_InjectorStatus:1.0
most derived id: IDL:HTTP_InjectorStatus:1.0
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 99 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 127 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'bind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 244 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: Adding root<9> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.245000: State root<9> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.245000: Creating ref to local: root<9>
target id : IDL:StepByStepControl:1.0
most derived id: IDL:StepByStepControl:1.0
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 102 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 168 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: Creating ref to remote: root<9>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:StepByStepControl:1.0
omniORB: (0) 2007-09-04 18:03:21.245000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.245000: sendChunk: to giop:tcp:10.239.10.26:1250 248 bytes
omniORB: (0) 2007-09-04 18:03:21.245000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:CyrLog:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:FileTransferNode:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/ParamList:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/Provider:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrFactory:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStBean:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStLink:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStByteIt:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStFile:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStFolder:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStProject:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStServer:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStTestRun:1.0.
omniORB: (0) 2007-09-04 18:03:21.261000: Adding root<10> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.261000: State root<10> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.261000: Creating ref to local: root<10>
target id : IDL:VarFactory:1.0
most derived id: IDL:VarFactory:1.0
omniORB: (0) 2007-09-04 18:03:21.261000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.261000: sendChunk: to giop:tcp:10.239.10.26:1250 103 bytes
omniORB: (0) 2007-09-04 18:03:21.261000: inputMessage: from giop:tcp:10.239.10.26:1250 160 bytes
omniORB: (0) 2007-09-04 18:03:21.261000: Creating ref to remote: root<10>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:VarFactory:1.0
omniORB: (0) 2007-09-04 18:03:21.261000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.261000: sendChunk: to giop:tcp:10.239.10.26:1250 240 bytes
omniORB: (0) 2007-09-04 18:03:21.261000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (0) 2007-09-04 18:03:21.261000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.261000: sendChunk: to giop:tcp:10.239.10.26:1250 101 bytes
omniORB: (0) 2007-09-04 18:03:21.261000: inputMessage: from giop:tcp:10.239.10.26:1250 168 bytes
omniORB: (0) 2007-09-04 18:03:21.261000: Creating ref to remote: root<11>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:FileTransferNode:1.0
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:FileTransferNode:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/ParamList:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/Provider:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStBean:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStLink:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStByteIt:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStFile:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStFolder:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStProject:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStServer:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrStTestRun:1.0.
omniORB: (0) 2007-09-04 18:03:21.292000: Replaced proxyObjectFactory for IDL:cyrano.com/CyrFactory:1.0.
omniORB: (0) 2007-09-04 18:03:21.308000: Adding root<11> (activating) to object table.
omniORB: (0) 2007-09-04 18:03:21.308000: State root<11> (activating) -> active
omniORB: (0) 2007-09-04 18:03:21.308000: Creating ref to local: root<11>
target id : IDL:FileTransferNode:1.0
most derived id: IDL:FileTransferNode:1.0
omniORB: (0) 2007-09-04 18:03:21.308000: Invoke 'resolve' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.308000: sendChunk: to giop:tcp:10.239.10.26:1250 101 bytes
omniORB: (0) 2007-09-04 18:03:21.308000: inputMessage: from giop:tcp:10.239.10.26:1250 168 bytes
omniORB: (0) 2007-09-04 18:03:21.308000: Creating ref to remote: root<11>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:FileTransferNode:1.0
omniORB: (0) 2007-09-04 18:03:21.308000: Invoke 'rebind' on remote: key<NameService>
omniORB: (0) 2007-09-04 18:03:21.308000: sendChunk: to giop:tcp:10.239.10.26:1250 248 bytes
omniORB: (0) 2007-09-04 18:03:21.308000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (3) 2007-09-04 18:03:22.198000: Switch rope to use address giop:tcp:10.239.10.26:53641
omniORB: (3) 2007-09-04 18:03:22.198000: Unable to open new connection: giop:tcp:10.239.10.26:53641
omniORB: (3) 2007-09-04 18:03:22.198000: throw giopStream::CommFailure from giopStream.cc:1148(0,NO,TRANSIENT_ConnectFailed)
omniORB: (3) 2007-09-04 18:03:22.198000: throw TRANSIENT from omniObjRef.cc:782 (NO,TRANSIENT_ConnectFailed)
omniORB: (3) 2007-09-04 18:03:24.198000: Invoke '_non_existent' on remote: root<7>
omniORB: (3) 2007-09-04 18:03:24.198000: Send codeset service context: (ISO-8859-1,UTF-16)
omniORB: (3) 2007-09-04 18:03:24.198000: Client attempt to connect to giop:tcp:10.239.10.26:53641
omniORB: (3) 2007-09-04 18:03:25.230000: Switch rope to use address giop:tcp:10.239.10.26:53641
omniORB: (3) 2007-09-04 18:03:25.230000: Unable to open new connection: giop:tcp:10.239.10.26:53641
omniORB: (3) 2007-09-04 18:03:25.230000: throw giopStream::CommFailure from giopStream.cc:1148(0,NO,TRANSIENT_ConnectFailed)
omniORB: (3) 2007-09-04 18:03:25.230000: throw TRANSIENT from omniObjRef.cc:782 (NO,TRANSIENT_ConnectFailed)
omniORB: (3) 2007-09-04 18:03:27.230000: Invoke '_non_existent' on remote: root<7>
omniORB: (3) 2007-09-04 18:03:27.230000: Send codeset service context: (ISO-8859-1,UTF-16)
omniORB: (3) 2007-09-04 18:03:27.230000: Client attempt to connect to giop:tcp:10.239.10.26:53641
omniORB: (1) 2007-09-04 18:03:28.042000: Server accepted connection from giop:tcp:10.239.10.26:53679
omniORB: (7) 2007-09-04 18:03:28.042000: AsyncInvoker: thread id = 7 has started. Total threads = 3
omniORB: (7) 2007-09-04 18:03:28.042000: giopWorker task execute.
omniORB: (7) 2007-09-04 18:03:28.042000: Accepted connection from giop:tcp:10.239.10.26:53679 because of this rule: "* unix,ssl,tcp"
omniORB: (7) 2007-09-04 18:03:28.058000: Error in network receive (start of message): giop:tcp:10.239.10.26:53679
omniORB: (7) 2007-09-04 18:03:28.058000: throw giopStream::CommFailure from giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: (7) 2007-09-04 18:03:28.058000: Server connection refcount = 1
omniORB: (7) 2007-09-04 18:03:28.058000: Server connection refcount = 0
omniORB: (7) 2007-09-04 18:03:28.058000: Server close connection from giop:tcp:10.239.10.26:53679
omniORB: (3) 2007-09-04 18:03:28.339000: Switch rope to use address giop:tcp:10.239.10.26:53641
omniORB: (3) 2007-09-04 18:03:28.339000: Unable to open new connection: giop:tcp:10.239.10.26:53641
omniORB: (3) 2007-09-04 18:03:28.339000: throw giopStream::CommFailure from giopStream.cc:1148(0,NO,TRANSIENT_ConnectFailed)
omniORB: (3) 2007-09-04 18:03:28.339000: throw TRANSIENT from omniObjRef.cc:782 (NO,TRANSIENT_ConnectFailed)
omniORB: (3) 2007-09-04 18:03:30.339000: Invoke 'unbind' on remote: key<NameService>
omniORB: (3) 2007-09-04 18:03:30.339000: sendChunk: to giop:tcp:10.239.10.26:1250 100 bytes
omniORB: (3) 2007-09-04 18:03:30.339000: inputMessage: from giop:tcp:10.239.10.26:1250 24 bytes
omniORB: (3) 2007-09-04 18:03:30.339000: omniRemoteIdentity deleted.
omniORB: (3) 2007-09-04 18:03:30.339000: ObjRef(IDL:InjectorControl:1.0) -- deleted.
Loading...