Skip to content

Instantly share code, notes, and snippets.

@kaweesi
Created September 12, 2018 08:49
Show Gist options
  • Save kaweesi/9f2f431f46eb9aed00c916caf86daa29 to your computer and use it in GitHub Desktop.
Save kaweesi/9f2f431f46eb9aed00c916caf86daa29 to your computer and use it in GitHub Desktop.
msf-postgres
root@MSF-Staging-DHIS2:~/openhim-common# docker logs openhim-core
warn: No config found for env production at path /usr/src/app/config/production.json
Needs latest SSL Root Certificate Authority data /usr/src/app/node_modules/ssl-root-cas/ssl-root-cas-latest.js
Loading latest certificates from https://mxr.mozilla.org/nss/source/lib/ckfw/builtins/certdata.txt?raw=1
2018-09-12T08:17:51.617Z - info: [master] Running OpenHIM Core JS version 4.0.5
2018-09-12T08:17:51.618Z - info: [master] Clustering the OpenHIM with 1 workers...
2018-09-12T08:17:52.009Z - info: [master] Completed database upgrade
2018-09-12T08:17:52.119Z - info: [master] worker with pid 17 is online
warn: No config found for env production at path /usr/src/app/config/production.json
Needs latest SSL Root Certificate Authority data /usr/src/app/node_modules/ssl-root-cas/ssl-root-cas-latest.js
Loading latest certificates from https://mxr.mozilla.org/nss/source/lib/ckfw/builtins/certdata.txt?raw=1
2018-09-12T08:17:53.736Z - info: [worker1] Starting OpenHIM server on 0.0.0.0...
2018-09-12T08:17:53.915Z - info: [worker1] Default keystore created.
2018-09-12T08:17:53.928Z - info: [worker1] Started rerun task processor
2018-09-12T08:17:53.956Z - info: [worker1] HTTP listening on port 5001
2018-09-12T08:17:53.957Z - info: [worker1] Transaction Rerun HTTP listening on port 7786
2018-09-12T08:17:53.957Z - info: [worker1] HTTP receiver for Socket adapter listening on port 7787
2018-09-12T08:17:53.960Z - info: [worker1] Polling port listening on port 7788
2018-09-12T08:17:53.960Z - info: [worker1] API HTTPS listening on port 8080
2018-09-12T08:17:54.008Z - info: [worker1] HTTPS listening on port 5000
2018-09-12T08:17:54.017Z - info: [worker1] Root user created.
2018-09-12T08:17:54.054Z - info: [worker1] Starting polling server...
(node:17) DeprecationWarning: `ensureIndex()` is deprecated in Mongoose >= 4.12.0, use `createIndex()` instead
2018-09-12T08:17:54.563Z - info: [worker1] Started agenda job scheduler
2018-09-12T08:17:54.619Z - info: [worker1] starting job: transaction body culling, Last Ran at: Wed Sep 12 2018 08:17:54 GMT+0000 (UTC)
2018-09-12T08:17:54.624Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:17:54 GMT+0000 (UTC)
2018-09-12T08:17:54.629Z - info: [worker1] Processed start audit event
2018-09-12T08:17:54.629Z - info: [worker1] OpenHIM server started: Wed Sep 12 2018 08:17:54 GMT+0000 (UTC)
2018-09-12T08:17:54.633Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:17:54 GMT+0000 (UTC)
2018-09-12T08:17:54.637Z - info: [worker1] Job transaction body culling has completed
2018-09-12T08:17:54.638Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:17:54.641Z - info: [worker1] Job auto retry failed transactions has completed
{ Error: getaddrinfo EAI_AGAIN mxr.mozilla.org:443
at Object._errnoException (util.js:992:11)
at errnoException (dns.js:55:15)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
code: 'EAI_AGAIN',
errno: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'mxr.mozilla.org',
host: 'mxr.mozilla.org',
port: 443 }
undefined
Couldn't download the latest Root CAs, but it's not a big deal.
Use "require('ssl-root-cas')" instead of "require('ssl-root-cas/latest')"
{ Error: getaddrinfo EAI_AGAIN mxr.mozilla.org:443
at Object._errnoException (util.js:992:11)
at errnoException (dns.js:55:15)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
code: 'EAI_AGAIN',
errno: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'mxr.mozilla.org',
host: 'mxr.mozilla.org',
port: 443 }
undefined
Couldn't download the latest Root CAs, but it's not a big deal.
Use "require('ssl-root-cas')" instead of "require('ssl-root-cas/latest')"
2018-09-12T08:18:51.640Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:18:54.209Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:18:54.620Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:18:54 GMT+0000 (UTC)
2018-09-12T08:18:54.627Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:18:54.631Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:18:54 GMT+0000 (UTC)
2018-09-12T08:18:54.636Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:19:54.620Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:19:54 GMT+0000 (UTC)
2018-09-12T08:19:54.624Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:19:54.629Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:19:54 GMT+0000 (UTC)
2018-09-12T08:19:54.633Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:20:21.117Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:20:26.377Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:20:28.097Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:20:51.607Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:20:52.477Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:20:53.677Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:20:54.517Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:20:54.621Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:20:54 GMT+0000 (UTC)
2018-09-12T08:20:54.624Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:20:54.627Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:20:54 GMT+0000 (UTC)
2018-09-12T08:20:54.630Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:21:24.666Z - info: [worker1] API token did not match expected value, denying access to API, the request was made by root@openhim.org from 146.185.183.146:8080
2018-09-12T08:21:36.278Z - info: [worker1] API token did not match expected value, denying access to API, the request was made by root@openhim.org from 146.185.183.146:8080
2018-09-12T08:21:54.622Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:21:54 GMT+0000 (UTC)
2018-09-12T08:21:54.627Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:21:54.631Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:21:54 GMT+0000 (UTC)
2018-09-12T08:21:54.643Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:22:10.013Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:22:39.760Z - info: [worker1] User root@openhim.org updated user root@openhim.org
2018-09-12T08:22:44.026Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:22:51.464Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:22:54.609Z - info: [worker1] starting job: transaction body culling, Last Ran at: Wed Sep 12 2018 08:22:54 GMT+0000 (UTC)
2018-09-12T08:22:54.613Z - info: [worker1] Job transaction body culling has completed
2018-09-12T08:22:54.620Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:22:54 GMT+0000 (UTC)
2018-09-12T08:22:54.624Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:22:54.630Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:22:54 GMT+0000 (UTC)
2018-09-12T08:22:54.634Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:23:54.623Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:23:54 GMT+0000 (UTC)
2018-09-12T08:23:54.628Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:23:54.631Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:23:54 GMT+0000 (UTC)
2018-09-12T08:23:54.636Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:24:27.932Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:24:28.603Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:24:29.812Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:24:30.522Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:24:53.903Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:24:54.257Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:24:54.623Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:24:54 GMT+0000 (UTC)
2018-09-12T08:24:54.626Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:24:54.630Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:24:54 GMT+0000 (UTC)
2018-09-12T08:24:54.633Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:25:07.450Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:25:14.080Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:25:14.638Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:25:29.239Z - info: [worker1] User root@openhim.org successfully fetched 'about' information
2018-09-12T08:25:54.625Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:25:54 GMT+0000 (UTC)
2018-09-12T08:25:54.628Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:25:54.630Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:25:54 GMT+0000 (UTC)
2018-09-12T08:25:54.633Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:26:21.783Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:26:42.028Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:26:54.624Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:26:54 GMT+0000 (UTC)
2018-09-12T08:26:54.627Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:26:54.630Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:26:54 GMT+0000 (UTC)
2018-09-12T08:26:54.633Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:26:55.838Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:27:54.609Z - info: [worker1] starting job: transaction body culling, Last Ran at: Wed Sep 12 2018 08:27:54 GMT+0000 (UTC)
2018-09-12T08:27:54.612Z - info: [worker1] Job transaction body culling has completed
2018-09-12T08:27:54.625Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:27:54 GMT+0000 (UTC)
2018-09-12T08:27:54.628Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:27:54.630Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:27:54 GMT+0000 (UTC)
2018-09-12T08:27:54.634Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:28:54.626Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:28:54 GMT+0000 (UTC)
2018-09-12T08:28:54.629Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:28:54.630Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:28:54 GMT+0000 (UTC)
2018-09-12T08:28:54.633Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:29:18.586Z - info: [worker1] API request made by undefined from 146.185.183.146:8080 is missing required API authentication headers, denying access
2018-09-12T08:29:54.627Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:29:54 GMT+0000 (UTC)
2018-09-12T08:29:54.631Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:29:54 GMT+0000 (UTC)
2018-09-12T08:29:54.632Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:29:54.634Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:30:54.627Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:30:54 GMT+0000 (UTC)
2018-09-12T08:30:54.631Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:30:54.633Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:30:54 GMT+0000 (UTC)
2018-09-12T08:30:54.637Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:31:54.627Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:31:54 GMT+0000 (UTC)
2018-09-12T08:31:54.635Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:31:54.636Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:31:54 GMT+0000 (UTC)
2018-09-12T08:31:54.640Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:31:59.695Z - info: [worker1] User root@openhim.org successfully fetched 'about' information
2018-09-12T08:32:54.610Z - info: [worker1] starting job: transaction body culling, Last Ran at: Wed Sep 12 2018 08:32:54 GMT+0000 (UTC)
2018-09-12T08:32:54.613Z - info: [worker1] Job transaction body culling has completed
2018-09-12T08:32:54.627Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:32:54 GMT+0000 (UTC)
2018-09-12T08:32:54.631Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:32:54.634Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:32:54 GMT+0000 (UTC)
2018-09-12T08:32:54.639Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:33:54.628Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:33:54 GMT+0000 (UTC)
2018-09-12T08:33:54.632Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:33:54.634Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:33:54 GMT+0000 (UTC)
2018-09-12T08:33:54.637Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:34:54.629Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:34:54 GMT+0000 (UTC)
2018-09-12T08:34:54.632Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:34:54.635Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:34:54 GMT+0000 (UTC)
2018-09-12T08:34:54.638Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:34:55.184Z - info: [worker1] User root@openhim.org successfully fetched 'about' information
2018-09-12T08:35:17.882Z - info: [worker1] Processed internal mediator start audit for: DHIS2 Tracker Mediator - urn:uuid:dfea0850-97e1-11e4-b61d-9bcc1d32e684
2018-09-12T08:35:17.883Z - info: [worker1] User root@openhim.org created mediator with urn urn:uuid:dfea0850-97e1-11e4-b61d-9bcc1d32e684
2018-09-12T08:35:31.536Z - info: [worker1] User root@openhim.org successfully fetched 'about' information
2018-09-12T08:35:54.630Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:35:54 GMT+0000 (UTC)
2018-09-12T08:35:54.633Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:35:54.636Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:35:54 GMT+0000 (UTC)
2018-09-12T08:35:54.641Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:36:01.755Z - info: [worker1] User root@openhim.org successfully fetched 'about' information
2018-09-12T08:36:54.631Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:36:54 GMT+0000 (UTC)
2018-09-12T08:36:54.634Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:36:54.637Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:36:54 GMT+0000 (UTC)
2018-09-12T08:36:54.639Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:37:05.984Z - info: [worker1] User root@openhim.org created channel with id 5b98d03130d100001184b0fc
2018-09-12T08:37:54.612Z - info: [worker1] starting job: transaction body culling, Last Ran at: Wed Sep 12 2018 08:37:54 GMT+0000 (UTC)
2018-09-12T08:37:54.618Z - info: [worker1] Job transaction body culling has completed
2018-09-12T08:37:54.632Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:37:54 GMT+0000 (UTC)
2018-09-12T08:37:54.646Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:37:54 GMT+0000 (UTC)
2018-09-12T08:37:54.648Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:37:54.652Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:38:50.208Z - info: [worker1] User root@openhim.org created client with id 5b98d09a30d100001184b128
2018-09-12T08:38:54.633Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:38:54 GMT+0000 (UTC)
2018-09-12T08:38:54.639Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:38:54.640Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:38:54 GMT+0000 (UTC)
2018-09-12T08:38:54.643Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:39:05.489Z - info: [worker1] A role name conflicts with clientID 'admin'. A role name cannot be the same as a clientID.
2018-09-12T08:39:25.536Z - info: [worker1] A role name conflicts with clientID 'admin'. A role name cannot be the same as a clientID.
2018-09-12T08:39:39.368Z - info: [worker1] A role name conflicts with clientID 'admin'. A role name cannot be the same as a clientID.
2018-09-12T08:39:45.094Z - info: [worker1] User root@openhim.org removed client with id 5b98d09a30d100001184b128
2018-09-12T08:39:52.840Z - info: [worker1] User root@openhim.org successfully fetched 'about' information
2018-09-12T08:39:54.633Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:39:54 GMT+0000 (UTC)
2018-09-12T08:39:54.638Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:39:54.640Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:39:54 GMT+0000 (UTC)
2018-09-12T08:39:54.643Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:40:33.516Z - info: [worker1] User root@openhim.org updated channel with id 5b98d03130d100001184b0fc
2018-09-12T08:40:54.634Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:40:54 GMT+0000 (UTC)
2018-09-12T08:40:54.640Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:40:54 GMT+0000 (UTC)
2018-09-12T08:40:54.641Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:40:54.644Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:41:00.042Z - info: [worker1] User root@openhim.org created client with id 5b98d11c30d100001184b227
2018-09-12T08:41:54.634Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:41:54 GMT+0000 (UTC)
2018-09-12T08:41:54.640Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:41:54.642Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:41:54 GMT+0000 (UTC)
2018-09-12T08:41:54.644Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:42:54.610Z - info: [worker1] starting job: transaction body culling, Last Ran at: Wed Sep 12 2018 08:42:54 GMT+0000 (UTC)
2018-09-12T08:42:54.614Z - info: [worker1] Job transaction body culling has completed
2018-09-12T08:42:54.634Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:42:54 GMT+0000 (UTC)
2018-09-12T08:42:54.641Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:42:54.643Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:42:54 GMT+0000 (UTC)
2018-09-12T08:42:54.647Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:43:54.634Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:43:54 GMT+0000 (UTC)
2018-09-12T08:43:54.643Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:43:54 GMT+0000 (UTC)
2018-09-12T08:43:54.646Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:43:54.650Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:44:54.633Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:44:54 GMT+0000 (UTC)
2018-09-12T08:44:54.643Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:44:54.643Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:44:54 GMT+0000 (UTC)
2018-09-12T08:44:54.646Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:45:54.634Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:45:54 GMT+0000 (UTC)
2018-09-12T08:45:54.638Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:45:54.643Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:45:54 GMT+0000 (UTC)
2018-09-12T08:45:54.649Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:46:01.485Z - info: [worker1] User root@openhim.org successfully fetched 'about' information
2018-09-12T08:46:54.637Z - info: [worker1] starting job: generate transaction alerts, Last Ran at: Wed Sep 12 2018 08:46:54 GMT+0000 (UTC)
2018-09-12T08:46:54.645Z - info: [worker1] Job generate transaction alerts has completed
2018-09-12T08:46:54.648Z - info: [worker1] starting job: auto retry failed transactions, Last Ran at: Wed Sep 12 2018 08:46:54 GMT+0000 (UTC)
2018-09-12T08:46:54.652Z - info: [worker1] Job auto retry failed transactions has completed
2018-09-12T08:47:11.843Z - info: [worker1] User root@openhim.org successfully fetched 'about' information
root@MSF-Staging-DHIS2:~/openhim-common#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment