<html><body>
<p><tt><font size="2">Hello Duncan,</font></tt><br>
<br>
<tt><font size="2">thank you for the information.</font></tt><br>
<br>
<tt><font size="2">&gt; 1. omniORB and the other end have seen different IDL definitions,<br>
&gt; meaning that omniORB is encountering something that wasn't sent as a<br>
&gt; value tag.</font></tt><br>
<br>
<tt><font size="2">It is quite possible that this is the cause</font></tt><tt><font size="2">.</font></tt><br>
<tt><font size="2">We are running a CORBA IIOP server based on Java 1.6 and JacORB </font></tt><tt><font size="2">2.3.1 with a IIOP.NET client for years without a problem.</font></tt><br>
<br>
<tt><font size="2">The IIOP.NET client will be replaced with a C++ client. I think omniORB fits our needs best. Everything works like a charm, except for the user exceptions.</font></tt><br>
<tt><font size="2">The Java server code was written first, so the IDL files are generated with the rmic tool with following parameters:</font></tt><br>
<br>
<tt><font size="2">&gt;&gt; rmic -verbose -classpath .\bin -d .\idl -iiop -poa -noValueMethods -idl </font></tt><tt><font size="2">com.eisenmann.penta.interf.share.servant</font></tt><tt><font size="2">.artikel.ArtikelServantImpl</font></tt><br>
<br>
<tt><font size="2">The generated IDL files are slightly adjusted to compile with following omniidl command:</font></tt><br>
<br>
<tt><font size="2">&gt;&gt; </font></tt><tt><font size="2">omniidl.exe -I%OMNIORB_HOME%\idl -I%IDL_PATH% -bcxx -Wbh=.h -Wbd=.cpp -Wbs=.cpp -Wbtp %IDL_PATH%\com\eisenmann\penta\interf\share\data\ArtikelData.idl</font></tt><br>
<br>
<br>
<tt><font size="2">Complete IDL for all the types involved:</font></tt><br>
<br>
<tt><font size="2">CreationException.idl</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">/**</font></tt><br>
<tt><font size="2">&nbsp;* com/eisenmann/penta/interf/share/exceptions/CreationException.idl</font></tt><br>
<tt><font size="2">&nbsp;* Generated by rmic -idl. Do not edit</font></tt><br>
<tt><font size="2">&nbsp;* Mittwoch, 11. März 2015 09:25 Uhr MEZ</font></tt><br>
<tt><font size="2">&nbsp;*/</font></tt><br>
<br>
<tt><font size="2">#include &quot;com/eisenmann/penta/interf/share/exceptions/PentaException.idl&quot;</font></tt><br>
<tt><font size="2">#include &quot;orb.idl&quot;</font></tt><br>
<br>
<tt><font size="2">#ifndef __com_eisenmann_penta_interf_share_exceptions_CreationException__</font></tt><br>
<tt><font size="2">#define __com_eisenmann_penta_interf_share_exceptions_CreationException__</font></tt><br>
<br>
<br>
<tt><font size="2">module com {</font></tt><br>
<tt><font size="2">module eisenmann {</font></tt><br>
<tt><font size="2">module penta {</font></tt><br>
<tt><font size="2">module interf {</font></tt><br>
<tt><font size="2">module share {</font></tt><br>
<tt><font size="2">module exceptions {</font></tt><br>
<br>
<tt><font size="2">&nbsp; &nbsp; valuetype CreationException: ::com::eisenmann::penta::interf::share::exceptions::PentaException {</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; };</font></tt><br>
<tt><font size="2">        #pragma ID CreationException &quot;RMI:com.eisenmann.penta.interf.share.exceptions.CreationException:F464EBE1775992EC:0000000000000001&quot;</font></tt><br>
<br>
<tt><font size="2">        exception CreationEx {</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; ::com::eisenmann::penta::interf::share::exceptions::CreationException value;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; };</font></tt><br>
<br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<br>
<tt><font size="2">#endif</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<br>
<br>
<tt><font size="2">PentaException.idl</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">/**</font></tt><br>
<tt><font size="2">&nbsp;* com/eisenmann/penta/interf/share/exceptions/PentaException.idl</font></tt><br>
<tt><font size="2">&nbsp;* Generated by rmic -idl. Do not edit</font></tt><br>
<tt><font size="2">&nbsp;* Mittwoch, 11. März 2015 09:25 Uhr MEZ</font></tt><br>
<tt><font size="2">&nbsp;*/</font></tt><br>
<br>
<tt><font size="2">#include &quot;java/lang/Exception.idl&quot;</font></tt><br>
<tt><font size="2">#include &quot;org/omg/boxedRMI/CORBA/seq1_WStringValue.idl&quot;</font></tt><br>
<tt><font size="2">#include &quot;orb.idl&quot;</font></tt><br>
<br>
<tt><font size="2">#ifndef __com_eisenmann_penta_interf_share_exceptions_PentaException__</font></tt><br>
<tt><font size="2">#define __com_eisenmann_penta_interf_share_exceptions_PentaException__</font></tt><br>
<br>
<br>
<tt><font size="2">module com {</font></tt><br>
<tt><font size="2">module eisenmann {</font></tt><br>
<tt><font size="2">module penta {</font></tt><br>
<tt><font size="2">module interf {</font></tt><br>
<tt><font size="2">module share {</font></tt><br>
<tt><font size="2">module exceptions {</font></tt><br>
<br>
<tt><font size="2">&nbsp; &nbsp; valuetype PentaException: ::java::lang::JavaException {</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public long exceptionId;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public boolean localizedMessageSet;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public ::CORBA::WStringValue errorKey;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public ::CORBA::WStringValue errorTextKey;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public ::CORBA::WStringValue fieldName;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public ::CORBA::WStringValue localizedMessage;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public ::org::omg::boxedRMI::CORBA::seq1_WStringValue textParameters;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public ::CORBA::WStringValue traceMessage;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; };</font></tt><br>
<tt><font size="2">        #pragma ID PentaException &quot;RMI:com.eisenmann.penta.interf.share.exceptions.PentaException:D32BD1A58B1D1BB3:0000000000000001&quot;</font></tt><br>
<tt><font size="2">        </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; exception PentaEx {</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; ::com::eisenmann::penta::interf::share::exceptions::PentaException value;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; };</font></tt><br>
<br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<br>
<tt><font size="2">#endif</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<br>
<br>
<tt><font size="2">Exception.idl</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">/**</font></tt><br>
<tt><font size="2">&nbsp;* java/lang/Exception.idl</font></tt><br>
<tt><font size="2">&nbsp;* Generated by rmic -idl. Do not edit</font></tt><br>
<tt><font size="2">&nbsp;* Mittwoch, 11. März 2015 09:25 Uhr MEZ</font></tt><br>
<tt><font size="2">&nbsp;*/</font></tt><br>
<br>
<tt><font size="2">#include &quot;java/lang/Throwable.idl&quot;</font></tt><br>
<tt><font size="2">#include &quot;orb.idl&quot;</font></tt><br>
<br>
<tt><font size="2">#ifndef __java_lang_Exception__</font></tt><br>
<tt><font size="2">#define __java_lang_Exception__</font></tt><br>
<br>
<br>
<tt><font size="2">module java {</font></tt><br>
<tt><font size="2">module lang {</font></tt><br>
<br>
<tt><font size="2">        valuetype JavaException</font></tt><tt><font size="2">: ::java::lang::Throwable</font></tt><br>
<tt><font size="2">        {</font></tt><br>
<tt><font size="2">        };</font></tt><br>
<tt><font size="2">        #pragma ID JavaException &quot;RMI:java.lang.Exception:77E8B62CD7E79AA2:D0FD1F3E1A3B1CC4&quot;</font></tt><br>
<tt><font size="2">        </font></tt><br>
<tt><font size="2">        exception Ex</font></tt><br>
<tt><font size="2">        {</font></tt><br>
<tt><font size="2">                ::java::lang::JavaException value;</font></tt><br>
<tt><font size="2">        };</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<br>
<tt><font size="2">#endif</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<br>
<br>
<tt><font size="2">Throwable.idl</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">/**</font></tt><br>
<tt><font size="2">&nbsp;* java/lang/Throwable.idl</font></tt><br>
<tt><font size="2">&nbsp;* Generated by rmic -idl. Do not edit</font></tt><br>
<tt><font size="2">&nbsp;* Mittwoch, 11. März 2015 09:25 Uhr MEZ</font></tt><br>
<tt><font size="2">&nbsp;*/</font></tt><br>
<br>
<tt><font size="2">#include &quot;org/omg/boxedRMI/java/lang/seq1_StackTraceElement.idl&quot;</font></tt><br>
<tt><font size="2">#include &quot;orb.idl&quot;</font></tt><br>
<br>
<tt><font size="2">#ifndef __java_lang_Throwable__</font></tt><br>
<tt><font size="2">#define __java_lang_Throwable__</font></tt><br>
<br>
<br>
<tt><font size="2">module java {</font></tt><br>
<tt><font size="2">module lang {</font></tt><br>
<br>
<tt><font size="2">&nbsp; &nbsp; valuetype Throwable {</font></tt><br>
<tt><font size="2">                public ::java::lang::Throwable cause;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public ::CORBA::WStringValue message;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; public ::org::omg::boxedRMI::java::lang::seq1_StackTraceElement stackTrace;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; };</font></tt><br>
<tt><font size="2">        #pragma ID Throwable &quot;RMI:java.lang.Throwable:F8678B4F4D2EB705:D5C635273977B8CB&quot;</font></tt><br>
<tt><font size="2">        </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; exception ThrowableEx {</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; ::java::lang::Throwable value;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; };</font></tt><br>
<br>
<br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<br>
<tt><font size="2">#endif</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<br>
<br>
<tt><font size="2">seq1_StackTraceElement.idl</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">#include &quot;java/lang/StackTraceElement.idl&quot;</font></tt><br>
<br>
<tt><font size="2">#ifndef __org_omg_boxedRMI_java_lang_seq1_StackTraceElement__</font></tt><br>
<tt><font size="2">#define __org_omg_boxedRMI_java_lang_seq1_StackTraceElement__</font></tt><br>
<br>
<tt><font size="2">module org {</font></tt><br>
<tt><font size="2">module omg {</font></tt><br>
<tt><font size="2">module boxedRMI {</font></tt><br>
<tt><font size="2">module java {</font></tt><br>
<tt><font size="2">module lang {</font></tt><br>
<br>
<tt><font size="2">&nbsp; &nbsp; valuetype seq1_StackTraceElement sequence&lt;::java::lang::StackTraceElement&gt;;</font></tt><br>
<br>
<tt><font size="2">#pragma ID seq1_StackTraceElement &quot;RMI:[Ljava.lang.StackTraceElement;:CD38F9930EA8AAEC:6109C59A2636DD85&quot;</font></tt><br>
<br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<br>
<tt><font size="2">#endif</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<br>
<br>
<tt><font size="2">StackTraceElement.idl</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">#include &quot;orb.idl&quot;</font></tt><br>
<br>
<tt><font size="2">#ifndef __java_lang_StackTraceElement__</font></tt><br>
<tt><font size="2">#define __java_lang_StackTraceElement__</font></tt><br>
<br>
<br>
<tt><font size="2">module java {</font></tt><br>
<tt><font size="2">module lang {</font></tt><br>
<br>
<tt><font size="2">&nbsp; &nbsp; valuetype StackTraceElement {</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; </font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; private long lineNumber;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; private ::CORBA::WStringValue declaringClass;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; private ::CORBA::WStringValue fileName;</font></tt><br>
<tt><font size="2">&nbsp; &nbsp; &nbsp; &nbsp; private ::CORBA::WStringValue methodName;</font></tt><br>
<br>
<tt><font size="2">&nbsp; &nbsp; };</font></tt><br>
<br>
<tt><font size="2">#pragma ID StackTraceElement &quot;RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85&quot;</font></tt><br>
<br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<br>
<tt><font size="2">#endif</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<br>
<br>
<tt><font size="2">seq1_WStringValue.idl</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">/**</font></tt><br>
<tt><font size="2">&nbsp;* org/omg/boxedRMI/CORBA/seq1_WStringValue.idl</font></tt><br>
<tt><font size="2">&nbsp;* Generated by rmic -idl. Do not edit</font></tt><br>
<tt><font size="2">&nbsp;* Mittwoch, 11. März 2015 09:25 Uhr MEZ</font></tt><br>
<tt><font size="2">&nbsp;*/</font></tt><br>
<br>
<tt><font size="2">#include &quot;orb.idl&quot;</font></tt><br>
<br>
<tt><font size="2">#ifndef __org_omg_boxedRMI_CORBA_seq1_WStringValue__</font></tt><br>
<tt><font size="2">#define __org_omg_boxedRMI_CORBA_seq1_WStringValue__</font></tt><br>
<br>
<br>
<tt><font size="2">module org {</font></tt><br>
<tt><font size="2">module omg {</font></tt><br>
<tt><font size="2">module boxedRMI {</font></tt><br>
<tt><font size="2">module CORBA {</font></tt><br>
<br>
<tt><font size="2">&nbsp; &nbsp; valuetype seq1_WStringValue sequence&lt;::CORBA::WStringValue&gt;;</font></tt><br>
<br>
<tt><font size="2">#pragma ID seq1_WStringValue &quot;RMI:[Ljava.lang.String;:071DA8BE7F971128:A0F0A4387A3BB342&quot;</font></tt><br>
<br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<tt><font size="2">};</font></tt><br>
<br>
<tt><font size="2">#endif</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<br>
<br>
<tt><font size="2">Things I changed in the IDL files:</font></tt><br>
<br>
<tt><font size="2">- Put the exception within the same idl file with the valuetype</font></tt><br>
<tt><font size="2">- Removed &quot;custom&quot; keyword from the Throwable valuetype</font></tt><br>
<tt><font size="2">- Changed _Exception to JavaException</font></tt><br>
<br>
<tt><font size="2">The generated CPP code by omniidl compiles fine in Visual Studio 2010.</font></tt><br>
<br>
<br>
<tt><font size="2">The trace from traceLevel 40:</font></tt><br>
<br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.948000: Version: 4.2.0</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.948000: Distribution date: Mon Apr 28 17:48:32 BST 2014 dgrisby</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.952000: My addresses are:</font></tt><br>
<tt><font size="2">omniORB: 10.150.110.28</font></tt><br>
<tt><font size="2">omniORB: 192.168.56.1</font></tt><br>
<tt><font size="2">omniORB: 127.0.0.1</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.952000: Maximum supported GIOP version is 1.2</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.952000: Native char code sets: UTF-8 ISO-8859-1.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.952000: 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).</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.952000: Native wide char code sets: UTF-16.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.952000: Transmission wide char code sets: UTF-16(1.2).</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.952000: Initialising omniDynamic library.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.952000: Current configuration is as follows:</font></tt><br>
<tt><font size="2">omniORB: &nbsp; DefaultInitRef (file) =</font></tt><br>
<tt><font size="2">omniORB: &nbsp; DefaultInitRef (args) =</font></tt><br>
<tt><font size="2">omniORB: &nbsp; InitRef = NameService=corbaloc::encap024.corp.eisenmann.corp:1060/NameService</font></tt><br>
<tt><font size="2">omniORB: &nbsp; abortOnInternalError = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; abortOnNativeException = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; acceptBiDirectionalGIOP = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; acceptMisalignedTcIndirections = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; bootstrapAgentHostname =</font></tt><br>
<tt><font size="2">omniORB: &nbsp; bootstrapAgentPort = 900</font></tt><br>
<tt><font size="2">omniORB: &nbsp; clientCallTimeOutPeriod = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; clientConnectTimeOutPeriod = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; clientTransportRule = * unix,ssl,tcp</font></tt><br>
<tt><font size="2">omniORB: &nbsp; configFile = C:\OMNIORB.CFG</font></tt><br>
<tt><font size="2">omniORB: &nbsp; connectionWatchImmediate = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; connectionWatchPeriod = 50000</font></tt><br>
<tt><font size="2">omniORB: &nbsp; copyValuesInLocalCalls = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; diiThrowsSysExceptions = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; dumpConfiguration = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; endPoint = giop:tcp::</font></tt><br>
<tt><font size="2">omniORB: &nbsp; endPointPublish = addr</font></tt><br>
<tt><font size="2">omniORB: &nbsp; giopMaxMsgSize = 2097152</font></tt><br>
<tt><font size="2">omniORB: &nbsp; giopTargetAddressMode = KeyAddr</font></tt><br>
<tt><font size="2">omniORB: &nbsp; id = omniORB4</font></tt><br>
<tt><font size="2">omniORB: &nbsp; idleThreadTimeout = 10</font></tt><br>
<tt><font size="2">omniORB: &nbsp; immediateAddressSwitch = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; inConScanPeriod = 180</font></tt><br>
<tt><font size="2">omniORB: &nbsp; lcdMode = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; listenBacklog = 2147483647</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxClientThreadPoolSize = 100</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxGIOPConnectionPerServer = 5</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxGIOPVersion = 1.2</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxInterleavedCallsPerConnection = 5</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxServerThreadPerConnection = 100</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxServerThreadPoolSize = 100</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxSocketRecv = 131072</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxSocketSend = 131072</font></tt><br>
<tt><font size="2">omniORB: &nbsp; nativeCharCodeSet = ISO-8859-1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; nativeWCharCodeSet = UTF-16</font></tt><br>
<tt><font size="2">omniORB: &nbsp; objectTableSize = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; offerBiDirectionalGIOP = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; oneCallPerConnection = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; outConScanPeriod = 120</font></tt><br>
<tt><font size="2">omniORB: &nbsp; poaHoldRequestTimeout = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; poaUniquePersistentSystemIds = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; principal = [Null]</font></tt><br>
<tt><font size="2">omniORB: &nbsp; resetTimeOutOnRetries = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; scanGranularity = 5</font></tt><br>
<tt><font size="2">omniORB: &nbsp; serverCallTimeOutPeriod = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; serverTransportRule = * unix,ssl,tcp</font></tt><br>
<tt><font size="2">omniORB: &nbsp; socketSendBuffer = 16384</font></tt><br>
<tt><font size="2">omniORB: &nbsp; strictIIOP = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; supportBootstrapAgent = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; supportCurrent = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; supportPerThreadTimeOut = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; tcAliasExpand = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; threadPerConnectionLowerLimit = 9000</font></tt><br>
<tt><font size="2">omniORB: &nbsp; threadPerConnectionPolicy = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; threadPerConnectionUpperLimit = 10000</font></tt><br>
<tt><font size="2">omniORB: &nbsp; threadPoolWatchConnection = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; throwTransientOnTimeOut = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceExceptions = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceFile = [stderr]</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceInvocationReturns = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceInvocations = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceLevel = 40</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceLocking = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceThreadId = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceTime = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; unixTransportDirectory = /tmp/omni-%u</font></tt><br>
<tt><font size="2">omniORB: &nbsp; unixTransportPermission = &nbsp;777</font></tt><br>
<tt><font size="2">omniORB: &nbsp; useTypeCodeIndirections = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; validateUTF8 = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; verifyObjectExistsAndType = 1</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.964000: Creating ref to remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CORBA/Object:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id:</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.965000: Initial reference `NameService' resolved from -ORBInitRef argument / ORB registration.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.977000: Invoke '_is_a' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.978000: Resolve name 'encap024.corp.eisenmann.corp'...</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.981000: Name 'encap024.corp.eisenmann.corp' resolved to 10.2.0.83</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:08.982000: Client attempt to connect to giop:tcp:10.2.0.83:1060</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.186000: Client opened connection to giop:tcp:10.2.0.83:1060</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.186000: sendChunk: to giop:tcp:10.2.0.83:1060 100 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.187000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 5800 0000 0000 0000 GIOP....X.......</font></tt><br>
<tt><font size="2">0200 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0600 0000 5f69 735f Servicec...._is_</font></tt><br>
<tt><font size="2">6100 300a 0000 0000 2800 0000 4944 4c3a a.0.....(...IDL:</font></tt><br>
<tt><font size="2">6f6d 672e 6f72 672f 436f 734e 616d 696e omg.org/CosNamin</font></tt><br>
<tt><font size="2">672f 4e61 6d69 6e67 436f 6e74 6578 743a g/NamingContext:</font></tt><br>
<tt><font size="2">312e 3000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.190000: inputMessage: from giop:tcp:10.2.0.83:1060 25 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.190000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 000d 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 0002 0000 0000 01 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.190000: Creating ref to remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CosNaming/NamingContext:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id:</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.191000: Invoke 'resolve' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.191000: sendChunk: to giop:tcp:10.2.0.83:1060 85 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.206000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 4900 0000 0000 0000 GIOP....I.......</font></tt><br>
<tt><font size="2">0400 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0800 0000 7265 736f Servicec....reso</font></tt><br>
<tt><font size="2">6c76 6500 0000 0000 0100 0000 0f00 0000 lve.............</font></tt><br>
<tt><font size="2">4172 7469 6b65 6c53 6572 7661 6e74 006e ArtikelServant.n</font></tt><br>
<tt><font size="2">0100 0000 00 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.208000: inputMessage: from giop:tcp:10.2.0.83:1060 236 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.208000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 00e0 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 0004 0000 0000 0000 0056 524d 493a ...........VRMI:</font></tt><br>
<tt><font size="2">636f 6d2e 6569 7365 6e6d 616e 6e2e 7065 com.eisenmann.pe</font></tt><br>
<tt><font size="2">6e74 612e 696e 7465 7266 2e73 6861 7265 nta.interf.share</font></tt><br>
<tt><font size="2">2e73 6572 7661 6e74 2e61 7274 696b 656c .servant.artikel</font></tt><br>
<tt><font size="2">2e49 4172 7469 6b65 6c53 6572 7661 6e74 .IArtikelServant</font></tt><br>
<tt><font size="2">3a30 3030 3030 3030 3030 3030 3030 3030 :000000000000000</font></tt><br>
<tt><font size="2">3000 0000 0000 0001 0000 0000 0000 006c 0..............l</font></tt><br>
<tt><font size="2">0001 0200 0000 000a 3130 2e32 2e30 2e38 ........10.2.0.8</font></tt><br>
<tt><font size="2">3300 0536 0000 0016 3933 3438 3135 3436 3..6....93481546</font></tt><br>
<tt><font size="2">3034 2f00 1835 0125 293d 0002 1b2e 0000 04/..5.%)=......</font></tt><br>
<tt><font size="2">0000 0002 0000 0000 0000 0008 0000 0000 ................</font></tt><br>
<tt><font size="2">4a41 4300 0000 0001 0000 0020 0000 0000 JAC........ ....</font></tt><br>
<tt><font size="2">0001 0001 0000 0001 0501 0001 0001 0109 ................</font></tt><br>
<tt><font size="2">0000 0002 0501 0001 0001 0100 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ............</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.217000: Creating ref to remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CORBA/Object:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id: RMI:com.eisenmann.penta.interf.share.servant.artikel.IArtikelServant:0000000000000000</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.231000: ObjRef() -- deleted.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.232000: Initial reference `NameService' resolved from -ORBInitRef argument / ORB registration.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.232000: Invoke '_is_a' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.232000: sendChunk: to giop:tcp:10.2.0.83:1060 100 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.260000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 5800 0000 0000 0000 GIOP....X.......</font></tt><br>
<tt><font size="2">0600 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0600 0000 5f69 735f Servicec...._is_</font></tt><br>
<tt><font size="2">6100 6500 0000 0000 2800 0000 4944 4c3a a.e.....(...IDL:</font></tt><br>
<tt><font size="2">6f6d 672e 6f72 672f 436f 734e 616d 696e omg.org/CosNamin</font></tt><br>
<tt><font size="2">672f 4e61 6d69 6e67 436f 6e74 6578 743a g/NamingContext:</font></tt><br>
<tt><font size="2">312e 3000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.263000: inputMessage: from giop:tcp:10.2.0.83:1060 25 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.263000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 000d 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 0006 0000 0000 01 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.267000: Creating ref to remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CosNaming/NamingContext:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id:</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.268000: Invoke 'resolve' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.269000: sendChunk: to giop:tcp:10.2.0.83:1060 85 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.283000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 4900 0000 0000 0000 GIOP....I.......</font></tt><br>
<tt><font size="2">0800 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0800 0000 7265 736f Servicec....reso</font></tt><br>
<tt><font size="2">6c76 6500 0000 0000 0100 0000 0e00 0000 lve.............</font></tt><br>
<tt><font size="2">5365 7276 6572 5365 7276 616e 7400 696e ServerServant.in</font></tt><br>
<tt><font size="2">0100 0000 00 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.286000: inputMessage: from giop:tcp:10.2.0.83:1060 232 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.286000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 00dc 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 0008 0000 0000 0000 0054 524d 493a ...........TRMI:</font></tt><br>
<tt><font size="2">636f 6d2e 6569 7365 6e6d 616e 6e2e 7065 com.eisenmann.pe</font></tt><br>
<tt><font size="2">6e74 612e 696e 7465 7266 2e73 6861 7265 nta.interf.share</font></tt><br>
<tt><font size="2">2e73 6572 7661 6e74 2e73 6572 7665 722e .servant.server.</font></tt><br>
<tt><font size="2">4953 6572 7665 7253 6572 7661 6e74 3a30 IServerServant:0</font></tt><br>
<tt><font size="2">3030 3030 3030 3030 3030 3030 3030 3000 000000000000000.</font></tt><br>
<tt><font size="2">0000 0001 0000 0000 0000 006c 0001 0200 ...........l....</font></tt><br>
<tt><font size="2">0000 000a 3130 2e32 2e30 2e38 3300 0536 ....10.2.0.83..6</font></tt><br>
<tt><font size="2">0000 0016 3933 3438 3135 3436 3034 2f03 ....9348154604/.</font></tt><br>
<tt><font size="2">1835 0125 293d 0002 1b2e 0000 0000 0002 .5.%)=..........</font></tt><br>
<tt><font size="2">0000 0000 0000 0008 0000 0000 4a41 4300 ............JAC.</font></tt><br>
<tt><font size="2">0000 0001 0000 0020 0000 0000 0001 0001 ....... ........</font></tt><br>
<tt><font size="2">0000 0001 0501 0001 0001 0109 0000 0002 ................</font></tt><br>
<tt><font size="2">0501 0001 0001 0100 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.296000: Creating ref to remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CORBA/Object:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id: RMI:com.eisenmann.penta.interf.share.servant.server.IServerServant:0000000000000000</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.311000: ObjRef() -- deleted.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.311000: Initial reference `NameService' resolved from -ORBInitRef argument / ORB registration.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.312000: Invoke '_is_a' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.312000: sendChunk: to giop:tcp:10.2.0.83:1060 100 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.313000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 5800 0000 0000 0000 GIOP....X.......</font></tt><br>
<tt><font size="2">0a00 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0600 0000 5f69 735f Servicec...._is_</font></tt><br>
<tt><font size="2">6100 6500 0000 0000 2800 0000 4944 4c3a a.e.....(...IDL:</font></tt><br>
<tt><font size="2">6f6d 672e 6f72 672f 436f 734e 616d 696e omg.org/CosNamin</font></tt><br>
<tt><font size="2">672f 4e61 6d69 6e67 436f 6e74 6578 743a g/NamingContext:</font></tt><br>
<tt><font size="2">312e 3000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.341000: inputMessage: from giop:tcp:10.2.0.83:1060 25 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.341000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 000d 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 000a 0000 0000 01 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.348000: Creating ref to remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CosNaming/NamingContext:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id:</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.349000: Invoke 'resolve' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.349000: sendChunk: to giop:tcp:10.2.0.83:1060 85 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.363000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 4900 0000 0000 0000 GIOP....I.......</font></tt><br>
<tt><font size="2">0c00 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0800 0000 7265 736f Servicec....reso</font></tt><br>
<tt><font size="2">6c76 6500 0000 0000 0100 0000 0e00 0000 lve.............</font></tt><br>
<tt><font size="2">456e 6753 544c 5365 7276 616e 7400 696e EngSTLServant.in</font></tt><br>
<tt><font size="2">0100 0000 00 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.365000: inputMessage: from giop:tcp:10.2.0.83:1060 232 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.366000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 00dc 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 000c 0000 0000 0000 0054 524d 493a ...........TRMI:</font></tt><br>
<tt><font size="2">636f 6d2e 6569 7365 6e6d 616e 6e2e 7065 com.eisenmann.pe</font></tt><br>
<tt><font size="2">6e74 612e 696e 7465 7266 2e73 6861 7265 nta.interf.share</font></tt><br>
<tt><font size="2">2e73 6572 7661 6e74 2e65 6e67 7374 6c2e .servant.engstl.</font></tt><br>
<tt><font size="2">4945 6e67 5354 4c53 6572 7661 6e74 3a30 IEngSTLServant:0</font></tt><br>
<tt><font size="2">3030 3030 3030 3030 3030 3030 3030 3000 000000000000000.</font></tt><br>
<tt><font size="2">0000 0001 0000 0000 0000 006c 0001 0200 ...........l....</font></tt><br>
<tt><font size="2">0000 000a 3130 2e32 2e30 2e38 3300 0536 ....10.2.0.83..6</font></tt><br>
<tt><font size="2">0000 0016 3933 3438 3135 3436 3034 2f04 ....9348154604/.</font></tt><br>
<tt><font size="2">1835 0125 293d 0002 1b2e 0000 0000 0002 .5.%)=..........</font></tt><br>
<tt><font size="2">0000 0000 0000 0008 0000 0000 4a41 4300 ............JAC.</font></tt><br>
<tt><font size="2">0000 0001 0000 0020 0000 0000 0001 0001 ....... ........</font></tt><br>
<tt><font size="2">0000 0001 0501 0001 0001 0109 0000 0002 ................</font></tt><br>
<tt><font size="2">0501 0001 0001 0100 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.377000: Creating ref to remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CORBA/Object:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id: RMI:com.eisenmann.penta.interf.share.servant.engstl.IEngSTLServant:0000000000000000</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.391000: ObjRef() -- deleted.</font></tt><br>
<tt><font size="2">452 [0x000014b0] INFO en_tc_penta_interface_main null - ServantRef narrowed</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.398000: Register value factory for 'RMI:com.eisenmann.penta.interf.share.data.ArtikelData:F5FAF179D94CCE8B:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.419000: Register value factory for 'RMI:com.eisenmann.penta.interf.share.data.EngSTLKData:F2F8DA3AD8CCDA34:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.420000: Register value factory for 'RMI:com.eisenmann.penta.interf.share.data.EngSTLPData:52C9C233B9A93902:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.421000: Register value factory for 'RMI:com.eisenmann.penta.interf.share.exceptions.CreationException:F464EBE1775992EC:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.427000: Register value factory for 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.427000: LocateRequest to remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.428000: Client attempt to connect to giop:tcp:10.2.0.83:1334</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.432000: Client opened connection to giop:tcp:10.2.0.83:1334</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.432000: sendChunk: to giop:tcp:10.2.0.83:1334 46 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.433000:</font></tt><br>
<tt><font size="2">4749 4f50 0102 0103 2200 0000 0200 0000 GIOP....&quot;.......</font></tt><br>
<tt><font size="2">0000 0000 1600 0000 3933 3438 3135 3436 ........93481546</font></tt><br>
<tt><font size="2">3034 2f00 1835 0125 293d 0002 1b2e &nbsp; &nbsp; &nbsp;04/..5.%)=....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.436000: inputMessage: from giop:tcp:10.2.0.83:1334 20 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.437000:</font></tt><br>
<tt><font size="2">4749 4f50 0102 0004 0000 0008 0000 0002 GIOP............</font></tt><br>
<tt><font size="2">0000 0001 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.438000: Invoke 'create' on remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.438000: Send codeset service context: (ISO-8859-1,UTF-16)</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.439000: Create output value indirection tracker</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.447000: sendChunk: to giop:tcp:10.2.0.83:1334 412 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.447000:</font></tt><br>
<tt><font size="2">4749 4f50 0102 0100 9001 0000 0400 0000 GIOP............</font></tt><br>
<tt><font size="2">0300 0000 0000 0000 1600 0000 3933 3438 ............9348</font></tt><br>
<tt><font size="2">3135 3436 3034 2f00 1835 0125 293d 0002 154604/..5.%)=..</font></tt><br>
<tt><font size="2">1b2e 0000 0700 0000 6372 6561 7465 0000 ........create..</font></tt><br>
<tt><font size="2">0100 0000 0100 0000 0c00 0000 0100 0000 ................</font></tt><br>
<tt><font size="2">0100 0100 0901 0100 0000 0000 02ff ff7f ................</font></tt><br>
<tt><font size="2">5800 0000 524d 493a 636f 6d2e 6569 7365 X...RMI:com.eise</font></tt><br>
<tt><font size="2">6e6d 616e 6e2e 7065 6e74 612e 696e 7465 nmann.penta.inte</font></tt><br>
<tt><font size="2">7266 2e73 6861 7265 2e64 6174 612e 4172 rf.share.data.Ar</font></tt><br>
<tt><font size="2">7469 6b65 6c44 6174 613a 4635 4641 4631 tikelData:F5FAF1</font></tt><br>
<tt><font size="2">3739 4439 3443 4345 3842 3a30 3030 3030 79D94CCE8B:00000</font></tt><br>
<tt><font size="2">3030 3030 3030 3030 3030 3100 0000 0000 00000000001.....</font></tt><br>
<tt><font size="2">00ff ff7f 0400 0000 fffe 2d00 0000 0000 ..........-.....</font></tt><br>
<tt><font size="2">00ff ff7f 1600 0000 fffe 4600 3000 3000 ..........F.0.0.</font></tt><br>
<tt><font size="2">3000 3000 3900 3000 3900 3600 3300 0000 0.0.9.0.9.6.3...</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ............</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:09.449000: Delete output value indirection tracker</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.684000: inputMessage: from giop:tcp:10.2.0.83:1334 2774 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.685000:</font></tt><br>
<tt><font size="2">4749 4f50 0102 0001 0000 0aca 0000 0004 GIOP............</font></tt><br>
<tt><font size="2">0000 0001 0000 0000 0000 003f 4944 4c3a ...........?IDL:</font></tt><br>
<tt><font size="2">636f 6d2f 6569 7365 6e6d 616e 6e2f 7065 com/eisenmann/pe</font></tt><br>
<tt><font size="2">6e74 612f 696e 7465 7266 2f73 6861 7265 nta/interf/share</font></tt><br>
<tt><font size="2">2f65 7863 6570 7469 6f6e 732f 4372 6561 /exceptions/Crea</font></tt><br>
<tt><font size="2">7469 6f6e 4578 3a31 2e30 0000 7fff ff02 tionEx:1.0......</font></tt><br>
<tt><font size="2">0000 0064 524d 493a 636f 6d2e 6569 7365 ...dRMI:com.eise</font></tt><br>
<tt><font size="2">6e6d 616e 6e2e 7065 6e74 612e 696e 7465 nmann.penta.inte</font></tt><br>
<tt><font size="2">7266 2e73 6861 7265 2e65 7863 6570 7469 rf.share.excepti</font></tt><br>
<tt><font size="2">6f6e 732e 4372 6561 7469 6f6e 4578 6365 ons.CreationExce</font></tt><br>
<tt><font size="2">7074 696f 6e3a 4634 3634 4542 4531 3737 ption:F464EBE177</font></tt><br>
<tt><font size="2">3539 3932 4543 3a30 3030 3030 3030 3030 5992EC:000000000</font></tt><br>
<tt><font size="2">3030 3030 3030 3100 0101 0000 0000 0000 0000001.........</font></tt><br>
<tt><font size="2">7fff ff00 0000 007a 0044 0061 0073 0020 .......z.D.a.s.</font></tt><br>
<tt><font size="2">004f 0062 006a 0065 006b 0074 0020 0065 .O.b.j.e.k.t. .e</font></tt><br>
<tt><font size="2">0078 0069 0073 0074 0069 0065 0072 0074 .x.i.s.t.i.e.r.t</font></tt><br>
<tt><font size="2">0020 0062 0065 0072 0065 0069 0074 0073 . .b.e.r.e.i.t.s</font></tt><br>
<tt><font size="2">0020 0028 0063 006c 0069 0065 006e 0074 . .(.c.l.i.e.n.t</font></tt><br>
<tt><font size="2">0020 0063 006f 006d 006d 0075 006e 0069 . .c.o.m.m.u.n.i</font></tt><br>
<tt><font size="2">0063 0061 0074 0069 006f 006e 0020 0069 .c.a.t.i.o.n. .i</font></tt><br>
<tt><font size="2">0064 0020 0069 0073 0020 0033 0033 0034 .d. .i.s. .3.3.4</font></tt><br>
<tt><font size="2">0029 0000 7fff ff02 0000 0045 524d 493a .).........ERMI:</font></tt><br>
<tt><font size="2">5b4c 6a61 7661 2e6c 616e 672e 5374 6163 [Ljava.lang.Stac</font></tt><br>
<tt><font size="2">6b54 7261 6365 456c 656d 656e 743b 3a43 kTraceElement;:C</font></tt><br>
<tt><font size="2">4433 3846 3939 3330 4541 3841 4145 433a D38F9930EA8AAEC:</font></tt><br>
<tt><font size="2">3631 3039 4335 3941 3236 3336 4444 3835 6109C59A2636DD85</font></tt><br>
<tt><font size="2">0000 0000 0000 0008 7fff ff02 0000 0042 ...............B</font></tt><br>
<tt><font size="2">524d 493a 6a61 7661 2e6c 616e 672e 5374 RMI:java.lang.St</font></tt><br>
<tt><font size="2">6163 6b54 7261 6365 456c 656d 656e 743a ackTraceElement:</font></tt><br>
<tt><font size="2">4344 3338 4639 3933 3045 4138 4141 4543 CD38F9930EA8AAEC</font></tt><br>
<tt><font size="2">3a36 3130 3943 3539 4132 3633 3644 4438 :6109C59A2636DD8</font></tt><br>
<tt><font size="2">3500 0000 0000 0129 7fff ff00 0000 008a 5......)........</font></tt><br>
<tt><font size="2">0063 006f 006d 002e 0065 0069 0073 0065 .c.o.m...e.i.s.e</font></tt><br>
<tt><font size="2">006e 006d 0061 006e 006e 002e 0070 0065 .n.m.a.n.n...p.e</font></tt><br>
<tt><font size="2">006e 0074 0061 002e 0068 0069 0070 0062 .n.t.a...h.i.p.b</font></tt><br>
<tt><font size="2">006f 0062 002e 0069 006e 0074 0065 0072 .o.b...i.n.t.e.r</font></tt><br>
<tt><font size="2">0066 002e 0073 0065 0072 0076 0065 0072 .f...s.e.r.v.e.r</font></tt><br>
<tt><font size="2">002e 0048 0069 0070 0042 006f 0062 0041 ...H.i.p.B.o.b.A</font></tt><br>
<tt><font size="2">0062 0073 0074 0072 0061 0063 0074 0053 .b.s.t.r.a.c.t.S</font></tt><br>
<tt><font size="2">0069 006d 0070 006c 0065 0044 0065 006c .i.m.p.l.e.D.e.l</font></tt><br>
<tt><font size="2">0065 0067 0061 0074 0065 0000 7fff ff00 .e.g.a.t.e......</font></tt><br>
<tt><font size="2">0000 0042 0048 0069 0070 0042 006f 0062 ...B.H.i.p.B.o.b</font></tt><br>
<tt><font size="2">0041 0062 0073 0074 0072 0061 0063 0074 .A.b.s.t.r.a.c.t</font></tt><br>
<tt><font size="2">0053 0069 006d 0070 006c 0065 0044 0065 .S.i.m.p.l.e.D.e</font></tt><br>
<tt><font size="2">006c 0065 0067 0061 0074 0065 002e 006a .l.e.g.a.t.e...j</font></tt><br>
<tt><font size="2">0061 0076 0061 0000 7fff ff00 0000 0024 .a.v.a.........$</font></tt><br>
<tt><font size="2">0063 0072 0065 0061 0074 0065 0053 0069 .c.r.e.a.t.e.S.i</font></tt><br>
<tt><font size="2">0074 0065 0053 0070 0065 0063 0069 0066 .t.e.S.p.e.c.i.f</font></tt><br>
<tt><font size="2">0069 0063 7fff ff02 ffff ffff ffff fea0 .i.c............</font></tt><br>
<tt><font size="2">0000 0100 ffff ffff ffff fee0 ffff ffff ................</font></tt><br>
<tt><font size="2">ffff ff6c 7fff ff00 0000 000c 0063 0072 ...l.........c.r</font></tt><br>
<tt><font size="2">0065 0061 0074 0065 7fff ff02 ffff ffff .e.a.t.e........</font></tt><br>
<tt><font size="2">ffff fe6c 0000 0001 7fff ff00 0000 008a ...l............</font></tt><br>
<tt><font size="2">0063 006f 006d 002e 0065 0069 0073 0065 .c.o.m...e.i.s.e</font></tt><br>
<tt><font size="2">006e 006d 0061 006e 006e 002e 0070 0065 .n.m.a.n.n...p.e</font></tt><br>
<tt><font size="2">006e 0074 0061 002e 0068 0069 0070 0062 .n.t.a...h.i.p.b</font></tt><br>
<tt><font size="2">006f 0062 002e 0069 006e 0074 0065 0072 .o.b...i.n.t.e.r</font></tt><br>
<tt><font size="2">0066 002e 0073 0065 0072 0076 0065 0072 .f...s.e.r.v.e.r</font></tt><br>
<tt><font size="2">002e 0048 0069 0070 0042 006f 0062 0041 ...H.i.p.B.o.b.A</font></tt><br>
<tt><font size="2">0072 0074 0069 006b 0065 006c 0053 0065 .r.t.i.k.e.l.S.e</font></tt><br>
<tt><font size="2">0072 0076 0061 006e 0074 0044 0065 006c .r.v.a.n.t.D.e.l</font></tt><br>
<tt><font size="2">0065 0067 0061 0074 0065 0000 7fff ff00 .e.g.a.t.e......</font></tt><br>
<tt><font size="2">0000 0042 0048 0069 0070 0042 006f 0062 ...B.H.i.p.B.o.b</font></tt><br>
<tt><font size="2">0041 0072 0074 0069 006b 0065 006c 0053 .A.r.t.i.k.e.l.S</font></tt><br>
<tt><font size="2">0065 0072 0076 0061 006e 0074 0044 0065 .e.r.v.a.n.t.D.e</font></tt><br>
<tt><font size="2">006c 0065 0067 0061 0074 0065 002e 006a .l.e.g.a.t.e...j</font></tt><br>
<tt><font size="2">0061 0076 0061 0000 ffff ffff ffff fef8 .a.v.a..........</font></tt><br>
<tt><font size="2">7fff ff02 ffff ffff ffff fd74 0000 0033 ...........t...3</font></tt><br>
<tt><font size="2">7fff ff00 0000 0086 0063 006f 006d 002e .........c.o.m..</font></tt><br>
<tt><font size="2">0065 0069 0073 0065 006e 006d 0061 006e .e.i.s.e.n.m.a.n</font></tt><br>
<tt><font size="2">006e 002e 0070 0065 006e 0074 0061 002e .n...p.e.n.t.a..</font></tt><br>
<tt><font size="2">0069 006e 0074 0065 0072 0066 002e 0073 .i.n.t.e.r.f...s</font></tt><br>
<tt><font size="2">0068 0061 0072 0065 002e 0073 0065 0072 .h.a.r.e...s.e.r</font></tt><br>
<tt><font size="2">0076 0061 006e 0074 002e 0061 0072 0074 .v.a.n.t...a.r.t</font></tt><br>
<tt><font size="2">0069 006b 0065 006c 002e 0041 0072 0074 .i.k.e.l...A.r.t</font></tt><br>
<tt><font size="2">0069 006b 0065 006c 0053 0065 0072 0076 .i.k.e.l.S.e.r.v</font></tt><br>
<tt><font size="2">0061 006e 0074 0049 006d 0070 006c 0000 .a.n.t.I.m.p.l..</font></tt><br>
<tt><font size="2">7fff ff00 0000 002e 0041 0072 0074 0069 .........A.r.t.i</font></tt><br>
<tt><font size="2">006b 0065 006c 0053 0065 0072 0076 0061 .k.e.l.S.e.r.v.a</font></tt><br>
<tt><font size="2">006e 0074 0049 006d 0070 006c 002e 006a .n.t.I.m.p.l...j</font></tt><br>
<tt><font size="2">0061 0076 0061 0000 ffff ffff ffff fe18 .a.v.a..........</font></tt><br>
<tt><font size="2">7fff ff02 ffff ffff ffff fc94 ffff ffff ................</font></tt><br>
<tt><font size="2">7fff ff00 0000 0090 0063 006f 006d 002e .........c.o.m..</font></tt><br>
<tt><font size="2">0065 0069 0073 0065 006e 006d 0061 006e .e.i.s.e.n.m.a.n</font></tt><br>
<tt><font size="2">006e 002e 0070 0065 006e 0074 0061 002e .n...p.e.n.t.a..</font></tt><br>
<tt><font size="2">0069 006e 0074 0065 0072 0066 002e 0073 .i.n.t.e.r.f...s</font></tt><br>
<tt><font size="2">0068 0061 0072 0065 002e 0073 0065 0072 .h.a.r.e...s.e.r</font></tt><br>
<tt><font size="2">0076 0061 006e 0074 002e 0061 0072 0074 .v.a.n.t...a.r.t</font></tt><br>
<tt><font size="2">0069 006b 0065 006c 002e 005f 0041 0072 .i.k.e.l..._.A.r</font></tt><br>
<tt><font size="2">0074 0069 006b 0065 006c 0053 0065 0072 .t.i.k.e.l.S.e.r</font></tt><br>
<tt><font size="2">0076 0061 006e 0074 0049 006d 0070 006c .v.a.n.t.I.m.p.l</font></tt><br>
<tt><font size="2">005f 0054 0069 0065 0000 0000 7fff ff00 ._.T.i.e........</font></tt><br>
<tt><font size="2">0000 000e 005f 0069 006e 0076 006f 006b ....._.i.n.v.o.k</font></tt><br>
<tt><font size="2">0065 0000 7fff ff02 ffff ffff ffff fbd0 .e..............</font></tt><br>
<tt><font size="2">0000 012d 7fff ff00 0000 003e 006f 0072 ...-.......&gt;.o.r</font></tt><br>
<tt><font size="2">0067 002e 006a 0061 0063 006f 0072 0062 .g...j.a.c.o.r.b</font></tt><br>
<tt><font size="2">002e 0070 006f 0061 002e 0052 0065 0071 ...p.o.a...R.e.q</font></tt><br>
<tt><font size="2">0075 0065 0073 0074 0050 0072 006f 0063 .u.e.s.t.P.r.o.c</font></tt><br>
<tt><font size="2">0065 0073 0073 006f 0072 0000 7fff ff00 .e.s.s.o.r......</font></tt><br>
<tt><font size="2">0000 002a 0052 0065 0071 0075 0065 0073 ...*.R.e.q.u.e.s</font></tt><br>
<tt><font size="2">0074 0050 0072 006f 0063 0065 0073 0073 .t.P.r.o.c.e.s.s</font></tt><br>
<tt><font size="2">006f 0072 002e 006a 0061 0076 0061 0000 .o.r...j.a.v.a..</font></tt><br>
<tt><font size="2">7fff ff00 0000 001e 0069 006e 0076 006f .........i.n.v.o</font></tt><br>
<tt><font size="2">006b 0065 004f 0070 0065 0072 0061 0074 .k.e.O.p.e.r.a.t</font></tt><br>
<tt><font size="2">0069 006f 006e 0000 7fff ff02 ffff ffff .i.o.n..........</font></tt><br>
<tt><font size="2">ffff fb1c 0000 025c ffff ffff ffff ff48 .......\.......H</font></tt><br>
<tt><font size="2">ffff ffff ffff ff88 7fff ff00 0000 000e ................</font></tt><br>
<tt><font size="2">0070 0072 006f 0063 0065 0073 0073 0000 .p.r.o.c.e.s.s..</font></tt><br>
<tt><font size="2">7fff ff02 ffff ffff ffff fae4 0000 02eb ................</font></tt><br>
<tt><font size="2">ffff ffff ffff ff10 ffff ffff ffff ff50 ...............P</font></tt><br>
<tt><font size="2">7fff ff00 0000 0006 0072 0075 006e 0000 .........r.u.n..</font></tt><br>
<tt><font size="2">0000 012c 0000 0000 7fff ff00 0000 0022 ...,...........&quot;</font></tt><br>
<tt><font size="2">0049 0049 004f 0050 0053 0045 0052 0056 .I.I.O.P.S.E.R.V</font></tt><br>
<tt><font size="2">0045 0052 005f 0030 0030 0030 0030 0038 .E.R._.0.0.0.0.8</font></tt><br>
<tt><font size="2">0032 0000 7fff ff00 0000 0022 0049 0049 .2.........&quot;.I.I</font></tt><br>
<tt><font size="2">004f 0050 0053 0045 0052 0056 0045 0052 .O.P.S.E.R.V.E.R</font></tt><br>
<tt><font size="2">005f 0030 0030 0030 0030 0038 0032 0000 ._.0.0.0.0.8.2..</font></tt><br>
<tt><font size="2">7fff ff00 0000 0072 0063 006f 006d 002e .......r.c.o.m..</font></tt><br>
<tt><font size="2">0065 0069 0073 0065 006e 006d 0061 006e .e.i.s.e.n.m.a.n</font></tt><br>
<tt><font size="2">006e 002e 0070 0065 006e 0074 0061 002e .n...p.e.n.t.a..</font></tt><br>
<tt><font size="2">0069 006e 0074 0065 0072 0066 002e 0073 .i.n.t.e.r.f...s</font></tt><br>
<tt><font size="2">0068 0061 0072 0065 002e 0064 0061 0074 .h.a.r.e...d.a.t</font></tt><br>
<tt><font size="2">0061 002e 0041 0072 0074 0069 006b 0065 .a...A.r.t.i.k.e</font></tt><br>
<tt><font size="2">006c 0044 0061 0074 0061 0040 0031 0031 .l.D.a.t.a.@.1.1</font></tt><br>
<tt><font size="2">0039 0064 0030 0037 0065 0000 7fff ff00 .9.d.0.7.e......</font></tt><br>
<tt><font size="2">0000 0000 7fff ff02 0000 003a 524d 493a ...........:RMI:</font></tt><br>
<tt><font size="2">5b4c 6a61 7661 2e6c 616e 672e 5374 7269 [Ljava.lang.Stri</font></tt><br>
<tt><font size="2">6e67 3b3a 3037 3144 4138 4245 3746 3937 ng;:071DA8BE7F97</font></tt><br>
<tt><font size="2">3131 3238 3a41 3046 3041 3433 3837 4133 1128:A0F0A4387A3</font></tt><br>
<tt><font size="2">4242 3334 3200 0000 0000 0001 7fff ff02 BB342...........</font></tt><br>
<tt><font size="2">0000 0023 4944 4c3a 6f6d 672e 6f72 672f ...#IDL:omg.org/</font></tt><br>
<tt><font size="2">434f 5242 412f 5753 7472 696e 6756 616c CORBA/WStringVal</font></tt><br>
<tt><font size="2">7565 3a31 2e30 0000 0000 0006 0033 0033 ue:1.0.......3.3</font></tt><br>
<tt><font size="2">0034 0000 7fff ff00 0000 027a 0045 0078 .4.........z.E.x</font></tt><br>
<tt><font size="2">0063 0065 0070 0074 0069 006f 006e 0020 .c.e.p.t.i.o.n.</font></tt><br>
<tt><font size="2">006f 0063 0063 0075 0072 0072 0065 0064 .o.c.c.u.r.r.e.d</font></tt><br>
<tt><font size="2">0020 0064 0075 0072 0069 006e 0067 0020 . .d.u.r.i.n.g.</font></tt><br>
<tt><font size="2">0065 0078 0065 0063 0075 0074 0069 006e .e.x.e.c.u.t.i.n</font></tt><br>
<tt><font size="2">0067 0020 0070 0072 006f 0063 0065 0064 .g. .p.r.o.c.e.d</font></tt><br>
<tt><font size="2">0075 0072 0065 003a 0020 0063 0072 0065 .u.r.e.:. .c.r.e</font></tt><br>
<tt><font size="2">0061 0074 0065 005f 0041 0072 0074 0069 .a.t.e._.A.r.t.i</font></tt><br>
<tt><font size="2">006b 0065 006c 0044 0061 0074 0061 0020 .k.e.l.D.a.t.a.</font></tt><br>
<tt><font size="2">0028 0063 006f 006d 006d 0075 006e 0069 .(.c.o.m.m.u.n.i</font></tt><br>
<tt><font size="2">0063 0061 0074 0069 006f 006e 0020 0063 .c.a.t.i.o.n. .c</font></tt><br>
<tt><font size="2">0061 006c 006c 0020 0069 0064 0020 0033 .a.l.l. .i.d. .3</font></tt><br>
<tt><font size="2">0033 0034 0029 0020 000a 0045 0072 0072 .3.4.). ...E.r.r</font></tt><br>
<tt><font size="2">006f 0072 0020 006f 0063 0063 0075 0072 .o.r. .o.c.c.u.r</font></tt><br>
<tt><font size="2">0072 0065 0064 0020 0064 0075 0072 0069 .r.e.d. .d.u.r.i</font></tt><br>
<tt><font size="2">006e 0067 0020 0065 0078 0065 0063 0075 .n.g. .e.x.e.c.u</font></tt><br>
<tt><font size="2">0074 0069 006e 0067 0020 0074 0068 0065 .t.i.n.g. .t.h.e</font></tt><br>
<tt><font size="2">0020 0064 006f 0041 0063 0074 0069 006f . .d.o.A.c.t.i.o</font></tt><br>
<tt><font size="2">006e 0020 006d 0065 0074 0068 006f 0064 .n. .m.e.t.h.o.d</font></tt><br>
<tt><font size="2">0020 006f 0066 0020 0041 0063 0074 0069 . .o.f. .A.c.t.i</font></tt><br>
<tt><font size="2">006f 006e 004e 006f 0064 0065 0020 0052 .o.n.N.o.d.e. .R</font></tt><br>
<tt><font size="2">0065 0061 0064 0050 0073 0069 0070 0065 .e.a.d.P.s.i.p.e</font></tt><br>
<tt><font size="2">006e 0074 0061 0044 0065 0074 0061 0069 .n.t.a.D.e.t.a.i</font></tt><br>
<tt><font size="2">006c 0041 0063 0074 0069 006f 006e 004e .l.A.c.t.i.o.n.N</font></tt><br>
<tt><font size="2">006f 0064 0065 0020 0028 0063 006c 0069 .o.d.e. .(.c.l.i</font></tt><br>
<tt><font size="2">0065 006e 0074 0020 0063 006f 006d 006d .e.n.t. .c.o.m.m</font></tt><br>
<tt><font size="2">0075 006e 0069 0063 0061 0074 0069 006f .u.n.i.c.a.t.i.o</font></tt><br>
<tt><font size="2">006e 0020 0069 0064 0020 0069 0073 0020 .n. .i.d. .i.s.</font></tt><br>
<tt><font size="2">0033 0033 0034 0029 0020 000a 004f 0062 .3.3.4.). ...O.b</font></tt><br>
<tt><font size="2">006a 0065 0063 0074 0020 0064 006f 0065 .j.e.c.t. .d.o.e</font></tt><br>
<tt><font size="2">0073 0020 0061 006c 0072 0065 0061 0064 .s. .a.l.r.e.a.d</font></tt><br>
<tt><font size="2">0079 0020 0065 0078 0069 0073 0074 0020 .y. .e.x.i.s.t.</font></tt><br>
<tt><font size="2">0028 0063 006c 0069 0065 006e 0074 0020 .(.c.l.i.e.n.t.</font></tt><br>
<tt><font size="2">0063 006f 006d 006d 0075 006e 0069 0063 .c.o.m.m.u.n.i.c</font></tt><br>
<tt><font size="2">0061 0074 0069 006f 006e 0020 0069 0064 .a.t.i.o.n. .i.d</font></tt><br>
<tt><font size="2">0020 0069 0073 0020 0033 0033 0034 0029 . .i.s. .3.3.4.)</font></tt><br>
<tt><font size="2">0020 0028 0063 006c 0069 0065 006e 0074 . .(.c.l.i.e.n.t</font></tt><br>
<tt><font size="2">0020 0063 006f 006d 006d 0075 006e 0069 . .c.o.m.m.u.n.i</font></tt><br>
<tt><font size="2">0063 0061 0074 0069 006f 006e 0020 0063 .c.a.t.i.o.n. .c</font></tt><br>
<tt><font size="2">0061 006c 006c 0020 0069 0064 0020 0033 .a.l.l. .i.d. .3</font></tt><br>
<tt><font size="2">0033 0034 0029 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.3.4.)</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.705000: Create input value indirection tracker</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.706000: Unmarshal value 'RMI:com.eisenmann.penta.interf.share.exceptions.CreationException:F464EBE1775992EC:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.707000: throw MARSHAL from valueType.cc:341 (YES,MARSHAL_InvalidValueTag)</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.708000: Unexpected error encountered in talking to the server giop:tcp:10.2.0.83:1334. The connection is closed immediately. &nbsp;GIOP_C state 4, strand state 0</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.708000: Client connection giop:tcp:10.2.0.83:1334 refcount = 0</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.710000: Client close connection to giop:tcp:10.2.0.83:1334</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:51:10.710000: Delete input value indirection tracker</font></tt><br>
<tt><font size="2">1771 [0x000014b0] INFO en_tc_penta_interface_main null - CORBA::MARSHAL catched</font></tt><br>
<tt><font size="2">1774 [0x000014b0] INFO en_tc_penta_interface_main null - minor: 1096024176</font></tt><br>
<tt><font size="2">1777 [0x000014b0] INFO en_tc_penta_interface_main null - message: MARSHAL_InvalidValueTag</font></tt><br>
<br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<tt><font size="2">===================================================================================================================================</font></tt><br>
<br>
<br>
<tt><font size="2">If I remove &quot;: ::java::lang::Throwable&quot; from JavaException IDL it generated a different output which seems to get a little bit further:</font></tt><br>
<br>
<tt><font size="2">0 [0x00001b3c] WARN en_tc_penta_interface_main null - Environment variable EN_LOG4CXX_TC_CONFIG_FILE not set!</font></tt><br>
<tt><font size="2">8 [0x00001b3c] WARN en_tc_penta_interface_main null - Using basic configuration.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.706000: Version: 4.2.0</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.707000: Distribution date: Mon Apr 28 17:48:32 BST 2014 dgrisby</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.710000: My addresses are:</font></tt><br>
<tt><font size="2">omniORB: 10.150.110.28</font></tt><br>
<tt><font size="2">omniORB: 192.168.56.1</font></tt><br>
<tt><font size="2">omniORB: 127.0.0.1</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.710000: Maximum supported GIOP version is 1.2</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.710000: Native char code sets: UTF-8 ISO-8859-1.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.710000: 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).</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.710000: Native wide char code sets: UTF-16.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.710000: Transmission wide char code sets: UTF-16(1.2).</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.710000: Initialising omniDynamic library.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.711000: Current configuration is as follows:</font></tt><br>
<tt><font size="2">omniORB: &nbsp; DefaultInitRef (file) =</font></tt><br>
<tt><font size="2">omniORB: &nbsp; DefaultInitRef (args) =</font></tt><br>
<tt><font size="2">omniORB: &nbsp; InitRef = NameService=corbaloc::encap024.corp.eisenmann.corp:1060/NameService</font></tt><br>
<tt><font size="2">omniORB: &nbsp; abortOnInternalError = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; abortOnNativeException = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; acceptBiDirectionalGIOP = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; acceptMisalignedTcIndirections = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; bootstrapAgentHostname =</font></tt><br>
<tt><font size="2">omniORB: &nbsp; bootstrapAgentPort = 900</font></tt><br>
<tt><font size="2">omniORB: &nbsp; clientCallTimeOutPeriod = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; clientConnectTimeOutPeriod = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; clientTransportRule = * unix,ssl,tcp</font></tt><br>
<tt><font size="2">omniORB: &nbsp; configFile = C:\OMNIORB.CFG</font></tt><br>
<tt><font size="2">omniORB: &nbsp; connectionWatchImmediate = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; connectionWatchPeriod = 50000</font></tt><br>
<tt><font size="2">omniORB: &nbsp; copyValuesInLocalCalls = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; diiThrowsSysExceptions = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; dumpConfiguration = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; endPoint = giop:tcp::</font></tt><br>
<tt><font size="2">omniORB: &nbsp; endPointPublish = addr</font></tt><br>
<tt><font size="2">omniORB: &nbsp; giopMaxMsgSize = 2097152</font></tt><br>
<tt><font size="2">omniORB: &nbsp; giopTargetAddressMode = KeyAddr</font></tt><br>
<tt><font size="2">omniORB: &nbsp; id = omniORB4</font></tt><br>
<tt><font size="2">omniORB: &nbsp; idleThreadTimeout = 10</font></tt><br>
<tt><font size="2">omniORB: &nbsp; immediateAddressSwitch = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; inConScanPeriod = 180</font></tt><br>
<tt><font size="2">omniORB: &nbsp; lcdMode = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; listenBacklog = 2147483647</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxClientThreadPoolSize = 100</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxGIOPConnectionPerServer = 5</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxGIOPVersion = 1.2</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxInterleavedCallsPerConnection = 5</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxServerThreadPerConnection = 100</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxServerThreadPoolSize = 100</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxSocketRecv = 131072</font></tt><br>
<tt><font size="2">omniORB: &nbsp; maxSocketSend = 131072</font></tt><br>
<tt><font size="2">omniORB: &nbsp; nativeCharCodeSet = ISO-8859-1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; nativeWCharCodeSet = UTF-16</font></tt><br>
<tt><font size="2">omniORB: &nbsp; objectTableSize = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; offerBiDirectionalGIOP = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; oneCallPerConnection = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; outConScanPeriod = 120</font></tt><br>
<tt><font size="2">omniORB: &nbsp; poaHoldRequestTimeout = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; poaUniquePersistentSystemIds = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; principal = [Null]</font></tt><br>
<tt><font size="2">omniORB: &nbsp; resetTimeOutOnRetries = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; scanGranularity = 5</font></tt><br>
<tt><font size="2">omniORB: &nbsp; serverCallTimeOutPeriod = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; serverTransportRule = * unix,ssl,tcp</font></tt><br>
<tt><font size="2">omniORB: &nbsp; socketSendBuffer = 16384</font></tt><br>
<tt><font size="2">omniORB: &nbsp; strictIIOP = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; supportBootstrapAgent = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; supportCurrent = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; supportPerThreadTimeOut = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; tcAliasExpand = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; threadPerConnectionLowerLimit = 9000</font></tt><br>
<tt><font size="2">omniORB: &nbsp; threadPerConnectionPolicy = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; threadPerConnectionUpperLimit = 10000</font></tt><br>
<tt><font size="2">omniORB: &nbsp; threadPoolWatchConnection = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; throwTransientOnTimeOut = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceExceptions = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceFile = [stderr]</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceInvocationReturns = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceInvocations = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceLevel = 40</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceLocking = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceThreadId = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; traceTime = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; unixTransportDirectory = /tmp/omni-%u</font></tt><br>
<tt><font size="2">omniORB: &nbsp; unixTransportPermission = &nbsp;777</font></tt><br>
<tt><font size="2">omniORB: &nbsp; useTypeCodeIndirections = 1</font></tt><br>
<tt><font size="2">omniORB: &nbsp; validateUTF8 = 0</font></tt><br>
<tt><font size="2">omniORB: &nbsp; verifyObjectExistsAndType = 1</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.712000: Creating ref to remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CORBA/Object:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id:</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.713000: Initial reference `NameService' resolved from -ORBInitRef argument / ORB registration.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.713000: Invoke '_is_a' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.714000: Resolve name 'encap024.corp.eisenmann.corp'...</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.716000: Name 'encap024.corp.eisenmann.corp' resolved to 10.2.0.83</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.717000: Client attempt to connect to giop:tcp:10.2.0.83:1060</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.845000: Client opened connection to giop:tcp:10.2.0.83:1060</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.845000: sendChunk: to giop:tcp:10.2.0.83:1060 100 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.846000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 5800 0000 0000 0000 GIOP....X.......</font></tt><br>
<tt><font size="2">0200 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0600 0000 5f69 735f Servicec...._is_</font></tt><br>
<tt><font size="2">6100 300a 0000 0000 2800 0000 4944 4c3a a.0.....(...IDL:</font></tt><br>
<tt><font size="2">6f6d 672e 6f72 672f 436f 734e 616d 696e omg.org/CosNamin</font></tt><br>
<tt><font size="2">672f 4e61 6d69 6e67 436f 6e74 6578 743a g/NamingContext:</font></tt><br>
<tt><font size="2">312e 3000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.849000: inputMessage: from giop:tcp:10.2.0.83:1060 25 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.849000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 000d 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 0002 0000 0000 01 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.850000: Creating ref to remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CosNaming/NamingContext:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id:</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.850000: Invoke 'resolve' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.851000: sendChunk: to giop:tcp:10.2.0.83:1060 85 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.851000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 4900 0000 0000 0000 GIOP....I.......</font></tt><br>
<tt><font size="2">0400 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0800 0000 7265 736f Servicec....reso</font></tt><br>
<tt><font size="2">6c76 6500 0000 0000 0100 0000 0f00 0000 lve.............</font></tt><br>
<tt><font size="2">4172 7469 6b65 6c53 6572 7661 6e74 006e ArtikelServant.n</font></tt><br>
<tt><font size="2">0100 0000 00 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.853000: inputMessage: from giop:tcp:10.2.0.83:1060 236 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.853000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 00e0 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 0004 0000 0000 0000 0056 524d 493a ...........VRMI:</font></tt><br>
<tt><font size="2">636f 6d2e 6569 7365 6e6d 616e 6e2e 7065 com.eisenmann.pe</font></tt><br>
<tt><font size="2">6e74 612e 696e 7465 7266 2e73 6861 7265 nta.interf.share</font></tt><br>
<tt><font size="2">2e73 6572 7661 6e74 2e61 7274 696b 656c .servant.artikel</font></tt><br>
<tt><font size="2">2e49 4172 7469 6b65 6c53 6572 7661 6e74 .IArtikelServant</font></tt><br>
<tt><font size="2">3a30 3030 3030 3030 3030 3030 3030 3030 :000000000000000</font></tt><br>
<tt><font size="2">3000 0000 0000 0001 0000 0000 0000 006c 0..............l</font></tt><br>
<tt><font size="2">0001 0200 0000 000a 3130 2e32 2e30 2e38 ........10.2.0.8</font></tt><br>
<tt><font size="2">3300 0536 0000 0016 3933 3438 3135 3436 3..6....93481546</font></tt><br>
<tt><font size="2">3034 2f00 1835 0125 293d 0002 1b2e 0000 04/..5.%)=......</font></tt><br>
<tt><font size="2">0000 0002 0000 0000 0000 0008 0000 0000 ................</font></tt><br>
<tt><font size="2">4a41 4300 0000 0001 0000 0020 0000 0000 JAC........ ....</font></tt><br>
<tt><font size="2">0001 0001 0000 0001 0501 0001 0001 0109 ................</font></tt><br>
<tt><font size="2">0000 0002 0501 0001 0001 0100 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ............</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.854000: Creating ref to remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CORBA/Object:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id: RMI:com.eisenmann.penta.interf.share.servant.artikel.IArtikelServant:0000000000000000</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.854000: ObjRef() -- deleted.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.855000: Initial reference `NameService' resolved from -ORBInitRef argument / ORB registration.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.855000: Invoke '_is_a' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.856000: sendChunk: to giop:tcp:10.2.0.83:1060 100 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.856000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 5800 0000 0000 0000 GIOP....X.......</font></tt><br>
<tt><font size="2">0600 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0600 0000 5f69 735f Servicec...._is_</font></tt><br>
<tt><font size="2">6100 6500 0000 0000 2800 0000 4944 4c3a a.e.....(...IDL:</font></tt><br>
<tt><font size="2">6f6d 672e 6f72 672f 436f 734e 616d 696e omg.org/CosNamin</font></tt><br>
<tt><font size="2">672f 4e61 6d69 6e67 436f 6e74 6578 743a g/NamingContext:</font></tt><br>
<tt><font size="2">312e 3000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.858000: inputMessage: from giop:tcp:10.2.0.83:1060 25 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.858000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 000d 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 0006 0000 0000 01 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.859000: Creating ref to remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CosNaming/NamingContext:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id:</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.859000: Invoke 'resolve' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.859000: sendChunk: to giop:tcp:10.2.0.83:1060 85 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.860000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 4900 0000 0000 0000 GIOP....I.......</font></tt><br>
<tt><font size="2">0800 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0800 0000 7265 736f Servicec....reso</font></tt><br>
<tt><font size="2">6c76 6500 0000 0000 0100 0000 0e00 0000 lve.............</font></tt><br>
<tt><font size="2">5365 7276 6572 5365 7276 616e 7400 696e ServerServant.in</font></tt><br>
<tt><font size="2">0100 0000 00 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.862000: inputMessage: from giop:tcp:10.2.0.83:1060 232 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.862000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 00dc 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 0008 0000 0000 0000 0054 524d 493a ...........TRMI:</font></tt><br>
<tt><font size="2">636f 6d2e 6569 7365 6e6d 616e 6e2e 7065 com.eisenmann.pe</font></tt><br>
<tt><font size="2">6e74 612e 696e 7465 7266 2e73 6861 7265 nta.interf.share</font></tt><br>
<tt><font size="2">2e73 6572 7661 6e74 2e73 6572 7665 722e .servant.server.</font></tt><br>
<tt><font size="2">4953 6572 7665 7253 6572 7661 6e74 3a30 IServerServant:0</font></tt><br>
<tt><font size="2">3030 3030 3030 3030 3030 3030 3030 3000 000000000000000.</font></tt><br>
<tt><font size="2">0000 0001 0000 0000 0000 006c 0001 0200 ...........l....</font></tt><br>
<tt><font size="2">0000 000a 3130 2e32 2e30 2e38 3300 0536 ....10.2.0.83..6</font></tt><br>
<tt><font size="2">0000 0016 3933 3438 3135 3436 3034 2f03 ....9348154604/.</font></tt><br>
<tt><font size="2">1835 0125 293d 0002 1b2e 0000 0000 0002 .5.%)=..........</font></tt><br>
<tt><font size="2">0000 0000 0000 0008 0000 0000 4a41 4300 ............JAC.</font></tt><br>
<tt><font size="2">0000 0001 0000 0020 0000 0000 0001 0001 ....... ........</font></tt><br>
<tt><font size="2">0000 0001 0501 0001 0001 0109 0000 0002 ................</font></tt><br>
<tt><font size="2">0501 0001 0001 0100 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.863000: Creating ref to remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CORBA/Object:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id: RMI:com.eisenmann.penta.interf.share.servant.server.IServerServant:0000000000000000</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.863000: ObjRef() -- deleted.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.864000: Initial reference `NameService' resolved from -ORBInitRef argument / ORB registration.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.864000: Invoke '_is_a' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.864000: sendChunk: to giop:tcp:10.2.0.83:1060 100 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.865000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 5800 0000 0000 0000 GIOP....X.......</font></tt><br>
<tt><font size="2">0a00 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0600 0000 5f69 735f Servicec...._is_</font></tt><br>
<tt><font size="2">6100 6500 0000 0000 2800 0000 4944 4c3a a.e.....(...IDL:</font></tt><br>
<tt><font size="2">6f6d 672e 6f72 672f 436f 734e 616d 696e omg.org/CosNamin</font></tt><br>
<tt><font size="2">672f 4e61 6d69 6e67 436f 6e74 6578 743a g/NamingContext:</font></tt><br>
<tt><font size="2">312e 3000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.0.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.867000: inputMessage: from giop:tcp:10.2.0.83:1060 25 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.867000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 000d 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 000a 0000 0000 01 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.867000: Creating ref to remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CosNaming/NamingContext:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id:</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.868000: Invoke 'resolve' on remote: key&lt;NameService&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.868000: sendChunk: to giop:tcp:10.2.0.83:1060 85 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.868000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0100 4900 0000 0000 0000 GIOP....I.......</font></tt><br>
<tt><font size="2">0c00 0000 013a 2020 0b00 0000 4e61 6d65 .....: &nbsp;....Name</font></tt><br>
<tt><font size="2">5365 7276 6963 6563 0800 0000 7265 736f Servicec....reso</font></tt><br>
<tt><font size="2">6c76 6500 0000 0000 0100 0000 0e00 0000 lve.............</font></tt><br>
<tt><font size="2">456e 6753 544c 5365 7276 616e 7400 696e EngSTLServant.in</font></tt><br>
<tt><font size="2">0100 0000 00 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.870000: inputMessage: from giop:tcp:10.2.0.83:1060 232 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.870000:</font></tt><br>
<tt><font size="2">4749 4f50 0100 0001 0000 00dc 0000 0000 GIOP............</font></tt><br>
<tt><font size="2">0000 000c 0000 0000 0000 0054 524d 493a ...........TRMI:</font></tt><br>
<tt><font size="2">636f 6d2e 6569 7365 6e6d 616e 6e2e 7065 com.eisenmann.pe</font></tt><br>
<tt><font size="2">6e74 612e 696e 7465 7266 2e73 6861 7265 nta.interf.share</font></tt><br>
<tt><font size="2">2e73 6572 7661 6e74 2e65 6e67 7374 6c2e .servant.engstl.</font></tt><br>
<tt><font size="2">4945 6e67 5354 4c53 6572 7661 6e74 3a30 IEngSTLServant:0</font></tt><br>
<tt><font size="2">3030 3030 3030 3030 3030 3030 3030 3000 000000000000000.</font></tt><br>
<tt><font size="2">0000 0001 0000 0000 0000 006c 0001 0200 ...........l....</font></tt><br>
<tt><font size="2">0000 000a 3130 2e32 2e30 2e38 3300 0536 ....10.2.0.83..6</font></tt><br>
<tt><font size="2">0000 0016 3933 3438 3135 3436 3034 2f04 ....9348154604/.</font></tt><br>
<tt><font size="2">1835 0125 293d 0002 1b2e 0000 0000 0002 .5.%)=..........</font></tt><br>
<tt><font size="2">0000 0000 0000 0008 0000 0000 4a41 4300 ............JAC.</font></tt><br>
<tt><font size="2">0000 0001 0000 0020 0000 0000 0001 0001 ....... ........</font></tt><br>
<tt><font size="2">0000 0001 0501 0001 0001 0109 0000 0002 ................</font></tt><br>
<tt><font size="2">0501 0001 0001 0100 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ........</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.871000: Creating ref to remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">&nbsp;target id &nbsp; &nbsp; &nbsp;: IDL:omg.org/CORBA/Object:1.0</font></tt><br>
<tt><font size="2">&nbsp;most derived id: RMI:com.eisenmann.penta.interf.share.servant.engstl.IEngSTLServant:0000000000000000</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.872000: ObjRef() -- deleted.</font></tt><br>
<tt><font size="2">180 [0x00001b3c] INFO en_tc_penta_interface_main null - ServantRef narrowed</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.875000: Register value factory for 'RMI:com.eisenmann.penta.interf.share.data.ArtikelData:F5FAF179D94CCE8B:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.876000: Register value factory for 'RMI:com.eisenmann.penta.interf.share.data.EngSTLKData:F2F8DA3AD8CCDA34:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.876000: Register value factory for 'RMI:com.eisenmann.penta.interf.share.data.EngSTLPData:52C9C233B9A93902:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.877000: Register value factory for 'RMI:com.eisenmann.penta.interf.share.exceptions.CreationException:F464EBE1775992EC:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.877000: Register value factory for 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.878000: LocateRequest to remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.878000: Client attempt to connect to giop:tcp:10.2.0.83:1334</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.879000: Client opened connection to giop:tcp:10.2.0.83:1334</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.879000: sendChunk: to giop:tcp:10.2.0.83:1334 46 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.880000:</font></tt><br>
<tt><font size="2">4749 4f50 0102 0103 2200 0000 0200 0000 GIOP....&quot;.......</font></tt><br>
<tt><font size="2">0000 0000 1600 0000 3933 3438 3135 3436 ........93481546</font></tt><br>
<tt><font size="2">3034 2f00 1835 0125 293d 0002 1b2e &nbsp; &nbsp; &nbsp;04/..5.%)=....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.884000: inputMessage: from giop:tcp:10.2.0.83:1334 20 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.885000:</font></tt><br>
<tt><font size="2">4749 4f50 0102 0004 0000 0008 0000 0002 GIOP............</font></tt><br>
<tt><font size="2">0000 0001 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ....</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.885000: Invoke 'create' on remote: key&lt;9348154604...5........&gt;</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.886000: Send codeset service context: (ISO-8859-1,UTF-16)</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.886000: Create output value indirection tracker</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.887000: sendChunk: to giop:tcp:10.2.0.83:1334 412 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.887000:</font></tt><br>
<tt><font size="2">4749 4f50 0102 0100 9001 0000 0400 0000 GIOP............</font></tt><br>
<tt><font size="2">0300 0000 0000 0000 1600 0000 3933 3438 ............9348</font></tt><br>
<tt><font size="2">3135 3436 3034 2f00 1835 0125 293d 0002 154604/..5.%)=..</font></tt><br>
<tt><font size="2">1b2e 0000 0700 0000 6372 6561 7465 0000 ........create..</font></tt><br>
<tt><font size="2">0100 0000 0100 0000 0c00 0000 0100 0000 ................</font></tt><br>
<tt><font size="2">0100 0100 0901 0100 0000 0000 02ff ff7f ................</font></tt><br>
<tt><font size="2">5800 0000 524d 493a 636f 6d2e 6569 7365 X...RMI:com.eise</font></tt><br>
<tt><font size="2">6e6d 616e 6e2e 7065 6e74 612e 696e 7465 nmann.penta.inte</font></tt><br>
<tt><font size="2">7266 2e73 6861 7265 2e64 6174 612e 4172 rf.share.data.Ar</font></tt><br>
<tt><font size="2">7469 6b65 6c44 6174 613a 4635 4641 4631 tikelData:F5FAF1</font></tt><br>
<tt><font size="2">3739 4439 3443 4345 3842 3a30 3030 3030 79D94CCE8B:00000</font></tt><br>
<tt><font size="2">3030 3030 3030 3030 3030 3100 0000 0000 00000000001.....</font></tt><br>
<tt><font size="2">00ff ff7f 0400 0000 fffe 2d00 0000 0000 ..........-.....</font></tt><br>
<tt><font size="2">00ff ff7f 1600 0000 fffe 4600 3000 3000 ..........F.0.0.</font></tt><br>
<tt><font size="2">3000 3000 3900 3000 3900 3600 3300 0000 0.0.9.0.9.6.3...</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 0000 0000 ................</font></tt><br>
<tt><font size="2">0000 0000 0000 0000 0000 0000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ............</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:18.888000: Delete output value indirection tracker</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.074000: inputMessage: from giop:tcp:10.2.0.83:1334 2770 bytes</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.074000:</font></tt><br>
<tt><font size="2">4749 4f50 0102 0001 0000 0ac6 0000 0004 GIOP............</font></tt><br>
<tt><font size="2">0000 0001 0000 0000 0000 003f 4944 4c3a ...........?IDL:</font></tt><br>
<tt><font size="2">636f 6d2f 6569 7365 6e6d 616e 6e2f 7065 com/eisenmann/pe</font></tt><br>
<tt><font size="2">6e74 612f 696e 7465 7266 2f73 6861 7265 nta/interf/share</font></tt><br>
<tt><font size="2">2f65 7863 6570 7469 6f6e 732f 4372 6561 /exceptions/Crea</font></tt><br>
<tt><font size="2">7469 6f6e 4578 3a31 2e30 0000 7fff ff02 tionEx:1.0......</font></tt><br>
<tt><font size="2">0000 0064 524d 493a 636f 6d2e 6569 7365 ...dRMI:com.eise</font></tt><br>
<tt><font size="2">6e6d 616e 6e2e 7065 6e74 612e 696e 7465 nmann.penta.inte</font></tt><br>
<tt><font size="2">7266 2e73 6861 7265 2e65 7863 6570 7469 rf.share.excepti</font></tt><br>
<tt><font size="2">6f6e 732e 4372 6561 7469 6f6e 4578 6365 ons.CreationExce</font></tt><br>
<tt><font size="2">7074 696f 6e3a 4634 3634 4542 4531 3737 ption:F464EBE177</font></tt><br>
<tt><font size="2">3539 3932 4543 3a30 3030 3030 3030 3030 5992EC:000000000</font></tt><br>
<tt><font size="2">3030 3030 3030 3100 0101 0000 0000 0000 0000001.........</font></tt><br>
<tt><font size="2">7fff ff00 0000 007a 0044 0061 0073 0020 .......z.D.a.s.</font></tt><br>
<tt><font size="2">004f 0062 006a 0065 006b 0074 0020 0065 .O.b.j.e.k.t. .e</font></tt><br>
<tt><font size="2">0078 0069 0073 0074 0069 0065 0072 0074 .x.i.s.t.i.e.r.t</font></tt><br>
<tt><font size="2">0020 0062 0065 0072 0065 0069 0074 0073 . .b.e.r.e.i.t.s</font></tt><br>
<tt><font size="2">0020 0028 0063 006c 0069 0065 006e 0074 . .(.c.l.i.e.n.t</font></tt><br>
<tt><font size="2">0020 0063 006f 006d 006d 0075 006e 0069 . .c.o.m.m.u.n.i</font></tt><br>
<tt><font size="2">0063 0061 0074 0069 006f 006e 0020 0069 .c.a.t.i.o.n. .i</font></tt><br>
<tt><font size="2">0064 0020 0069 0073 0020 0033 0033 0035 .d. .i.s. .3.3.5</font></tt><br>
<tt><font size="2">0029 0000 7fff ff02 0000 0045 524d 493a .).........ERMI:</font></tt><br>
<tt><font size="2">5b4c 6a61 7661 2e6c 616e 672e 5374 6163 [Ljava.lang.Stac</font></tt><br>
<tt><font size="2">6b54 7261 6365 456c 656d 656e 743b 3a43 kTraceElement;:C</font></tt><br>
<tt><font size="2">4433 3846 3939 3330 4541 3841 4145 433a D38F9930EA8AAEC:</font></tt><br>
<tt><font size="2">3631 3039 4335 3941 3236 3336 4444 3835 6109C59A2636DD85</font></tt><br>
<tt><font size="2">0000 0000 0000 0008 7fff ff02 0000 0042 ...............B</font></tt><br>
<tt><font ize="2">524d 493a 6a61 7661 2e6c 616e 672e 5374 RMI:java.lang.St</font></tt><br>
<tt><font size="2">6163 6b54 7261 6365 456c 656d 656e 743a ackTraceElement:</font></tt><br>
<tt><font size="2">4344 3338 4639 3933 3045 4138 4141 4543 CD38F9930EA8AAEC</font></tt><br>
<tt><font size="2">3a36 3130 3943 3539 4132 3633 3644 4438 :6109C59A2636DD8</font></tt><br>
<tt><font size="2">3500 0000 0000 0129 7fff ff00 0000 008a 5......)........</font></tt><br>
<tt><font size="2">0063 006f 006d 002e 0065 0069 0073 0065 .c.o.m...e.i.s.e</font></tt><br>
<tt><font size="2">006e 006d 0061 006e 006e 002e 0070 0065 .n.m.a.n.n...p.e</font></tt><br>
<tt><font size="2">006e 0074 0061 002e 0068 0069 0070 0062 .n.t.a...h.i.p.b</font></tt><br>
<tt><font size="2">006f 0062 002e 0069 006e 0074 0065 0072 .o.b...i.n.t.e.r</font></tt><br>
<tt><font size="2">0066 002e 0073 0065 0072 0076 0065 0072 .f...s.e.r.v.e.r</font></tt><br>
<tt><font size="2">002e 0048 0069 0070 0042 006f 0062 0041 ...H.i.p.B.o.b.A</font></tt><br>
<tt><font size="2">0062 0073 0074 0072 0061 0063 0074 0053 .b.s.t.r.a.c.t.S</font></tt><br>
<tt><font size="2">0069 006d 0070 006c 0065 0044 0065 006c .i.m.p.l.e.D.e.l</font></tt><br>
<tt><font size="2">0065 0067 0061 0074 0065 0000 7fff ff00 .e.g.a.t.e......</font></tt><br>
<tt><font size="2">0000 0042 0048 0069 0070 0042 006f 0062 ...B.H.i.p.B.o.b</font></tt><br>
<tt><font size="2">0041 0062 0073 0074 0072 0061 0063 0074 .A.b.s.t.r.a.c.t</font></tt><br>
<tt><font size="2">0053 0069 006d 0070 006c 0065 0044 0065 .S.i.m.p.l.e.D.e</font></tt><br>
<tt><font size="2">006c 0065 0067 0061 0074 0065 002e 006a .l.e.g.a.t.e...j</font></tt><br>
<tt><font size="2">0061 0076 0061 0000 7fff ff00 0000 0024 .a.v.a.........$</font></tt><br>
<tt><font size="2">0063 0072 0065 0061 0074 0065 0053 0069 .c.r.e.a.t.e.S.i</font></tt><br>
<tt><font size="2">0074 0065 0053 0070 0065 0063 0069 0066 .t.e.S.p.e.c.i.f</font></tt><br>
<tt><font size="2">0069 0063 7fff ff02 ffff ffff ffff fea0 .i.c............</font></tt><br>
<tt><font size="2">0000 0100 ffff ffff ffff fee0 ffff ffff ................</font></tt><br>
<tt><font size="2">ffff ff6c 7fff ff00 0000 000c 0063 0072 ...l.........c.r</font></tt><br>
<tt><font size="2">0065 0061 0074 0065 7fff ff02 ffff ffff .e.a.t.e........</font></tt><br>
<tt><font size="2">ffff fe6c 0000 0001 7fff ff00 0000 008a ...l............</font></tt><br>
<tt><font size="2">0063 006f 006d 002e 0065 0069 0073 0065 .c.o.m...e.i.s.e</font></tt><br>
<tt><font size="2">006e 006d 0061 006e 006e 002e 0070 0065 .n.m.a.n.n...p.e</font></tt><br>
<tt><font size="2">006e 0074 0061 002e 0068 0069 0070 0062 .n.t.a...h.i.p.b</font></tt><br>
<tt><font size="2">006f 0062 002e 0069 006e 0074 0065 0072 .o.b...i.n.t.e.r</font></tt><br>
<tt><font size="2">0066 002e 0073 0065 0072 0076 0065 0072 .f...s.e.r.v.e.r</font></tt><br>
<tt><font size="2">002e 0048 0069 0070 0042 006f 0062 0041 ...H.i.p.B.o.b.A</font></tt><br>
<tt><font size="2">0072 0074 0069 006b 0065 006c 0053 0065 .r.t.i.k.e.l.S.e</font></tt><br>
<tt><font size="2">0072 0076 0061 006e 0074 0044 0065 006c .r.v.a.n.t.D.e.l</font></tt><br>
<tt><font size="2">0065 0067 0061 0074 0065 0000 7fff ff00 .e.g.a.t.e......</font></tt><br>
<tt><font size="2">0000 0042 0048 0069 0070 0042 006f 0062 ...B.H.i.p.B.o.b</font></tt><br>
<tt><font size="2">0041 0072 0074 0069 006b 0065 006c 0053 .A.r.t.i.k.e.l.S</font></tt><br>
<tt><font size="2">0065 0072 0076 0061 006e 0074 0044 0065 .e.r.v.a.n.t.D.e</font></tt><br>
<tt><font size="2">006c 0065 0067 0061 0074 0065 002e 006a .l.e.g.a.t.e...j</font></tt><br>
<tt><font size="2">0061 0076 0061 0000 ffff ffff ffff fef8 .a.v.a..........</font></tt><br>
<tt><font size="2">7fff ff02 ffff ffff ffff fd74 0000 0033 ...........t...3</font></tt><br>
<tt><font size="2">7fff ff00 0000 0086 0063 006f 006d 002e .........c.o.m..</font></tt><br>
<tt><font size="2">0065 0069 0073 0065 006e 006d 0061 006e .e.i.s.e.n.m.a.n</font></tt><br>
<tt><font size="2">006e 002e 0070 0065 006e 0074 0061 002e .n...p.e.n.t.a..</font></tt><br>
<tt><font size="2">0069 006e 0074 0065 0072 0066 002e 0073 .i.n.t.e.r.f...s</font></tt><br>
<tt><font size="2">0068 0061 0072 0065 002e 0073 0065 0072 .h.a.r.e...s.e.r</font></tt><br>
<tt><font size="2">0076 0061 006e 0074 002e 0061 0072 0074 .v.a.n.t...a.r.t</font></tt><br>
<tt><font size="2">0069 006b 0065 006c 002e 0041 0072 0074 .i.k.e.l...A.r.t</font></tt><br>
<tt><font size="2">0069 006b 0065 006c 0053 0065 0072 0076 .i.k.e.l.S.e.r.v</font></tt><br>
<tt><font size="2">0061 006e 0074 0049 006d 0070 006c 0000 .a.n.t.I.m.p.l..</font></tt><br>
<tt><font size="2">7fff ff00 0000 002e 0041 0072 0074 0069 .........A.r.t.i</font></tt><br>
<tt><font size="2">006b 0065 006c 0053 0065 0072 0076 0061 .k.e.l.S.e.r.v.a</font></tt><br>
<tt><font size="2">006e 0074 0049 006d 0070 006c 002e 006a .n.t.I.m.p.l...j</font></tt><br>
<tt><font size="2">0061 0076 0061 0000 ffff ffff ffff fe18 .a.v.a..........</font></tt><br>
<tt><font size="2">7fff ff02 ffff ffff ffff fc94 ffff ffff ................</font></tt><br>
<tt><font size="2">7fff ff00 0000 0090 0063 006f 006d 002e .........c.o.m..</font></tt><br>
<tt><font size="2">0065 0069 0073 0065 006e 006d 0061 006e .e.i.s.e.n.m.a.n</font></tt><br>
<tt><font size="2">006e 002e 0070 0065 006e 0074 0061 002e .n...p.e.n.t.a..</font></tt><br>
<tt><font size="2">0069 006e 0074 0065 0072 0066 002e 0073 .i.n.t.e.r.f...s</font></tt><br>
<tt><font size="2">0068 0061 0072 0065 002e 0073 0065 0072 .h.a.r.e...s.e.r</font></tt><br>
<tt><font size="2">0076 0061 006e 0074 002e 0061 0072 0074 .v.a.n.t...a.r.t</font></tt><br>
<tt><font size="2">0069 006b 0065 006c 002e 005f 0041 0072 .i.k.e.l..._.A.r</font></tt><br>
<tt><font size="2">0074 0069 006b 0065 006c 0053 0065 0072 .t.i.k.e.l.S.e.r</font></tt><br>
<tt><font size="2">0076 0061 006e 0074 0049 006d 0070 006c .v.a.n.t.I.m.p.l</font></tt><br>
<tt><font size="2">005f 0054 0069 0065 0000 0000 7fff ff00 ._.T.i.e........</font></tt><br>
<tt><font size="2">0000 000e 005f 0069 006e 0076 006f 006b ....._.i.n.v.o.k</font></tt><br>
<tt><font size="2">0065 0000 7fff ff02 ffff ffff ffff fbd0 .e..............</font></tt><br>
<tt><font size="2">0000 012d 7fff ff00 0000 003e 006f 0072 ...-.......&gt;.o.r</font></tt><br>
<tt><font size="2">0067 002e 006a 0061 0063 006f 0072 0062 .g...j.a.c.o.r.b</font></tt><br>
<tt><font size="2">002e 0070 006f 0061 002e 0052 0065 0071 ...p.o.a...R.e.q</font></tt><br>
<tt><font size="2">0075 0065 0073 0074 0050 0072 006f 0063 .u.e.s.t.P.r.o.c</font></tt><br>
<tt><font size="2">0065 0073 0073 006f 0072 0000 7fff ff00 .e.s.s.o.r......</font></tt><br>
<tt><font size="2">0000 002a 0052 0065 0071 0075 0065 0073 ...*.R.e.q.u.e.s</font></tt><br>
<tt><font size="2">0074 0050 0072 006f 0063 0065 0073 0073 .t.P.r.o.c.e.s.s</font></tt><br>
<tt><font size="2">006f 0072 002e 006a 0061 0076 0061 0000 .o.r...j.a.v.a..</font></tt><br>
<tt><font size="2">7fff ff00 0000 001e 0069 006e 0076 006f .........i.n.v.o</font></tt><br>
<tt><font size="2">006b 0065 004f 0070 0065 0072 0061 0074 .k.e.O.p.e.r.a.t</font></tt><br>
<tt><font size="2">0069 006f 006e 0000 7fff ff02 ffff ffff .i.o.n..........</font></tt><br>
<tt><font size="2">ffff fb1c 0000 025c ffff ffff ffff ff48 .......\.......H</font></tt><br>
<tt><font size="2">ffff ffff ffff ff88 7fff ff00 0000 000e ................</font></tt><br>
<tt><font size="2">0070 0072 006f 0063 0065 0073 0073 0000 .p.r.o.c.e.s.s..</font></tt><br>
<tt><font size="2">7fff ff02 ffff ffff ffff fae4 0000 02eb ................</font></tt><br>
<tt><font size="2">ffff ffff ffff ff10 ffff ffff ffff ff50 ...............P</font></tt><br>
<tt><font size="2">7fff ff00 0000 0006 0072 0075 006e 0000 .........r.u.n..</font></tt><br>
<tt><font size="2">0000 012c 0000 0000 7fff ff00 0000 0022 ...,...........&quot;</font></tt><br>
<tt><font size="2">0049 0049 004f 0050 0053 0045 0052 0056 .I.I.O.P.S.E.R.V</font></tt><br>
<tt><font size="2">0045 0052 005f 0030 0030 0030 0030 0038 .E.R._.0.0.0.0.8</font></tt><br>
<tt><font size="2">0032 0000 7fff ff00 0000 0022 0049 0049 .2.........&quot;.I.I</font></tt><br>
<tt><font size="2">004f 0050 0053 0045 0052 0056 0045 0052 .O.P.S.E.R.V.E.R</font></tt><br>
<tt><font size="2">005f 0030 0030 0030 0030 0038 0032 0000 ._.0.0.0.0.8.2..</font></tt><br>
<tt><font size="2">7fff ff00 0000 0070 0063 006f 006d 002e .......p.c.o.m..</font></tt><br>
<tt><font size="2">0065 0069 0073 0065 006e 006d 0061 006e .e.i.s.e.n.m.a.n</font></tt><br>
<tt><font size="2">006e 002e 0070 0065 006e 0074 0061 002e .n...p.e.n.t.a..</font></tt><br>
<tt><font size="2">0069 006e 0074 0065 0072 0066 002e 0073 .i.n.t.e.r.f...s</font></tt><br>
<tt><font size="2">0068 0061 0072 0065 002e 0064 0061 0074 .h.a.r.e...d.a.t</font></tt><br>
<tt><font size="2">0061 002e 0041 0072 0074 0069 006b 0065 .a...A.r.t.i.k.e</font></tt><br>
<tt><font size="2">006c 0044 0061 0074 0061 0040 0035 0065 .l.D.a.t.a.@.5.e</font></tt><br>
<tt><font size="2">0035 0064 0065 0037 7fff ff00 0000 0000 .5.d.e.7........</font></tt><br>
<tt><font size="2">7fff ff02 0000 003a 524d 493a 5b4c 6a61 .......:RMI:[Lja</font></tt><br>
<tt><font size="2">7661 2e6c 616e 672e 5374 7269 6e67 3b3a va.lang.String;:</font></tt><br>
<tt><font size="2">3037 3144 4138 4245 3746 3937 3131 3238 071DA8BE7F971128</font></tt><br>
<tt><font size="2">3a41 3046 3041 3433 3837 4133 4242 3334 :A0F0A4387A3BB34</font></tt><br>
<tt><font size="2">3200 0000 0000 0001 7fff ff02 0000 0023 2..............#</font></tt><br>
<tt><font size="2">4944 4c3a 6f6d 672e 6f72 672f 434f 5242 IDL:omg.org/CORB</font></tt><br>
<tt><font size="2">412f 5753 7472 696e 6756 616c 7565 3a31 A/WStringValue:1</font></tt><br>
<tt><font size="2">2e30 0000 0000 0006 0033 0033 0035 0000 .0.......3.3.5..</font></tt><br>
<tt><font size="2">7fff ff00 0000 027a 0045 0078 0063 0065 .......z.E.x.c.e</font></tt><br>
<tt><font size="2">0070 0074 0069 006f 006e 0020 006f 0063 .p.t.i.o.n. .o.c</font></tt><br>
<tt><font size="2">0063 0075 0072 0072 0065 0064 0020 0064 .c.u.r.r.e.d. .d</font></tt><br>
<tt><font size="2">0075 0072 0069 006e 0067 0020 0065 0078 .u.r.i.n.g. .e.x</font></tt><br>
<tt><font size="2">0065 0063 0075 0074 0069 006e 0067 0020 .e.c.u.t.i.n.g.</font></tt><br>
<tt><font size="2">0070 0072 006f 0063 0065 0064 0075 0072 .p.r.o.c.e.d.u.r</font></tt><br>
<tt><font size="2">0065 003a 0020 0063 0072 0065 0061 0074 .e.:. .c.r.e.a.t</font></tt><br>
<tt><font size="2">0065 005f 0041 0072 0074 0069 006b 0065 .e._.A.r.t.i.k.e</font></tt><br>
<tt><font size="2">006c 0044 0061 0074 0061 0020 0028 0063 .l.D.a.t.a. .(.c</font></tt><br>
<tt><font size="2">006f 006d 006d 0075 006e 0069 0063 0061 .o.m.m.u.n.i.c.a</font></tt><br>
<tt><font size="2">0074 0069 006f 006e 0020 0063 0061 006c .t.i.o.n. .c.a.l</font></tt><br>
<tt><font size="2">006c 0020 0069 0064 0020 0033 0033 0035 .l. .i.d. .3.3.5</font></tt><br>
<tt><font size="2">0029 0020 000a 0045 0072 0072 006f 0072 .). ...E.r.r.o.r</font></tt><br>
<tt><font size="2">0020 006f 0063 0063 0075 0072 0072 0065 . .o.c.c.u.r.r.e</font></tt><br>
<tt><font size="2">0064 0020 0064 0075 0072 0069 006e 0067 .d. .d.u.r.i.n.g</font></tt><br>
<tt><font size="2">0020 0065 0078 0065 0063 0075 0074 0069 . .e.x.e.c.u.t.i</font></tt><br>
<tt><font size="2">006e 0067 0020 0074 0068 0065 0020 0064 .n.g. .t.h.e. .d</font></tt><br>
<tt><font size="2">006f 0041 0063 0074 0069 006f 006e 0020 .o.A.c.t.i.o.n.</font></tt><br>
<tt><font size="2">006d 0065 0074 0068 006f 0064 0020 006f .m.e.t.h.o.d. .o</font></tt><br>
<tt><font size="2">0066 0020 0041 0063 0074 0069 006f 006e .f. .A.c.t.i.o.n</font></tt><br>
<tt><font size="2">004e 006f 0064 0065 0020 0052 0065 0061 .N.o.d.e. .R.e.a</font></tt><br>
<tt><font size="2">0064 0050 0073 0069 0070 0065 006e 0074 .d.P.s.i.p.e.n.t</font></tt><br>
<tt><font size="2">0061 0044 0065 0074 0061 0069 006c 0041 .a.D.e.t.a.i.l.A</font></tt><br>
<tt><font size="2">0063 0074 0069 006f 006e 004e 006f 0064 .c.t.i.o.n.N.o.d</font></tt><br>
<tt><font size="2">0065 0020 0028 0063 006c 0069 0065 006e .e. .(.c.l.i.e.n</font></tt><br>
<tt><font size="2">0074 0020 0063 006f 006d 006d 0075 006e .t. .c.o.m.m.u.n</font></tt><br>
<tt><font size="2">0069 0063 0061 0074 0069 006f 006e 0020 .i.c.a.t.i.o.n.</font></tt><br>
<tt><font size="2">0069 0064 0020 0069 0073 0020 0033 0033 .i.d. .i.s. .3.3</font></tt><br>
<tt><font size="2">0035 0029 0020 000a 004f 0062 006a 0065 .5.). ...O.b.j.e</font></tt><br>
<tt><font size="2">0063 0074 0020 0064 006f 0065 0073 0020 .c.t. .d.o.e.s.</font></tt><br>
<tt><font size="2">0061 006c 0072 0065 0061 0064 0079 0020 .a.l.r.e.a.d.y.</font></tt><br>
<tt><font size="2">0065 0078 0069 0073 0074 0020 0028 0063 .e.x.i.s.t. .(.c</font></tt><br>
<tt><font size="2">006c 0069 0065 006e 0074 0020 0063 006f .l.i.e.n.t. .c.o</font></tt><br>
<tt><font size="2">006d 006d 0075 006e 0069 0063 0061 0074 .m.m.u.n.i.c.a.t</font></tt><br>
<tt><font size="2">0069 006f 006e 0020 0069 0064 0020 0069 .i.o.n. .i.d. .i</font></tt><br>
<tt><font size="2">0073 0020 0033 0033 0035 0029 0020 0028 .s. .3.3.5.). .(</font></tt><br>
<tt><font size="2">0063 006c 0069 0065 006e 0074 0020 0063 .c.l.i.e.n.t. .c</font></tt><br>
<tt><font size="2">006f 006d 006d 0075 006e 0069 0063 0061 .o.m.m.u.n.i.c.a</font></tt><br>
<tt><font size="2">0074 0069 006f 006e 0020 0063 0061 006c .t.i.o.n. .c.a.l</font></tt><br>
<tt><font size="2">006c 0020 0069 0064 0020 0033 0033 0035 .l. .i.d. .3.3.5</font></tt><br>
<tt><font size="2">0029 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.)</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.095000: Create input value indirection tracker</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.096000: Unmarshal value 'RMI:com.eisenmann.penta.interf.share.exceptions.CreationException:F464EBE1775992EC:0000000000000001'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.097000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.098000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.098000: Unmarshal value 'RMI:[Ljava.lang.StackTraceElement;:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.100000: Unmarshal value 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.100000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.101000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.101000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.102000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.102000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.103000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.103000: Unmarshal value 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.104000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.104000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.104000: Unmarshal value 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.105000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.105000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.106000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.106000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.106000: Unmarshal value 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.107000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.107000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.108000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.108000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.109000: Unmarshal value 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.109000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.109000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.110000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.110000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.111000: Unmarshal value 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.111000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.111000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.112000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.112000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.113000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.113000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.113000: Unmarshal value 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.114000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.114000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.115000: Unmarshal value 'RMI:java.lang.StackTraceElement:CD38F9930EA8AAEC:6109C59A2636DD85'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.115000: Unmarshal value 'IDL:omg.org/CORBA/WStringValue:1.0'.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.115000: Received UTF-16 string with no byte order mark.</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.116000: throw BAD_PARAM from boxesSK.cc:278 (YES,BAD_PARAM_ValueFactoryFailure)</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.116000: Unexpected error encountered in talking to the server giop:tcp:10.2.0.83:1334. The connection is closed immediately. &nbsp;GIOP_C state 4, strand state 0</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.117000: Client connection giop:tcp:10.2.0.83:1334 refcount = 0</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.117000: Client close connection to giop:tcp:10.2.0.83:1334</font></tt><br>
<tt><font size="2">omniORB: (0) 2015-03-19 13:56:20.117000: Delete input value indirection tracker</font></tt><br>
<tt><font size="2">1426 [0x00001b3c] INFO en_tc_penta_interface_main null - CORBA::BAD_PARAM catched</font></tt><br>
<tt><font size="2">1430 [0x00001b3c] INFO en_tc_penta_interface_main null - minor: 1330446337</font></tt><br>
<tt><font size="2">1433 [0x00001b3c] INFO en_tc_penta_interface_main null - message: BAD_PARAM_ValueFactoryFailure</font></tt><br>
<br>
<br>
<br>
<tt><font size="2">Thank you very much for your help! </font></tt><br>
<br>
<br>
<tt><font size="2">Alexander</font></tt><br>
<br>
<br>
<br>
<br>

<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="825" colspan="2"><img src="cid:3__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" width="125" height="16"><br>
<img src="cid:4__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" width="740" height="20"></td></tr>

<tr valign="top"><td width="340">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="100%"><font size="2" face="Arial"><b>Alexander Silier</b></font></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="100%"><font size="2" face="Arial">IT</font></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="100%"><font size="2" face="Arial">Engineering</font></td></tr>
</table>
</td><td width="485">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="100%"><font size="2" face="Arial"><b>Eisenmann SE</b></font></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="100%"><font size="2" face="Arial">Tübinger Straße 81 &nbsp;• &nbsp;71032 Böblingen &nbsp;• &nbsp;Germany</font></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="76" height="1" src="cid:5__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" border="0" alt=""><br>
<font size="2" face="Arial">Phone</font></td><td width="100%"><img width="1" height="1" src="cid:5__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" border="0" alt=""><br>
<font size="2" face="Arial">+49 7031 78-2962</font></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="76" height="1" src="cid:5__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" border="0" alt=""><br>
<font size="2" face="Arial">Fax</font></td><td width="100%"><img width="1" height="1" src="cid:5__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" border="0" alt=""><br>
<font size="2" face="Arial">+49 7031 78-222962</font></td></tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="76" height="1" src="cid:5__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" border="0" alt=""><br>
<font size="2" face="Arial">E-Mail</font></td><td width="100%"><img width="1" height="1" src="cid:5__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" border="0" alt=""><br>
<font size="2" face="Arial">alexander.silier@eisenmann.com</font></td></tr>
</table>
</td></tr>

<tr valign="top"><td width="825" colspan="2"><img src="cid:4__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" width="740" height="20"><br>
<font size="1" color="#999999" face="Arial">Sitz: Böblingen, AG Stuttgart HRB 750155<br>
USt.-IdNr.: DE 145 141 533<br>
Geschäftsführende Direktoren: Dr. Matthias von Krauland, Dr. Thomas Beck, Bruno Geiger, Dr. Kersten Christoph Link<br>
Vorsitzender des Verwaltungsrates: Dr. Matthias von Krauland<br>
<br>
<br>
The contents of this email and attachments, if any, are confidential to the intended addressee. If you are not the intended addressee please do not use or publish its contents, please contact the sender immediately and then delete the email. Emails are not secure and may contain viruses. We are not responsible for damages caused by viruses transmitted by email.</font></td></tr>
</table>
<br>
<img width="16" height="16" src="cid:6__=4EBBF49EDFD1D3CA8f9e8a93df9@EISENMANN.DE" border="0" alt="Inactive hide details for Duncan Grisby ---19.03.2015 12:58:51---On Wed, 2015-03-11 at 16:26 +0100, alexander.silier@eisenmann."><font size="2" color="#424282" face="sans-serif">Duncan Grisby ---19.03.2015 12:58:51---On Wed, 2015-03-11 at 16:26 +0100, alexander.silier@eisenmann.com wrote: &gt; I am receiving a CORBA::M</font><br>
<br>
<font size="1" color="#5F5F5F" face="sans-serif">Von:        </font><font size="1" face="sans-serif">Duncan Grisby &lt;duncan@grisby.org&gt;</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">An:        </font><font size="1" face="sans-serif">alexander.silier@eisenmann.com</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Kopie:        </font><font size="1" face="sans-serif">omniorb-list@omniorb-support.com</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Datum:        </font><font size="1" face="sans-serif">19.03.2015 12:58</font><br>
<font size="1" color="#5F5F5F" face="sans-serif">Betreff:        </font><font size="1" face="sans-serif">Re: [omniORB] MARSHAL_InvalidValueTag</font><br>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<tt><font size="2">On Wed, 2015-03-11 at 16:26 +0100, alexander.silier@eisenmann.com wrote:<br>
<br>
&gt; I am receiving a CORBA::MARSHAL MARSHAL_InvalidValueTag exception.<br>
&gt; <br>
&gt; omniORB: (0) 2015-03-11 16:05:53.557000: Create input value<br>
&gt; indirection tracker<br>
&gt; omniORB: (0) 2015-03-11 16:05:53.557000: Unmarshal value<br>
&gt; 'RMI:com.eisenmann.penta.interf.share.exceptions.CreationException:F464EBE1775992EC:0000000000000001'.<br>
&gt; omniORB: (0) 2015-03-11 16:05:53.557000: throw MARSHAL from<br>
&gt; valueType.cc:341 (YES,MARSHAL_InvalidValueTag)<br>
<br>
[...]<br>
&gt; What is causing the MARSHAL_InvalidValueTag? What does InvalidValueTag<br>
&gt; mean?<br>
<br>
It means that omniORB received data that it thinks is an invalid<br>
encoding of a valuetype. Valuetypes are marshalled in a pretty complex<br>
way, with parts of the data indicated by tags. The exception means that<br>
omniORB was looking for a tag, and got an invalid value that doesn't<br>
look like a value tag.<br>
<br>
There might be several reasons for that:<br>
<br>
1. omniORB and the other end have seen different IDL definitions,<br>
meaning that omniORB is encountering something that wasn't sent as a<br>
value tag.<br>
<br>
2. The sending ORB is buggy and has encoded the valuetype incorrectly.<br>
<br>
3. omniORB has a bug and it is misinterpreting a valid valuetype<br>
encoding.<br>
<br>
<br>
Assuming it's not a simple case of mismatched IDL, the question becomes<br>
which end has got it wrong. If you send your complete IDL for all the<br>
types involved, and get a trace from traceLevel 40, it will be possible<br>
to unpick all the data and work out what's going wrong.<br>
<br>
Duncan.<br>
<br>
-- <br>
 -- Duncan Grisby &nbsp; &nbsp; &nbsp; &nbsp; --<br>
 &nbsp;-- duncan@grisby.org &nbsp; &nbsp; --<br>
 &nbsp; -- </font></tt><tt><font size="2"><a href="http://www.grisby.org">http://www.grisby.org</a></font></tt><tt><font size="2">&nbsp;--<br>
<br>
<br>
</font></tt><br>
</body></html>