nheidloff / openwhisk-debug-java

Developing and debugging OpenWhisk Functions with Spring Boot in Eclipse
Apache License 2.0
8 stars 3 forks source link

unable to execute the code on bluemix #1

Open amitvineti opened 6 years ago

amitvineti commented 6 years ago

Error

15:59 $ bx wsk action invoke --blocking actionDockerSpring --param-file parameters.json ok: invoked /_/actionDockerSpring with id d2333a4295fc4fc3b33a4295fc9fc332 { "activationId": "d2333a4295fc4fc3b33a4295fc9fc332", "annotations": [ { "key": "path", "value": "XXXXXX_dev/actionDockerSpring" }, { "key": "waitTime", "value": 7687 }, { "key": "kind", "value": "blackbox" }, { "key": "limits", "value": { "logs": 10, "memory": 256, "timeout": 60000 } }, { "key": "initTime", "value": 4255 } ], "duration": 4255, "end": 1533855600020, "logs": [], "name": "actionDockerSpring", "namespace": "XXXXXXXXX_dev", "publish": false, "response": { "result": { "error": "The action exhausted its memory and was aborted." }, "status": "action developer error", "success": false }, "start": 1533855595765, "subject": "XXXXXX", "version": "0.0.1" }

amitvineti commented 6 years ago

@nheidloff - what could be the issue?