I'm trying to get the number of bytes for an Any that contains an octet ... #include <iostream> #include <tao/Any.h> #include <tao/OctetSeqC.h> using namespace...
Keith Nicewarner
knicewar@...
Sep 3, 2004 1:24 am
3942
Hmm. Yes, that works for me as well. But it doesn't explain why I'm not getting any RTEC events when I try to send an octet sequence. I'll need to do more...
Keith Nicewarner
knicewar@...
Sep 3, 2004 5:13 am
3943
OK, we found the problem. Our octet sequence (a JPEG image) is apparently too big to send as an RTEC event. If we set the length to a small value, the event...
Keith Nicewarner
knicewar@...
Sep 3, 2004 6:02 pm
3944
Hi, Maybe you ran into a bug, maybe have a look at http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=1828 and try that patch. Regards, Johnny Willemsen ...
Johnny Willemsen
jwillemsen@...
Sep 3, 2004 6:32 pm
3945
Is this patch in the latest TAO (1.4.2)? Keith. ... -- ********************************************************************** Dr. Keith Nicewarner...
Keith Nicewarner
knicewar@...
Sep 3, 2004 8:45 pm
3946
Hi Jules: ... So, you're saying that replacing: orb->run (); with for (;;) { if (orb->work_pending ()) { orb->perform_work (); } // do other nt specific stuff...
Don Hinton
don.hinton@...
Sep 3, 2004 10:24 pm
3947
FYI, I upgraded to 1.4.2 and that fixed the problem. But what's odd is that I didn't see the fix for bug 1828 in this release. Apparently something else...
Keith Nicewarner
knicewar@...
Sep 3, 2004 11:42 pm
3948
Hi Keith, The bugzilla bug has still status new, so there has been no time to have a detailed look at the patch and the test and commit it to the repo. ...
Johnny Willemsen
jwillemsen@...
Sep 6, 2004 6:06 am
3949
Hi, It could be of other changes, in your original report, you didn't mention your version. We have integrated dozens of changes to the RTEC between x.3.2 and...
Johnny Willemsen
jwillemsen@...
Sep 6, 2004 6:06 am
3950
TAO VERSION: 1.4.2 and 1.3.1 ACE VERSION: 5.4.2 and 5.3.1 HOST MACHINE and OPERATING SYSTEM: PC (Athlon XP) with Windows XP Pro SP1 TARGET MACHINE and...
Matthias Burger
burger@...
Sep 28, 2004 7:50 am
3951
TAO VERSION: 1.4.1 ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: Dell 750 Red Hat Enterprise Linux ES release 3 TARGET MACHINE and OPERATING SYSTEM, if...
Macbeth Chad-CMACBET1
Chad.Macbeth@...
Sep 28, 2004 5:41 pm
3952
Hi all, I'm trying to customize some examples about TAO Fault Tolerance. I have found a problem that is formalized in the PRF below. I report my code for...
Dario Iaccarino
diaccarino@...
Oct 1, 2004 3:09 pm
3953
Sorry if repost, TAO VERSION: 1.4 ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: Windows 2000 on Intel Pentium PC TARGET MACHINE and OPERATING SYSTEM, if...
Simone Viani
sviani@...
Oct 4, 2004 2:00 pm
3954
I am encountering a problem establishing an event channel. I am presuming this is a bug but would be happy to receive any information allowing me to move...
Rob Shewan
rshewan@...
Oct 6, 2004 6:56 pm
3955
Hi, ... Thanks for using the PRF form. ... I have seen several projects where 1.3 and 1.4 are used together. Do the two orbs run on the same sysem or on...
Johnny Willemsen
jwillemsen@...
Oct 7, 2004 6:32 am
3956
Hi, Thanks for using the PRF form. Please contact taosupport@... because you are using the OCI distribution. You could try to doc_group distribution you...
Johnny Willemsen
jwillemsen@...
Oct 8, 2004 9:24 am
3957
TAO VERSION: 1.3a_p10 HOST MACHINE and OPERATING SYSTEM: Dell optiplex GX240 (P4 1,7 GHz, 1GB RAM). Windows 2000 Professional SP2, using Winsock2. TARGET...
Jerome Ricard
jerome.ricard@...
Oct 8, 2004 9:26 am
3958
TAO VERSION: 1.4.2 ACE VERSION: 5.4.2 HOST MACHINE and OPERATING SYSTEM: I686, Linux 2.6.8 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: ...
Peter Schaefer
peter.schaefer@...
Oct 12, 2004 9:14 pm
3959
Hi Peter, The typed CosEvent channel includes dynamic CORBA features, which is not part of Minimum CORBA. Take care, Doug...
Douglas C. Schmidt
schmidt@...
Oct 13, 2004 2:33 am
3960
... That's what i've been worrying about... However there's some CORBA architecture out in the wild which states it'll need "minimumCORBA + NameService +...
Peter Schaefer
peter.schaefer@...
Oct 13, 2004 6:55 am
3961
Hi, ... Maybe we could make ec_typed_events dependent on minimum_corba, not the CosEvent itself. At the moment that then ec_typed_events is disabled the ...
Johnny Willemsen
jwillemsen@...
Oct 13, 2004 7:01 am
3962
Hi ... Aah! ... Actually it shouldn't be too hard to fix this (I just looked at the code). But it is going to be non-trivial effort of work. Please let us know...
Balachandran Natarajan
bala@...
Oct 13, 2004 11:26 am
3963
... Well, i'm inclined to put some effort into this. However, being a mere 'user' of TAO as yet i'll definitely need some pointers where to start (the 'big ...
Peter Schaefer
peter.schaefer@...
Oct 13, 2004 11:57 am
3964
Peter- ... I sent some ideas a few days back to you. Please let us know if you would be able to look at this. Thanks Bala...
Balachandran Natarajan
bala@...
Oct 19, 2004 12:10 am
3965
... I am not sure this is your problem, but... We had seen similar crashes in the past, after calling orb->shutdown(). For us, the problem was that there were...
Dan Halbert
halbert@...
Oct 25, 2004 6:57 pm
3966
Hi Eider, ... Of course it would be. It is likely that most folks simply didn't have time to look into the problem you reported. If you want more predictable...
Ossama Othman
ossama@...
Oct 25, 2004 8:27 pm
3967
Hi ... Thanks for using the PRF! ... Are you using Thread-per-connection? I thought I fixed a similar problem sometome back. Could you please download the...
Balachandran Natarajan
bala@...
Oct 25, 2004 8:45 pm
3968
TAO VERSION: 1.4 ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: Sun Ultra 250 - Sun OS 5.8 Patch 22 TARGET MACHINE and OPERATING SYSTEM, if different from...
gdprosch@...
Oct 26, 2004 8:11 pm
3969
TAO VERSION: 1.4 ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: Enterprise E4500/E5500 - 400 MHz SUNW,UltraSPARC-II CPU (4) SunOS Release 5.8 Version...
gdprosch@...
Oct 26, 2004 8:20 pm
3970
TAO VERSION: 1.4 ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: Enterprise E4500/E5500 - 400 MHz SUNW,UltraSPARC-II CPU (4) SunOS Release 5.8 Version...