[jacorb-developer] Minor Code 207 error while calling a remote corba method with return type boolean
Ravi Chandran
ravic at analytica-india.com
Mon Apr 16 17:16:23 CEST 2012
Thanks for replying. I will do that. I think I had regenerated all the
files, but still I will redo it, just to be one the safe side.
On Mon, Apr 16, 2012 at 6:19 PM, Steve Osselton <
steve.osselton at prismtech.com> wrote:
> Have you recompiled all the generated classes *and* rebuild the client and
> server.
> Looks like only the client may be pickling up the changes?
>
> On 16 April 2012 13:37, Ravi Chandran <ravic at analytica-india.com> wrote:
>
> > hi,
> >
> > I am using Sun Java IDL for corba implementation. i have a corba method
> > which i am calling remotely from another system. now, previously the
> method
> > was of type void, and it was working fine. but now, I have a requirement
> to
> > get a boolean value from this method to know if the process was
> successful
> > or not.
> >
> > but since i changed the return type, whenever i call this method I get
> this
> > error :
> >
> >
> > 1. org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 207 completed: No
> > 2.
> > at
> > com.sun.corba.se.impl.logging.ORBUtilSystemException.endOfStream(Unknown
> > Source)
> > 3.
> > at
> > com.sun.corba.se.impl.logging.ORBUtilSystemException.endOfStream(Unknown
> > Source)
> > 4.
> > at
> > com.sun.corba.se.impl.encoding.BufferManagerReadStream.underflow(Unknown
> > Source)
> > 5.
> > at com.sun.corba.se.impl.encoding.CDRInputStream_1_1.grow(Unknown
> > Source)
> > 6.
> > at
> > com.sun.corba.se.impl.encoding.CDRInputStream_1_2.alignAndCheck(Unknown
> > Source)
> > 7.
> > at
> > com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_long(Unknown
> > Source)
> > 8.
> > at com.sun.corba.se.impl.encoding.CDRInputStream.read_long(Unknown
> > Source)
> > 9.
> > at
> > com.sun.corba.se.impl.encoding.WrapperInputStream.read_long(Unknown
> > Source)
> > 10.
> > at com.sun.corba.se.impl.corba.TypeCodeImpl.read_value_kind(Unknown
> > Source)
> > 11.
> > at com.sun.corba.se.impl.corba.TypeCodeImpl.read_value(Unknown
> > Source)
> > 12.
> > at
> com.sun.corba.se.impl.encoding.CDRInputStream_1_0.read_any(Unknown
> > Source)
> > 13.
> > at com.sun.corba.se.impl.encoding.CDRInputStream.read_any(Unknown
> > Source)
> >
> >
> >
> > i had tried removing the return type and putting void again, and
> everything
> > was fine again. but i need this return type, please tell me what to do.
> >
> > --
> > Thanks & Regards
> > Ravi
> > _______________________________________________
> > jacorb-developer maillist -
> > jacorb-developer at lists.spline.inf.fu-berlin.de
> > https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
> >
>
>
>
> --
> CORBA/Software Defined Radio Delivery Manager
> PrismTech Chief Architect
>
> e-mail: steve.osselton at prismtech.com
> tele +44-191-497-9905
> web: www.prismtech.com
>
> PrismTech is a global leader in standards-based, performance-critical
> middleware. Our products enable our OEM, Systems Integrator, and
> End User customers to build and optimize high-performance systems
> primarily for Mil/Aero, Communications, Industrial, and Financial Markets.
> _______________________________________________
> jacorb-developer maillist -
> jacorb-developer at lists.spline.inf.fu-berlin.de
> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>
--
Thanks & Regards
Ravi
More information about the jacorb-developer
mailing list