Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_helloworld_server.sh of HelloWorld fail #65

Closed
chris-cyliu opened this issue Jun 20, 2019 · 2 comments
Closed

run_helloworld_server.sh of HelloWorld fail #65

chris-cyliu opened this issue Jun 20, 2019 · 2 comments

Comments

@chris-cyliu
Copy link

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

@cmeiklejohn
Copy link
Collaborator

Opened #68 to address.

@cmeiklejohn
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants