[omniORB] Reloading DLLs
Andrew Wilde
ajw at it-innovation.soton.ac.uk
Fri May 9 16:00:43 BST 2003
> > I have client which I use to create and destroy 2 echo objects and
> > all works fine. However, if I change the first method to pass an
> > object reference
> >
> > createEcho(Test_ptr testPtr)
> >
> > I get the following error message on the second call to that method:
> >
> > omniORB: Assertion failed. This indicates a bug in the
> application using
>
> At what stage do you get the assertion failure? When you try to
> instantiate the Echo, or before the createEcho operation is called?
I get it when I try to instantiate Echo i.e. on the actual method call createEcho
> Please can you post a trace with -ORBtraceLevel 25.
>
Attached is the trace. I can also send the example if it will help.
Thanks,
Andy.
-------------- next part --------------
omniORB: Distribution date: Fri Mar 14 11:27:17 GMT 2003 dgrisby
omniORB: My addresses are:
omniORB: 192.9.206.163
omniORB: 127.0.0.1
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: Information: the omniDynamic library is not linked.
omniORB: Current configuration is as follows:
omniORB: DefaultInitRef (file) =
omniORB: DefaultInitRef (args) =
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 = 180
omniORB: lcdMode = 0
omniORB: maxGIOPConnectionPerServer = 5
omniORB: maxGIOPVersion = 1.2
omniORB: maxInterleavedCallsPerConnection = 5
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 = 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: 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: Bind to address 0.0.0.0.
omniORB: Starting serving incoming endpoints.
EchoFactory_i constructed
omniORB: Adding root<0> (activating) to object table.
omniORB: State root<0> (activating) -> active
omniORB: Creating ref to local: root<0>
target id : IDL:EchoFactory:1.0
most derived id: IDL:EchoFactory:1.0
omniORB: AsyncInvoker: thread id = 1 has started. Total threads = 1
omniORB: giopRendezvouser task execute for giop:tcp:192.9.206.163:2387
omniORB: Server accepted connection from giop:tcp:192.9.206.163:2398
omniORB: AsyncInvoker: thread id = 2 has started. Total threads = 3
omniORB: Scavenger task execute.
omniORB: AsyncInvoker: thread id = 3 has started. Total threads = 3
omniORB: giopWorker task execute.
omniORB: Accepted connection from giop:tcp:192.9.206.163:2398 because of this rule: "* unix,ssl,tcp"
omniORB: inputMessage: from giop:tcp:192.9.206.163:2398 38 bytes
omniORB: Handling a GIOP LOCATE_REQUEST.
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 20 bytes
omniORB: inputMessage: from giop:tcp:192.9.206.163:2398 228 bytes
omniORB: recieve codeset service context and set TCS to (ISO-8859-1,UTF-16)
omniORB: Creating ref to remote: root<0>
target id : IDL:Test:1.0
most derived id: IDL:Test:1.0
createEchoWithTest called
omniORB: LocateRequest to remote: root<0>
omniORB: Client opened connection to giop:tcp:192.9.206.163:2397
omniORB: sendChunk: to giop:tcp:192.9.206.163:2397 38 bytes
omniORB: inputMessage: from giop:tcp:192.9.206.163:2397 20 bytes
omniORB: send codeset service context: (ISO-8859-1,UTF-16)
omniORB: sendChunk: to giop:tcp:192.9.206.163:2397 84 bytes
omniORB: inputMessage: from giop:tcp:192.9.206.163:2397 24 bytes
omniORB: omniRemoteIdentity deleted.
omniORB: ObjRef(IDL:Test:1.0) -- deleted.
createEcho called
omniORB: Replaced proxyObjectFactory for IDL:Echo:1.0.
omniORB: Replaced proxyObjectFactory for IDL:Test:1.0.
omniORB: Replaced proxyObjectFactory for IDL:EchoFactory:1.0.
hDLL=00C90000
Echo constructed
omniORB: Adding root<16777216> (activating) to object table.
omniORB: State root<16777216> (activating) -> active
omniORB: Creating ref to local: root<16777216>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:Echo:1.0
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 156 bytes
omniORB: ObjRef(IDL:Echo:1.0) -- deleted.
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: inputMessage: from giop:tcp:192.9.206.163:2398 38 bytes
omniORB: Handling a GIOP LOCATE_REQUEST.
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 20 bytes
omniORB: inputMessage: from giop:tcp:192.9.206.163:2398 75 bytes
Echo_i::echoString("Hello!")
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 35 bytes
omniORB: inputMessage: from giop:tcp:192.9.206.163:2398 72 bytes
deactivate object
omniORB: State root<16777216> (active) -> deactivating
omniORB: POA(RootPOA) etherealising object.
id: IDL:Echo:1.0
omniORB: State root<16777216> (deactivating) -> etherealising
omniORB: Removing root<16777216> (etherealising) from object table
omniORB: Object table entry root<16777216> (dead) deleted.
omniORB: RefCountServantBase has zero ref count -- deleted.
Echo destructed
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 24 bytes
omniORB: inputMessage: from giop:tcp:192.9.206.163:2398 64 bytes
About to FreeLibrary
freeLibraryResult=1
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 24 bytes
omniORB: inputMessage: from giop:tcp:192.9.206.163:2398 204 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: Assertion failed. This indicates a bug in the application using
omniORB, or maybe in omniORB itself. e.g. using the ORB after it has
been shut down.
file: omniInternal.cc
line: 951
info: pof
omniORB: WARNING -- method 'createEchoWithTest' raised an unexpected
exception (not a CORBA exception).
omniORB: sendChunk: to giop:tcp:192.9.206.163:2398 68 bytes
omniORB: throw giopStream::CommFailure from giopStream.cc:1085(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: Server connection refcount = 1
omniORB: Server connection refcount = 0
omniORB: Server close connection from giop:tcp:192.9.206.163:2398
omniORB: AsyncInvoker: thread id = 3 has exited. Total threads = 3
More information about the omniORB-list
mailing list