microsoft / AMBROSIA

Robust Distributed Programming Made Easy and Efficient

Home Page:https://microsoft.github.io/AMBROSIA/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run_helloworld_server.sh of HelloWorld fail

chris-cyliu opened this issue · comments

The input arguments of Server were changed in the commit b500fe12e6ef0ce43f3401972ececfccaa962ca. But the run_helloworld_server.sh was not updated. Attached the patch file

Index: Samples/HelloWorld/run_helloworld_server.sh
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- Samples/HelloWorld/run_helloworld_server.sh	(date 1560293594000)
+++ Samples/HelloWorld/run_helloworld_server.sh	(date 1560500575000)
@@ -35,5 +35,5 @@
 set -x
 AMBROSIA_INSTANCE_NAME=$SERVERNAME AMBROSIA_IMMORTALCOORDINATOR_PORT=$CRAPORT2 \
 COORDTAG=CoordServ AMBROSIA_IMMORTALCOORDINATOR_LOG=$slog \
-  runAmbrosiaService.sh dotnet Server/publish/Server.dll $SERVERNAME 
+  runAmbrosiaService.sh dotnet Server/publish/Server.dll $PORT4 $PORT3 $SERVERNAME 
 set +x

Opened #68 to address.