[cosmic-users] Help needed with an error

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


Sorry, this patch:

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/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 ();



On Jun 9, 2010, at 2:32 PM, William R. Otte wrote:

> 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 ();
> 
> 
> _______________________________________________
> cosmic-users mailing list
> cosmic-users at list.isis.vanderbilt.edu
> http://list.isis.vanderbilt.edu/mailman/listinfo/cosmic-users

-------------- 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/bdf39187/attachment.bin 


More information about the cosmic-users mailing list