You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First - I love the concept of the tool, and great it's open source (though I am not sure how much is based on your reference to "Trial" on your website.
In any case:
I ran docker compose from the root git folder:
Expected: All system works fine
Actual:
All containers came up (dependents) except the stack_deploy which build fine in go but fails execution:
ERROR: Cannot start container 5ad14a8f10ce3b438eea2ae9baeead2792945b03675f532692c51711ef69b57f: [9] System error: exec format error
I tried running the command directly in docker container /bin:
stack-deploy server --marathon http://marathon:8080 --cassandra=cassandra:9042 --master mesos-master:5050 --debug
/bin/stack-deploy: 1: /bin/stack-deploy: ????P: not found
/bin/stack-deploy: 2: /bin/stack-deploy: Syntax error: word unexpected (expecting ")")
I'm new to go (as in first install tonight), so not much chance of me debugging it myself ;p)
Perhaps I have some other missing dependency but I cannot find it.
Thanks
John.
The text was updated successfully, but these errors were encountered:
Hi,
First - I love the concept of the tool, and great it's open source (though I am not sure how much is based on your reference to "Trial" on your website.
In any case:
I ran docker compose from the root git folder:
Expected: All system works fine
Actual:
All containers came up (dependents) except the stack_deploy which build fine in go but fails execution:
ERROR: Cannot start container 5ad14a8f10ce3b438eea2ae9baeead2792945b03675f532692c51711ef69b57f: [9] System error: exec format error
I tried running the command directly in docker container /bin:
stack-deploy server --marathon http://marathon:8080 --cassandra=cassandra:9042 --master mesos-master:5050 --debug
/bin/stack-deploy: 1: /bin/stack-deploy: ????P: not found
/bin/stack-deploy: 2: /bin/stack-deploy: Syntax error: word unexpected (expecting ")")
I'm new to go (as in first install tonight), so not much chance of me debugging it myself ;p)
Perhaps I have some other missing dependency but I cannot find it.
Thanks
John.
The text was updated successfully, but these errors were encountered: