Hello,
We have Orbix 6.3.10 installed on our Linux machines and the application that we are trying to connect to also has the same version installed.
When sending requests to the server, we are seeing the below 2 errors for certain transactions and it is causing failures. Can someone please shed light on what do these errors mean and what can be done to solve them ? The request fails at exactly the call that we are making to the host application service. I've looked around but couldn't find much reg the error details.
Please note that I am pretty new to Orbix and still finding my way across the platforms.
Thanks in advance!
org.omg.CORBA.MARSHAL: No data left in the stream to be read vmcid: 0x49540000 minor code: 257 completed: No
at com.iona.corba.art.cdr.InStreamImpl.hop_and_adjust(Unknown Source)
at com.iona.corba.giop.GIOPInStream.hop_and_adjust(Unknown Source)
at com.iona.corba.art.cdr.InStreamImpl.byte_arraycopy_in(Unknown Source)
at com.iona.corba.art.cdr.InStreamImpl.read_octet_array(Unknown Source)
at com.iona.corba.art.cdr.InStreamImpl.read_string(Unknown Source)
at com.iona.corba.art.cdr.InStreamImpl.read_string(Unknown Source)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.att.ib.ts.TicketFactoryPOA._invoke(TicketFactoryPOA.java:29)
at com.iona.corba.poa.SimpleRequestInterceptor.dispatch_request(Unknown Source)
at com.iona.corba.poa.SimpleRequestInterceptor.invoke(Unknown Source)
at com.iona.corba.poa.AsynchRequestItem.execute(Unknown Source)
org.omg.CORBA.DATA_CONVERSION: string value out of range vmcid: 0x49540000 minor code: 263 completed: No
at com.iona.corba.art.cdr.OutStreamImpl.write_string(Unknown Source)
at com.iona.corba.art.cdr.OutStreamImpl.write_string(Unknown Source)
at com.iona.corba.art.binding.IORProxy$StreamWrapper.write_string(Unknown Source)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.att.ib.ts.TicketFactoryPOA._invoke(TicketFactoryPOA.java:29)
at com.iona.corba.poa.SimpleRequestInterceptor.dispatch_request(Unknown Source)
at com.iona.corba.poa.SimpleRequestInterceptor.invoke(Unknown Source)
at com.iona.corba.poa.AsynchRequestItem.execute(Unknown Source)
at com.iona.corba.art.workqueue.AutomaticWorkQueueThreadPool$WorkQueueThread.run(Unknown Source)