amitbatajoo commented on issue #5331:
URL: https://github.com/apache/openwhisk/issues/5331#issuecomment-1281621529
Hi @style95 , sorry for late reply. Let me explain in simple. In my new
machine "Ubuntu 18.04.6 LTS", I am trying to install openwhisk. After
successful build, I tried to execute ansible command one by one:
ansible-playbook -i environments/local/ couchdb.yml
ansible-playbook -i environments/local/ initdb.yml
ansible-playbook -i environments/local/ wipe.yml
ansible-playbook -i environments/local/ apigateway.yml
**And encounter the error when I run this command**
root@ubuntu-s-1vcpu-2gb-sgp1-01:~/openwhisk/ansible# ansible-playbook -i
environments/local/ openwhisk.yml
fatal: [172.17.0.1]: FAILED! => {"changed": false, "msg": "The header
parameter requires a key:value,key:value syntax to be properly parsed."}
The header parameter requires a key:value,key:value syntax to be properly
parsed.
PLAY RECAP
*********************************************************************
172.17.0.1 : ok=11 changed=9 unreachable=0 failed=1
>Please share the container logs or components logs.
**Here is a log:**
root@ubuntu-s-1vcpu-2gb-sgp1-01:~/openwhisk/tmp/wsklogs# cat
controller0/controller0_logs.log
[2022-10-17T23:10:35.980Z] [INFO] Slf4jLogger started
[2022-10-17T23:10:37.158Z] [INFO] Remoting started with transport [Artery
tcp]; listening on address [akka://[email protected]:25520]
with UID [9046092925284476410]
[2022-10-17T23:10:37.227Z] [INFO] Cluster Node
[akka://[email protected]:25520] - Starting up, Akka version
[2.6.12] ...
[2022-10-17T23:10:37.520Z] [INFO] Cluster Node
[akka://[email protected]:25520] - Registered cluster JMX
MBean [akka:type=Cluster]
[2022-10-17T23:10:37.522Z] [INFO] Cluster Node
[akka://[email protected]:25520] - Started up successfully
[2022-10-17T23:10:37.784Z] [INFO] Cluster Node
[akka://[email protected]:25520] - No downing-provider-class
configured, manual cluster downing required, see
https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
[2022-10-17T23:10:37.786Z] [INFO] Cluster Node
[akka://[email protected]:25520] - No seed nodes found in
configuration, relying on Cluster Bootstrap for joining
[2022-10-17T23:10:39.666Z] [WARN] Failed to attach the instrumentation
because the Kamon Bundle is not present on the classpath
[2022-10-17T23:10:40.076Z] [INFO] Started the Kamon StatsD reporter
[2022-10-17T23:10:41.333Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for limits.triggers.fires.perMinute
[2022-10-17T23:10:41.334Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for limits.actions.sequence.maxLength
[2022-10-17T23:10:41.334Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for limits.actions.invokes.concurrent
[2022-10-17T23:10:41.336Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for whisk.api.host.name
[2022-10-17T23:10:41.336Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for limits.actions.invokes.perMinute
[2022-10-17T23:10:41.336Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for whisk.api.host.proto
[2022-10-17T23:10:41.336Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for whisk.api.host.port
[2022-10-17T23:10:41.337Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for runtimes.manifest
[2022-10-17T23:10:41.337Z] [INFO] [#tid_sid_unknown] [Config] environment
set value for port
[2022-10-17T23:10:41.759Z] [INFO] [#tid_sid_unknown] [LeanMessagingProvider]
topic completed0 created
[2022-10-17T23:10:41.759Z] [INFO] [#tid_sid_unknown] [LeanMessagingProvider]
topic health created
[2022-10-17T23:10:41.759Z] [INFO] [#tid_sid_unknown] [LeanMessagingProvider]
topic cacheInvalidation created
[2022-10-17T23:10:41.760Z] [INFO] [#tid_sid_unknown] [LeanMessagingProvider]
topic events created
[2022-10-17T23:10:42.460Z] [INFO] [#tid_sid_controller] [Controller]
starting controller instance 0 [marker:controller_startup0_counter:1190]
[2022-10-17T23:10:44.458Z] [INFO] [#tid_sid_dispatcher] [MessageFeed]
handler capacity = 128, pipeline fill at = 128, pipeline depth = 256
[2022-10-17T23:10:44.656Z] [INFO] [#tid_sid_dispatcher] [MessageFeed]
handler capacity = 128, pipeline fill at = 128, pipeline depth = 256
[2022-10-17T23:10:45.060Z] [INFO] [#tid_sid_unknown] [InvokerReactive]
LogStoreProvider: class
org.apache.openwhisk.core.containerpool.logging.DockerToActivationLogStore
[2022-10-17T23:10:45.933Z] [INFO] [#tid_sid_unknown]
[DockerClientWithFileAccess] Detected docker client version 18.06.3-ce
[2022-10-17T23:10:46.124Z] [INFO] [#tid_sid_invoker]
[DockerClientWithFileAccess] running /usr/bin/docker ps --quiet --no-trunc
--all --filter name=wsk0_ (timeout: 1 minute)
[marker:invoker_docker.ps_start:4858]
[2022-10-17T23:10:46.406Z] [INFO] [#tid_sid_invoker]
[DockerClientWithFileAccess] [marker:invoker_docker.ps_finish:5140:145]
[2022-10-17T23:10:46.412Z] [INFO] [#tid_sid_invoker]
[DockerContainerFactory] removing 0 action containers.
[2022-10-17T23:10:48.650Z] [INFO] [#tid_sid_invoker] [CouchDbRestStore]
[QUERY] 'whisk_local_subjects' searching
'namespaceThrottlings/blockedNamespaces [marker:database_queryView_start:7384]
[2022-10-17T23:10:50.224Z] [INFO] [#tid_sid_dispatcher] [MessageFeed]
handler capacity = 2000, pipeline fill at = 2000, pipeline depth = 4000
[2022-10-17T23:10:50.325Z] [INFO] [#tid_sid_invoker] [CouchDbRestStore]
[marker:database_queryView_finish:9058:1672]
[2022-10-17T23:10:50.327Z] [INFO] [#tid_sid_unknown] [InvokerReactive]
updated blacklist to 0 entries
[2022-10-17T23:10:50.703Z] [INFO] [#tid_sid_invokerWarmup] [ContainerPool]
found 0 started and 0 starting; initing 2 pre-warms to desired count: 2 for
kind:nodejs:14 mem:256 MB
[2022-10-17T23:10:50.727Z] [INFO] [#tid_sid_controller] [Controller]
loadbalancer initialized: LeanBalancer
[2022-10-17T23:10:51.084Z] [INFO] [#tid_sid_controller] [KindRestrictor] all
kinds are allowed, the white-list is not specified
[2022-10-17T23:10:51.624Z] [INFO] [#tid_sid_invokerWarmup]
[DockerClientWithFileAccess] running /usr/bin/docker run -d --cpu-shares 256
--memory 256m --memory-swap 256m --network bridge -e
__OW_API_HOST=https://172.17.0.1 -e __OW_ALLOW_CONCURRENT=True --name
wsk0_1_prewarm_nodejs14 --cap-drop NET_RAW --cap-drop NET_ADMIN --ulimit
nofile=1024:1024 --pids-limit 1024 --log-driver json-file
openwhisk/action-nodejs-v14:nightly (timeout: 1 minute)
[marker:invoker_docker.run_start:10358]
[2022-10-17T23:10:51.630Z] [INFO] [#tid_sid_invokerWarmup]
[DockerClientWithFileAccess] running /usr/bin/docker run -d --cpu-shares 256
--memory 256m --memory-swap 256m --network bridge -e
__OW_API_HOST=https://172.17.0.1 -e __OW_ALLOW_CONCURRENT=True --name
wsk0_2_prewarm_nodejs14 --cap-drop NET_RAW --cap-drop NET_ADMIN --ulimit
nofile=1024:1024 --pids-limit 1024 --log-driver json-file
openwhisk/action-nodejs-v14:nightly (timeout: 1 minute)
[marker:invoker_docker.run_start:10362]
[2022-10-17T23:10:53.314Z] [INFO] [#tid_sid_invokerWarmup]
[DockerClientWithFileAccess] [marker:invoker_docker.run_finish:12047:1680]
[2022-10-17T23:10:53.354Z] [INFO] [#tid_sid_invokerWarmup]
[DockerClientWithFileAccess] [marker:invoker_docker.run_finish:12088:1728]
[2022-10-17T23:10:56.377Z] [INFO] [#tid_sid_controller] [ActionsApi]
actionSequenceLimit '50'
[2022-10-17T23:10:57.534Z] [WARN] Binding with a connection source not
supported with HTTP/2. Falling back to HTTP/1.1.
----------------------------
Thank you in advance.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]