You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/07 07:31:02 UTC

[GitHub] zhy989 opened a new issue #2708: issue about java.io.IOException when deploy openwhisk on centos

zhy989 opened a new issue #2708: issue about java.io.IOException when deploy openwhisk on centos 
URL: https://github.com/apache/incubator-openwhisk/issues/2708
 
 
   when I deploy openwhisk components on centos ,  the components are installed successfully, and containers are started up suceessfully . But when I run helloworld (nodejs), there is an error about java.io.IOException in invoker container's log:
   
    [2017-09-07T07:13:47.298Z] [INFO] [#sid_101] [DockerClientWithFileAccess] running /usr/bin/docker run -d --cap-drop NET_RAW --cap-drop NET_ADMIN --ulimit nofile=1024:1024 --pids-limit 1024 --cpu-shares 2 --memory 256m --memory-swap 256m --network bridge -e __OW_API_HOST=https://172.17.0.1:443 --name wsk0_28_prewarm_nodejs6 whisk/nodejs6action:latest [marker:invoker_docker.run_start:603896812] 
    [2017-09-07T07:13:48.857Z] [INFO] [#tid_29] [DockerContainer] initialization result: ok [marker:invoker_activationInit_finish:3384:1560] 
   [2017-09-07T07:13:48.858Z] [INFO] [#tid_29] [DockerContainer] sending arguments to /guest/hello1 at ContainerId(75618ab4d766ad093ff930f99c896178139b6f931177ac2d92d92a75018a7e6a) ContainerIp(172.17.0.7) [marker:invoker_activationRun_start:3384] 
    [2017-09-07T07:13:48.973Z] [INFO] [#tid_29] [DockerContainer] running result: ok 
   [marker:invoker_activationRun_finish:3500:116] 
   **[2017-09-07T07:13:48.975Z] [ERROR] [#tid_29] [DockerContainer] Failed to obtain logs of 75618ab4d766ad093ff930f99c896178139b6f931177ac2d92d92a75018a7e6a: class java.io.IOException - rawContainerLogs failed on ContainerId(75618ab4d766ad093ff930f99c896178139b6f931177ac2d92d92a75018a7e6a)** 
   [2017-09-07T07:13:48.976Z] [INFO] [#sid_102] [DockerClientWithFileAccess] running /usr/bin/docker rm -f 75618ab4d766ad093ff930f99c896178139b6f931177ac2d92d92a75018a7e6a [marker:invoker_docker.rm_start:603898490]
   [2017-09-07T07:13:48.978Z] [INFO] [#tid_29] [InvokerReactive] posted  completion of activation df0bf9c49f2a4a94bb65b9df3ea193e4 
   [2017-09-07T07:13:51.404Z] [INFO] [#sid_102] [DockerClientWithFileAccess] [marker:invoker_docker.rm_finish:603900918:2428] 
   [2017-09-07T07:13:53.009Z] [INFO] [#sid_101] [DockerClientWithFileAccess] [marker:invoker_docker.run_finish:603902523:5711]
 
----------------------------------------------------------------
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