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 2019/11/21 06:10:54 UTC

[GitHub] [openwhisk] 130B848 commented on issue #4556: Execute OpenWhisk action via Ignite and Firecracker VM

130B848 commented on issue #4556: Execute OpenWhisk action via Ignite and Firecracker VM
URL: https://github.com/apache/openwhisk/pull/4556#issuecomment-556936226
 
 
   When I try to start the server by
   ```sh
   sudo java -Dwhisk.spi.ContainerFactoryProvider=org.apache.openwhisk.core.containerpool.ignite.IgniteContainerFactoryProvider \
         -jar bin/openwhisk-standalone.jar \
         -m tools/ignite/ignite-runtimes.json 
   ```
   
   Errors occurr in ``ignite ps`` command:
   ```sh
   [2019-11-21T14:02:11.322Z] [ERROR] [#tid_sid_invoker] [IgniteClient] info: command was unsuccessful, code: 1 (unsuccessful), stdout: , stderr: Error: unknown flag: --no-trunc
   ```
   
   And even if I delete these options (``--notrunc --format=...``), there is still no pre warm containers launched.
   
   Is there anything wrong with my environment configuration?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services