Hi Gan,<br><br>wow ... that was a direct hit ... after putting your dat file in (I guess the tab made the difference),<br>I went further ...<br><br>however, I does not succeed completely but I get the following output:<br>
<br>CIAO_NodeManager IOR: IOR:010000001f00000049444c3a4349414f2f4e6f64654d616e616765724461656d6f6e3a312e30000001000000000000006800000001<br>0102000a0000006c6f63616c686f73740033831b00000014010f005253541c98934626470d0000000000010000000100000000020000000000000008000000010000
<br>00004f41540100000018000000010000000100010001000000010001050901010000000000<br>CIAO_NodeManager is running...<br>CIAO_ExecutionManager is running...<br>CIAO::Plan_Launcher_i: In ExecutionManager, the Priority Model Policy is not exposed. Use non-RT mode.
<br>(20574|182977823424) Initializing the Xerces runtime<br>CIAO (20573|182954076800) calling this->man_.is_plan_available()...<br>CIAO (20573|182954076800) Plan wasn't already available<br>CIAO (20573|182954076800) About to instantiate CIAO::DomainApplicationManager_Impl
<br>CIAO (20573|182954076800) Instantiated CIAO::DomainApplicationManager_Impl<br>CIAO (20573|182954076800) Bound DAM reference...<br>CIAO_PlanLauncher: start Launch application...<br>*** Starting NodeApplication<br>NodeApp_Configurator::pre_orb_init
<br>NodeApp_Configurator::post_orb_init<br>Running NodeApplication...<br>CIAO (20579|182950300544) Container_Base.cpp -Session_Container::ciao_install_home -ERROR in opening the executor DLL []<br>(20579|182950300544) EXCEPTION, Container_Impl::install
<br><br>user exception, ID 'IDL:Deployment/UnknownImplId:1.0'<br>(20579|182950300544) EXCEPTION, CIAO_NodeApplication::install error<br><br>user exception, ID 'IDL:Deployment/UnknownImplId:1.0'<br>DAM_Impl:StartError: Session_Container::ciao_install_home, Failed to open executor DLL:
<br>[success]<br>CIAO_PlanLauncher: finish Launch application...<br>DAM_Impl::finishLaunch - StartError: DomainApplicationManager_Impl::create_connections_i, Creating connections for LoggerComponentEn<br>vironment.ComponentImplementations.LoggerSystem.LoggerSystem.CLoggerClient
: unable to find object reference for connection logger_lo<br>ggerLoggerComponentEnvironment.ComponentImplementations.LoggerSystem.LoggerSystem.CLoggerClientLoggerComponentEnvironment.ComponentI<br>mplementations.LoggerSystem.LoggerSystem.CLogger
<br>[success]<br>CIAO_PlanLauncher: start activating components...<br>CORBA EXCEPTION: system exception, ID 'IDL:<a href="http://omg.org/CORBA/COMM_FAILURE:1.0">omg.org/CORBA/COMM_FAILURE:1.0</a>'<br>TAO exception, minor code = 6 (failed to recv request response; ENOENT), completed = MAYBE
<br><br>Deployment failed. Plan_Launcher exiting.<br>./deploy.sh: line 9: 20573 Segmentation fault $CIAO_ROOT/DAnCE/ExecutionManager/Execution_Manager -o EM.ior -i Standalone.dat<br><br>Any hints on that ... as far as I can see, the needed shared objects (stub,svnt,exec) are placed in a directory which is
<br>entered in my $LD_LIBRARY_PATH environment variable ... so they should be loadable by the SessionContainer.<br><br>BTW, I guess line 272, in $CIAO_ROOT/ciao/SessionContainer.cpp should not be<br> "CIAO (%P|%t) Container_Base.cpp -"
<br>but<br> "CIAO (%P|%t) Session_Container.cpp -"<br>(I recognized some more of these lines).<br><br>Cheers,<br>Friedhelm<br><br><div><span class="gmail_quote">On 7/10/07, <b class="gmail_sendername">
Gan Deng</b> <<a href="mailto:gan.deng@vanderbilt.edu">gan.deng@vanderbilt.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>Could you please replace your .dat file with the one attached in my<br>email and see whether it works better? I recall that some bug crept in<br>when we refactored DAnCE code in parsing CORBA LOC map configuration
<br>file. Please let me know if this works or not.<br><br>Thanks,<br>Gan<br><br>Friedhelm Wolf wrote:<br>> CIAO VERSION: 0.5.8<br>> TAO VERSION : 1.5.8<br>> ACE VERSION : 5.5.8<br>><br>> HOST MACHINE and OPERATING SYSTEM:
<br>> i686 pc, SUSE linux Enterprise Server 9, Kernel 2.6.5<br>><br>> COMPILER NAME AND VERSION (AND PATCHLEVEL):<br>> gcc 3.3.3 (SuSE Linux)<br>><br>> THE $ACE_ROOT/ace/config.h FILE:<br>> #include "
config-linux.h"<br>><br>> THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE :<br>> include $ACE_ROOT/include/makeinclude/platform- linux.GNU<br>><br>> CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features
<br>> (used by MPC when you generate your own makefiles):<br>> N/A<br>><br>> AREA/CLASS/EXAMPLE AFFECTED:<br>> DAnCE<br>><br>> DOES THE PROBLEM AFFECT:<br>> EXECUTION: Plan_Launcher / Execution_Manager
<br>><br>> SYNOPSIS:<br>> calling Plan_Launcher leads to Execution_Manager coredump<br>><br>> DESCRIPTION:<br>> Hi there,<br>><br>> I try to deploy a simple component application, consisting<br>
> of two components, running on one node<br>> (see attached StandaloneDeployment.cpd).<br>><br>> I followed the Simple Quoter tutorial to write a script<br>> which starts up the necessary DAnCE executables<br>
> (see attached deploy.sh and Standalone.dat).<br>><br>> As a result the following output indicates a coredump:<br>><br>> CIAO_NodeManager IOR:<br>> IOR:010000001f00000049444c3a4349414f2f4e6f64654d616e616765724461656d6f6e3a312e300000010000000000000068000000010102000a0000006c6f63616c686f73740033831b00000014010f00525354cb339346c43908000000000001000000010000000002000000000000000800000001000000004f41540100000018000000010000000100010001000000010001050901010000000000
<br>><br>> CIAO_NodeManager is running...<br>><br>> CIAO_ExecutionManager is running...<br>><br>> CIAO::Plan_Launcher_i: In ExecutionManager, the Priority Model<br>> Policy is not exposed. Use non-RT mode.
<br>> (28610|182977823424) Initializing the Xerces runtime<br>> CIAO (28605|182954076800) calling this->man_.is_plan_available()...<br>> CIAO (28605|182954076800) Plan wasn't already available<br>
> CIAO (28605|182954076800) About to instantiate<br>> CIAO::DomainApplicationManager_Impl<br>> CORBA EXCEPTION: system exception, ID<br>> 'IDL:<a href="http://omg.org/CORBA/COMM_FAILURE:1.0">omg.org/CORBA/COMM_FAILURE:1.0
</a> <<a href="http://omg.org/CORBA/COMM_FAILURE:1.0">http://omg.org/CORBA/COMM_FAILURE:1.0</a>>'<br>> TAO exception, minor code = 6 (failed to recv request response;<br>> ENOENT), completed = MAYBE<br>
><br>> Deployment failed. Plan_Launcher exiting.<br>> ./deploy.sh: line 8: 28605 Segmentation fault (core dumped)<br>> $CIAO_ROOT/DAnCE/ExecutionManager/Execution_Manager -o EM.ior -i<br>> Standalone.dat
<br>><br>> I attached the stack of the dump file (Execution_Manager.dump).<br>><br>> Can you give me any hints, whats going wrong here. I generated the<br>> deployment plan using CoSMIC. I'm not shure, if anything within there
<br>> is correct, but it seems to me, that the problem might even occur<br>> before the deployment plan is executed by the Plan_Launcher.<br>><br>> Any help is appreciated.<br>><br>> Thanks,<br>> Friedhelm
<br>><br>><br>> ------------------------------------------------------------------------<br>><br>> _______________________________________________<br>> ciao-users mailing list<br>> <a href="mailto:ciao-users@mail.cse.wustl.edu">
ciao-users@mail.cse.wustl.edu</a><br>> <a href="http://mail.cse.wustl.edu/mailman/listinfo/ciao-users">http://mail.cse.wustl.edu/mailman/listinfo/ciao-users</a><br><br><br>StandaloneNode corbaloc:iiop:localhost:99123/NodeManager
<br>_______________________________________________<br>ciao-users mailing list<br><a href="mailto:ciao-users@mail.cse.wustl.edu">ciao-users@mail.cse.wustl.edu</a><br><a href="http://mail.cse.wustl.edu/mailman/listinfo/ciao-users">
http://mail.cse.wustl.edu/mailman/listinfo/ciao-users</a><br><br></blockquote></div><br>