rabbah commented on issue #4945: URL: https://github.com/apache/openwhisk/issues/4945#issuecomment-677686994
For the avoidance of doubt - did you try the "quickstart" which runs a standalone openwhisk stack as a Java process? It is simpler to install and get running which may be less prone to the errors you're encountering. ``` cd openwhisk ./gradlew core:standalone:bootRun ``` See https://github.com/apache/openwhisk#quick-start. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
