2021-01-29 04:24:06 UTC - Dominic Kim: oh.. https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611894246006900?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:24:24 UTC - Dominic Kim: Are you trying to use the standalone openwhisk instead of native setup? https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611894264007100?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:25:12 UTC - Dominic Kim: It seems the port 3233 is already being used by another process? https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611894312007300?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:34:28 UTC - 황보준호: Is there a native setup?? What is the difference between native and standalone?? https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611894868007500?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:35:28 UTC - Dominic Kim: Generally standalone is just for testing. If you need scalablity, high-availablity, etc, you need a native setup. https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611894928007700?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:35:50 UTC - Dominic Kim: <https://github.com/apache/openwhisk/blob/master/tools/ubuntu-setup/README.md> https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611894950007900?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:36:09 UTC - Dominic Kim: Currently there is a document for setting up OW on Mac and Ubuntu. https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611894969008100?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:36:35 UTC - Dominic Kim: It would deploy it using Ansible. If you want, you can also deploy it on K8S. <https://github.com/apache/openwhisk-deploy-kube> https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611894995008300?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:53:37 UTC - 황보준호: Oh thank you! In that case I’m just trying to test a openwhisk using a standalone! https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611896017008500?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 04:53:49 UTC - 황보준호: I’ll try again! Thanks alot https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611896029008700?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 05:00:38 UTC - Dominic Kim: ok https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611896438008900?thread_ts=1611812874.002600&cid=C79ALSWJJ ---- 2021-01-29 05:03:17 UTC - Dominic Kim: Just for your information. I think you don't need `sudo`. Just `./gradlew core:standalone:bootRun` would do its bit. ```$ ./gradlew core:standalone:bootRun Starting a Gradle Daemon (subsequent builds will be faster) Build using Scala 2.12 Scala sub-project 'gatling_tests' doesn't have Scoverage applied and will be ignored in parent project aggregation
> Task :core:standalone:bootRun ____ ___ _ _ _ _ _ /\ \ / _ \ _ __ ___ _ __ | | | | |__ (_)___| | __ /\ /__\ \ | | | | '_ \ / _ \ '_ \| | | | '_ \| / __| |/ / / \____ \ / | |_| | |_) | __/ | | | |/\| | | | | \__ \ < \ \ / \/ \___/| .__/ \___|_| |_|__/\__|_| |_|_|___/_|\_\ \___\/ tm |_| Git Commit: 307527e, Build Date: 2021-01-18T10:23:56+0900 ================================================================================ Running pre flight checks ... Local Host Name: localhost Local Internal Name: host.docker.internal [ OK ] 'docker' cli found. (Docker version 18.09.0, build 4d60db4) [ OK ] 'docker' version 18.9.0 is newer than minimum supported 18.3.0 [ OK ] 'docker' is running. [ OK ] 'wsk' cli found. (2020-02-25T19:20:55.482+0000) [ WARN ] Configure wsk via below command to connect to this server as [guest] wsk property set --apihost '<http://localhost:3233>' --auth '23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP' [ OK ] Server port [3233] is free ================================================================================ [2021-01-29T14:01:31.550Z] [INFO] Starting OpenWhisk standalone on port 3233 [2021-01-29T14:01:31.910Z] [INFO] Slf4jLogger started [2021-01-29T14:01:32.188Z] [INFO] Using [/Users/style95/.openwhisk/standalone/server-3233] as data directory [2021-01-29T14:01:32.461Z] [INFO] [#tid_sid_unknown] [StandaloneDockerClient] Detected docker client version 18.09.0 [2021-01-29T14:01:32.524Z] [INFO] [#tid_sid_standalone] [StandaloneDockerClient] running /usr/local/bin/docker ps --quiet --no-trunc --all --filter name=whisk- (timeout: 1 minute) [marker:invoker_docker.ps_start:6] [2021-01-29T14:01:32.663Z] [INFO] [#tid_sid_standalone] [StandaloneDockerClient] [marker:invoker_docker.ps_finish:146:38] [2021-01-29T14:01:32.688Z] [INFO] [#tid_sid_standalone] [StandaloneDockerSupport] removing 0 containers launched for Standalone server support. ================================================================================ Launched service details [ 3233 ] <http://localhost:3233> (Controller) [ 3232 ] <http://localhost:3232/playground> (Playground) Local working directory - /Users/style95/.openwhisk/standalone/server-3233``` https://openwhisk-team.slack.com/archives/C79ALSWJJ/p1611896597009100?thread_ts=1611812874.002600&cid=C79ALSWJJ ----