You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/26 17:01:35 UTC

[GitHub] dakoller opened a new issue #152: make quick-start fails / whisk controller not coming up

dakoller opened a new issue #152: make quick-start fails / whisk controller not coming up
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/152
 
 
   On my Ubuntu-VM (hosted by Win10-Virtualbox) using "make quick-start" hangs at the start of the whisk-controller.
   
   The controller log says: Exception in thread "main" pureconfig.error.ConfigReaderException: Cannot convert configuration to a whisk.core.loadBalancer.ShardingContainerPoolBalancerConfig. Failures are:
     at 'whisk.loadbalancer':
       - Key not found: 'invoker-user-memory'.
   
   	at pureconfig.package$.getResultOrThrow(package.scala:138)
   	at pureconfig.package$.loadConfigOrThrow(package.scala:160)
   	at whisk.core.loadBalancer.ShardingContainerPoolBalancer.<init>(ShardingContainerPoolBalancer.scala:159)
   	at whisk.core.loadBalancer.ShardingContainerPoolBalancer$.instance(ShardingContainerPoolBalancer.scala:437)
   	at whisk.core.controller.Controller.<init>(Controller.scala:117)
   	at whisk.core.controller.Controller$.main(Controller.scala:258)
   	at whisk.core.controller.Controller.main(Controller.scala)
   [2018-08-26T16:45:36.615Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@controller:2551] - Exiting completed
   [2018-08-26T16:45:36.615Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@controller:2551] - Shutting down...
   [INFO] [08/26/2018 16:45:36.642] [kamon-akka.actor.default-dispatcher-10] [akka://kamon/user/metrics] Message [kamon.metric.SubscriptionsDispatcher$Tick$] without sender to Actor[akka://kamon/user/metrics#466360108] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
   [2018-08-26T16:45:36.664Z] [INFO] Cluster Node [akka.tcp://controller-actor-system@controller:2551] - Successfully shut down
   [2018-08-26T16:45:36.675Z] [INFO] [#tid_sid_unknown] [Controller] Shutting down Kamon with coordinated shutdown
   [2018-08-26T16:45:36.694Z] [INFO] Shutting down remote daemon.
   [2018-08-26T16:45:36.700Z] [INFO] Remote daemon shut down; proceeding with flushing remote transports.
   [2018-08-26T16:45:36.826Z] [INFO] Remoting shut down
   [2018-08-26T16:45:36.829Z] [INFO] Remoting shut down.
   [ERROR] [08/26/2018 16:45:36.884] [controller-actor-system-dispatchers.kafka-dispatcher-20] [Controller$(akka://controller-actor-system)] [#tid_sid_unknown] [KafkaConsumerConnector] poll timeout occurred. Retrying 3 more times.
   "
   
   (Setting DOCKER_HOST_IP as in another ticket resulted in an error message, which comes up wayearlier: "Recreating openwhisk_apigateway_1    ... 
   "docker inspect" requires at least 1 argument.
   See 'docker inspect --help'.
   
   Usage:  docker inspect [OPTIONS] NAME|ID [NAME|ID...] [flags]
   
   Recreating openwhisk_apigateway_1    ... done
   "docker inspect" requires at least 1 argument.
   See 'docker inspect --help'.
   
   Usage:  docker inspect [OPTIONS] NAME|ID [NAME|ID...] [flags]
   
   Return low-level information on Docker objects
   invalid argument "db:" for "--add-host" flag: invalid IP address in add-host: ""
   See 'docker run --help'.
   Makefile:235: recipe for target 'init-couchdb' failed
   make: *** [init-couchdb] Error 125
   ")

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services