From issues-return-40877-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Wed Oct 23 13:58:33 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 353FE180608 for ; Wed, 23 Oct 2019 15:58:33 +0200 (CEST) Received: (qmail 62218 invoked by uid 500); 23 Oct 2019 13:58:32 -0000 Mailing-List: contact issues-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list issues@openwhisk.apache.org Received: (qmail 62205 invoked by uid 99); 23 Oct 2019 13:58:32 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2019 13:58:32 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] [openwhisk] sven-lange-last commented on issue #4067: [Issue] 100% reproducible ok: invoked /guest/example, but the request has not yet finished, with id xxxx Message-ID: <157183911248.18665.3721166796127468364.gitbox@gitbox.apache.org> Date: Wed, 23 Oct 2019 13:58:32 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit sven-lange-last commented on issue #4067: [Issue] 100% reproducible ok: invoked /guest/example, but the request has not yet finished, with id xxxx URL: https://github.com/apache/openwhisk/issues/4067#issuecomment-545457372 @Mehervani11 your additions from above contain bearer tokens in clear text in the diagnostic output. I suggest to remove them... Concerning blackbox actions in general: you cannot just use an arbitrary Docker image as blackbox container. It must support the standard Invoker-runtime interface described here: https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#action-interface. In summary, the resulting container has to listen on TCP port 8080 and needs to support two "commands" on routes `/init` and `/ run`. From looking over this issue, my expression is that you "just" created an image basing on `openjdk:8-jdk-alpine` and run a standalone Java application. I may be wrong... This document describes how to properly use blackbox / Docker actions on openwhisk: https://github.com/apache/openwhisk/blob/master/docs/actions-docker.md. ---------------------------------------------------------------- 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