Re: push() exception omniORBpy
renej <[email protected]> Wed, 15 Jun 2005 15:45:44 +0200
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 6/15/05, DIEZ Ignacio <[email protected]> wrote: > > > Hello, > I'm running a C++ client application which connects with a C++ server > (OmniORB 4_0_5 / OmniEvents 2_6_1), and all is OK. The problem is that when > I want to use OmniORBpy 2_5 to send data to the event channel in other to > perform test, the push() function raise an exception: > > Traceback (most recent call last): > File > "c:\Users\diez\Socle\test\espagne\Utility\Network.py", line > 124, in setObjectStates > self._proxy.push(any) > File > "c:\software\omniORB\lib\python\omniORB\COS\CosEventComm_idl.py", > line 59, in push > return _omnipy.invoke(self, "push", > _0_CosEventComm.PushConsumer._d_push, args) > BAD_PARAM: Minor: BAD_PARAM_WrongPythonType, COMPLETED_NO. > > Before this, I had the same applications running with OmniORB 303, OmniORBpy > 2_8 perfoming the same test and I hadn't get any problems....The problems > appeared after I updated this versions. can you give some more info about what's in the any (type, value)? I remember I came across something similar, but I can't remember howI solved it renej > > Anybody can help me? > Thank you > _______________________________________________ > omniORB-dev mailing list > [email protected] > http://www.omniorb-support.com/mailman/listinfo/omniorb-dev > > >