berndtj opened a new issue #74: Cannot create alarms trigger URL: https://github.com/apache/incubator-openwhisk-package-alarms/issues/74 I get an openssl error when trying to create an alarms trigger. I installed the alarms package as follows (this is on a new vagrant openwhisk install): ``` $ ./installCatalog.sh $AUTH_KEY 172.17.0.1 $COUCHDB_HOST:$COUCHDB_PORT test $API_HOST ... ok: updated action alarmsWeb/alarmWebAction $ wsk package list /whisk.system packages /whisk.system/alarms shared /whisk.system/watson-speechToText shared ... $ wsk action get --summary /whisk.system/alarms/alarm action /whisk.system/alarms/alarm: Fire trigger when alarm occurs $ wsk trigger create everyEightSeconds --feed /whisk.system/alarms/alarm -p cron "*/8 * * * * *" -p trigger_payload "{\"name\":\"Mork\", \"place\":\"Ork\"}" ok: invoked /whisk.system/alarms/alarm with id 184b0aa219564013b4885b659f883908 { "activationId": "184b0aa219564013b4885b659f883908", "annotations": [ { "key": "limits", "value": { "logs": 10, "memory": 256, "timeout": 60000 } }, { "key": "path", "value": "whisk.system/alarms/alarm" } ], "duration": 268, "end": 1499885736936, "logs": [], "name": "alarm", "namespace": "guest", "publish": false, "response": { "result": { "error": { "code": "EPROTO", "errno": "EPROTO", "syscall": "write" } }, "status": "application error", "success": false }, "start": 1499885736668, "subject": "guest", "version": "0.0.3" } ok: invoked /whisk.system/alarms/alarm with id 257f96bef7a94236a1c3eae1496b21bd { "activationId": "257f96bef7a94236a1c3eae1496b21bd", "annotations": [ { "key": "limits", "value": { "logs": 10, "memory": 256, "timeout": 60000 } }, { "key": "path", "value": "whisk.system/alarms/alarm" } ], "duration": 179, "end": 1499885737144, "logs": [], "name": "alarm", "namespace": "guest", "publish": false, "response": { "result": { "error": { "code": "EPROTO", "errno": "EPROTO", "syscall": "write" } }, "status": "application error", "success": false }, "start": 1499885736965, "subject": "guest", "version": "0.0.3" } ok: deleted trigger everyEightSeconds $ wsk activation logs 257f96bef7a94236a1c3eae1496b21bd 2017-07-12T18:55:37.142606606Z stdout: alarm: Error invoking whisk action: { Error: write EPROTO 139767976155008:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:794: 2017-07-12T18:55:37.142654856Z stdout: 2017-07-12T18:55:37.142659802Z stdout: at exports._errnoException (util.js:1026:11) 2017-07-12T18:55:37.142664127Z stdout: at WriteWrap.afterWrite (net.js:799:14) code: 'EPROTO', errno: 'EPROTO', syscall: 'write' } ``` Not sure if this has to do with my openwhisk install or this package. ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
