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/05/09 20:06:58 UTC

[GitHub] greenfireman opened a new issue #3634: Creating an action from zip: 413 Request Entity Too Large

greenfireman opened a new issue #3634: Creating an action from zip: 413 Request Entity Too Large
URL: https://github.com/apache/incubator-openwhisk/issues/3634
 
 
   <!--
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * Docker based deployment - https://github.com/apache/incubator-openwhisk-devtools
   * Docker: Version 18.03.1-ce-mac65 (24312), MacOS: 10.13.4 (17E202)
   
   ## Steps to reproduce the issue:
   
   1.   Run `make quick-start` to deploy locally
   2.   Execute `wsk -i action create test --kind nodejs:6 test.zip -v`
   
   
   ## Provide the expected results and outputs:
   
   ```
   ok: created action test
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   RESPONSE:Got response with code 413
   Resp Headers
   {
     "Content-Length": [
       "204"
     ],
     "Content-Type": [
       "text/html"
     ],
     "Date": [
       "Wed, 09 May 2018 20:00:19 GMT"
     ],
     "Server": [
       "openwhisk/api-gateway-1.9.3.1"
     ]
   }
   Response body received:
   413 Request Entity Too Large
   
   error: Unable to create action 'test': The connection failed, or timed out. (HTTP status code 413)
   ```
   
   ## Additional information you deem important:
   * The zip file is 5.1MB large
   * No new entries is _~/tmp/openwhisk/controller/logs/controller-local_logs.log_
   

----------------------------------------------------------------
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