Description
I tried running the Java example on my mac after installing capstan but am facing the following issue. Can someone please help?
- Tried with both the binary as well as the source built version of capstan. Same result.
- Tried with both virtual box as well as qemu (homebrew) but similar situation
~/Documents/dev/osv/repo/capstan-example-java : sudo capstan build -p vbox -v
Building capstan-example-java...
qemu-system-x86_64: -redir tcp:10000::10000: The -redir option is deprecated. Please use '-netdev user,hostfwd=...' instead.
qemu-system-x86_64: -drive file=/Users/malolan/.capstan/repository/capstan-example-java/capstan-example-java.vbox,if=none,id=hd0,aio=native,cache=unsafe: aio=native was specified, but is not supported in this build.
dial tcp 127.0.0.1:10000: getsockopt: connection refused
DEPRECATED Action signature. Must be cli.ActionFunc
. This is an error in the application. Please contact the distributor of this application if this is not you. See https://github.com/urfave/cli/blob/master/CHANGELOG.md#deprecated-cli-app-action-signature
The run hangs waiting for host
~/Documents/dev/osv/repo/capstan-example-java : capstan run -p vbox -v
Created instance: capstan-example-java
OSv v0.24
eth0: 10.0.2.15
Waiting for connection from host...
^C
~/Documents/dev/osv/repo/capstan-example-java : capstan -v
capstan version 'v0.1.8-22-g47fff91'