Hi Joe, Thanks for using the PRF. ... Please upgrade to ACE+TAO+CIAO x.5.4 (i.e., ACE 5.5.4, TAO 1.5.4, and CIAO 0.5.4), which you can download from ...
Douglas C. Schmidt
schmidt@...
Dec 1, 2006 7:09 pm
21919
TAO VERSION: 1.5 ACE VERSION: 5.5 HOST MACHINE and OPERATING SYSTEM: Running on Windows XP Pro verison 5.1.2600 + SP2 TARGET MACHINE and OPERATING SYSTEM, if...
joegoggins
joegoggins@...
Dec 1, 2006 7:11 pm
21920
Doug, Thanks for the link to the paper and putting me back on track. --Steve _______________________________________________ tao-users mailing list ...
kfjethro
kfjethro@...
Dec 2, 2006 5:55 pm
21921
Greetings, I've uploaded Fedora Core source and binary RPM for ACE+TAO x.5.4 to: http://dist.bonsai.com/ken/ace_tao_rpm/ The source RPM are believed to build...
Ken Sedgwick
ken@...
Dec 4, 2006 9:33 pm
21922
Hi, ... TAO does perform well when sending large amounts of data, it is not adviced to just do one call with several gigabytes of data, that will result to a ...
Johnny Willemsen
jwillemsen@...
Dec 5, 2006 8:27 am
21923
Hi all, Are there people that are using SCO/Unixware with ACE/TAO? We have configuration files for several versions of this platform but these aren't...
Johnny Willemsen
jwillemsen@...
Dec 5, 2006 2:42 pm
21924
Hello, I'm completely new to TAO and CORBA. I've been given the task to implement a new communication interface between two different processes possibly...
Markus Henschel
m.henschel@...
Dec 6, 2006 9:26 am
21925
Hello! I already asked this question two weeks ago, but I didn't get an answer :-( Does a participant have to know the exact location of the DCPSInfoRepo from...
Marco Heyden
mhe@...
Dec 6, 2006 9:34 am
21926
Hi, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which is in ...
Johnny Willemsen
jwillemsen@...
Dec 6, 2006 12:37 pm
21927
Hi, Please make sure to send all questions related to TAO or ACE to the TAO mailing list or ACE+TAO newsgroup, rather than to comp.object.corba since that is...
Douglas C. Schmidt
schmidt@...
Dec 6, 2006 2:20 pm
21928
I've upgraded to TAO 1.5.4 and I'm still having the same issues with the client presistent object failing to reconnect. I also chnaged it to be a transient...
Joe Goggins
joegoggins@...
Dec 6, 2006 3:04 pm
21929
Hi Markus, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which...
Douglas C. Schmidt
schmidt@...
Dec 6, 2006 3:08 pm
21930
Hi Joe, ... Your posting is insufficient to provide any help whatsoever. In addition, to ensure that we have proper version/platform/compiler information,...
Douglas C. Schmidt
schmidt@...
Dec 6, 2006 3:35 pm
21931
Hi Marco, ... There is no *DDS* way of locating the Info Repo. The DDS Information Repository is a CORBA application and therefore has the same bootstrap ...
ciju john
john_c@...
Dec 6, 2006 10:17 pm
21932
We have two processes that run on the same machine and communicate via TAO CORBA calls. Is there any way to make this work without having a firewall message...
Dan Notestein
ivanr@...
Dec 6, 2006 10:37 pm
21933
Hi, As I know in order to use persistent objects successfully, you need to fix the socket port your server is listening on ( through -ORBEndPoint...
Ivo Faldini
Ivo.Faldini@...
Dec 7, 2006 7:06 am
21934
Thanks Ivo, I've been using the -ORBEndPoint on the server and the client side with a static Port but this has also failed to work. I enabled the TAO logging...
Joe Goggins
joegoggins@...
Dec 7, 2006 1:56 pm
21935
Hi Joe, ... Calling neither ORB_init() nor string_to_object() should cause the client to try to reconnect to the server. The client should not try to...
Steve Totten
totten_s@...
Dec 7, 2006 3:36 pm
21936
Thanks Steve, My next step after the string_to_object is to narrow but the ORB_init and string_to_object through exceptions preevnting this.. I've tried just...
Joe Goggins
joegoggins@...
Dec 7, 2006 4:02 pm
21937
... What exception is being thrown? That would be a BIG clue. ... Crashes how? An exception? Again, what exception? ... Provide more details. Steve -- ... ...
Steve Totten
totten_s@...
Dec 7, 2006 4:14 pm
21938
Hi Steve, When I say crash, its an exception that is thrown.. When I try to caught any "CORBA::Exception" excpetion , non are caught, same goes for C++...
Joe Goggins
joegoggins@...
Dec 7, 2006 4:18 pm
21939
... That's very odd. ORB_init() or string_to_object() should only throw some kind of CORBA::Exception. You should be able to catch and print the type of...
Steve Totten
totten_s@...
Dec 7, 2006 5:11 pm
21940
I will keep this post updated with my results.. As for your comments below on exception handling, these are all true and tested. I am putting new arg's in for...
Joe Goggins
joegoggins@...
Dec 7, 2006 5:43 pm
21941
Hi Folks, This morning we delivered the final manuscript for POSA5 to the publisher. It will be published in early spring 2007. POSA4 is already in...
Douglas C. Schmidt
schmidt@...
Dec 11, 2006 5:12 pm
21942
Hello I have a friend currently running tao_idl.exe. He simply copied the tao folders from one pc to another. The program terminates saying can't find cl.exe. ...
Jim
jimdon@...
Dec 12, 2006 8:58 pm
21943
Hi Jim, The tao_idl executable uses the preprocessor of the C++ compiler with which it was built (barring the rare case of cross-compiling). That's why it's...
Jeff Parsons
j.parsons@...
Dec 12, 2006 9:08 pm
21944
Of course ... thanks ... my mind went numb ... Jim ... _______________________________________________ tao-users mailing list tao-users@... ...
Jim
jimdon@...
Dec 12, 2006 9:35 pm
21945
Hi, I don't know what's happened in that time, but I think the run() went into a endless loop without any sleep or wait. I get the tao log file with debug ...
Paul Ling
drpaulling@...
Dec 12, 2006 10:55 pm
21946
I don't make sure this is TAO's problem now. I just want some one help me point out what's happened in that time. ... ...
Paul Ling
drpaulling@...
Dec 12, 2006 11:07 pm
21947
Hi Paul, ... I think we're going to need a PROBLEM-REPORT-FORM with details of the ACE/TAO and your system. Long ago I saw similar behavior in our system. I...