fmaschler opened a new issue #147: No alarm when openwhisk runs on different 
port
URL: https://github.com/apache/incubator-openwhisk-package-alarms/issues/147
 
 
   When the openwhisk API runs on a different port than 443 it seems that 
periodic alarms don't work anymore. From the log you can see that the alarm 
action connects to the default port:
   > [ERROR] [??] [alarmsTrigger] [postTrigger] there was an error invoking 
xxxxxxxx/guest/test_alarm {"message":"connect ECONNREFUSED 
172.17.0.1:443","stack":"Error: connect ECONNREFUSED 172.17.0.1:443\n    at 
Object._errnoException (util.js:1022:11)\n    at _exceptionWithHostPort 
(util.js:1044:20)\n    at TCPConnectWrap.afterConnect [as oncomplete] 
(net.js:1198:14)","code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect","address":"172.17.0.1","port":443}
   
   To adjust the port on install I changed the following:
   - environment variable `ROUTER_HOST` in the alarmtrigger container
   - `EDGE_HOST` and `API_HOST` provided to `./installCatalog.sh`
   
   The installation finished without errors and except from the different port 
openwhisk runs in default local deployment. Firing a trigger manually works but 
the cron jobs don't. Any ideas which configuration is missing?

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

Reply via email to