-
Notifications
You must be signed in to change notification settings - Fork 6
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
An error occured when i execute ‘./gradlew core:standalone:bootRun’ #1
Comments
Hello! I assume you want to run OpenWhisk and it is failing? Please make sure to run the code from https://github.com/PhilippGackstatter/openwhisk.git on the I just tried it and that code still runs for me using:
My java version for reference:
If you did those steps and its still failing, please provide an overview of what commands you're executing and in what envrionment, and I'm happy to help. |
It looks like your docker daemon isn't running based on the error message below the OpenWhisk logo. Try executing |
@PhilippGackstatter |
That's great to hear, happy to help!
I can see why the presence of Docker is confusing here, however docker is merely used for its convenience to execute the WebAssembly runtime, there is no inherent dependency on docker.
The calling strategy is implemented in OpenWhisk. You can see the changes I've made to OpenWhisk here: PhilippGackstatter/openwhisk@master...invoker-wasm Specifically, the strategy is implemented in the WasmContainerFactory. We then override the
so OpenWhisk will use that factory to run what we call "Wasm containers": |
Execution failed for task ':core:standalone:bootRun'.
The text was updated successfully, but these errors were encountered: