[cosmic-users] Help needed with an error

William R. Otte wotte at dre.vanderbilt.edu
Wed Jun 9 13:32:08 CDT 2010


Hi Alhad - 

Taking a look at the run_NodeDaemons.pl script, I see it is even more out of date than I expected.  If you will apply the attached patch, it might help.

hth,
/-Will

Index: docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl
===================================================================
--- docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl	(revision 90504)
+++ docs/tutorials/Quoter/Simple/descriptors/runNodeDaemons.pl	(working copy)
@@ -32,10 +32,10 @@
 $DANCE_ROOT=$ENV{'DANCE_ROOT'};
 
 $SV1 = $tg_deamons->CreateProcess ("$DANCE_ROOT/bin/dance_node_manager",
-                             "-ORBEndpoint iiop://localhost:30000 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication -d 1000");
+                                   "-ORBEndpoint iiop://localhost:30000 -s $DANCE_ROOT/DAnCE/bin/dance_locality_manager -d 30");
 
 $SV2 = $tg_deamons->CreateProcess ("$DANCE_ROOT/bin/dance_node_manager",
-                             "-ORBEndpoint iiop://localhost:40000 -s $CIAO_ROOT/DAnCE/NodeApplication/NodeApplication -d 1000");
+                                   "-ORBEndpoint iiop://localhost:40000 -s $DANCE_ROOT/bin/dance_locality_manager -d 30");
 
 $SV1->Spawn ();
 $SV2->Spawn ();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5228 bytes
Desc: not available
Url : http://list.isis.vanderbilt.edu/pipermail/cosmic-users/attachments/20100609/ea407973/attachment.bin 


More information about the cosmic-users mailing list