biz-a-cli 2.3.13 → 2.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/hub.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import yargs from 'yargs';
4
4
  import { io as ioc } from "socket.io-client";
package/bin/hubEvent.js CHANGED
@@ -6,7 +6,6 @@ const ss = require('socket.io-stream'); //SCY: Temporary, next will be replaced
6
6
 
7
7
  const IDLE_SOCKET_TIMEOUT_MILLISECONDS = 1000 * 30;
8
8
 
9
- // export default (argv) => {
10
9
  export default async (socket, argv) => new Promise((resolve, reject) => {
11
10
  const connectCb = () => {
12
11
  console.log(new Date() + ': connected to socket server');
package/bin/index.js CHANGED
@@ -122,7 +122,6 @@ const loopFiles = async (dir) => {
122
122
  }
123
123
  console.log(`Finished uploading ${processedFile} files (${((performance.now()-uploadStart)/1000).toFixed(2)}s)`)
124
124
  } catch (e) {
125
- // console.error(e.response && e.response.data ? e.response.data : e);
126
125
  console.error(e.response?.data ? e.response.data : e);
127
126
  }
128
127
  }
File without changes
File without changes
@@ -0,0 +1,38 @@
1
+ {"date":"Wed May 15 2024 14:48:41 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":"scy"},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":4895.078},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18343829,"external":22126333,"heapTotal":24969216,"heapUsed":20784848,"rss":57925632},"pid":7092,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
2
+ {"date":"Wed May 15 2024 14:49:34 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$WATCHER.ID\\\",\\\"key\\\":\\\"watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.COMPANY_OBJ_ID\\\",\\\"key\\\":\\\"company_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.WATCHER_ID\\\",\\\"key\\\":\\\"timer_watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.NAME\\\",\\\"key\\\":\\\"name\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ACTIVE\\\",\\\"key\\\":\\\"active\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.TIME_ZONE\\\",\\\"key\\\":\\\"timezone\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SEQ\\\",\\\"key\\\":\\\"seq\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SCRIPT_ID\\\",\\\"key\\\":\\\"scriptid\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$DAILY.DAYS\\\",\\\"key\\\":\\\"daily_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.ORDINAL\\\",\\\"key\\\":\\\"weekly_ordinal\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.DAYS\\\",\\\"key\\\":\\\"weekly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MONTHLY.DAYS\\\",\\\"key\\\":\\\"monthly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.EVERYMIN\\\",\\\"key\\\":\\\"minutely_everymin\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_FROM\\\",\\\"key\\\":\\\"minutely_time_from\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_TO\\\",\\\"key\\\":\\\"minutely_time_to\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$HOURLY.HOURS\\\",\\\"key\\\":\\\"hourly_hours\\\"},{\\\"data\\\":\\\"SYS$TIMER.SCRIPT_ID.ID.SYS$CLI_SCRIPT.SCRIPT\\\",\\\"key\\\":\\\"cli_script\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"1547","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":"scy"},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":4947.609},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18279104,"external":22058914,"heapTotal":22347776,"heapUsed":19742216,"rss":57843712},"pid":476,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
3
+ {"date":"Wed May 15 2024 14:52:54 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":"scy"},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":5147.656},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18343729,"external":22126233,"heapTotal":24707072,"heapUsed":20575232,"rss":57589760},"pid":7040,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
4
+ {"date":"Wed May 15 2024 15:16:38 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":"scy"},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":6571.5},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18399967,"external":22185154,"heapTotal":37027840,"heapUsed":24585824,"rss":70057984},"pid":9008,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
5
+ {"date":"Wed May 15 2024 15:17:45 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":6638.421},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":36765696,"heapUsed":24493896,"rss":70299648},"pid":6776,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
6
+ {"date":"Wed May 15 2024 15:19:29 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":6742.656},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":36765696,"heapUsed":24291648,"rss":69955584},"pid":8764,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
7
+ {"date":"Wed May 15 2024 15:21:23 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$WATCHER.ID\\\",\\\"key\\\":\\\"watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.COMPANY_OBJ_ID\\\",\\\"key\\\":\\\"company_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.WATCHER_ID\\\",\\\"key\\\":\\\"timer_watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.NAME\\\",\\\"key\\\":\\\"name\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ACTIVE\\\",\\\"key\\\":\\\"active\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.TIME_ZONE\\\",\\\"key\\\":\\\"timezone\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SEQ\\\",\\\"key\\\":\\\"seq\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SCRIPT_ID\\\",\\\"key\\\":\\\"scriptid\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$DAILY.DAYS\\\",\\\"key\\\":\\\"daily_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.ORDINAL\\\",\\\"key\\\":\\\"weekly_ordinal\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.DAYS\\\",\\\"key\\\":\\\"weekly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MONTHLY.DAYS\\\",\\\"key\\\":\\\"monthly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.EVERYMIN\\\",\\\"key\\\":\\\"minutely_everymin\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_FROM\\\",\\\"key\\\":\\\"minutely_time_from\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_TO\\\",\\\"key\\\":\\\"minutely_time_to\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$HOURLY.HOURS\\\",\\\"key\\\":\\\"hourly_hours\\\"},{\\\"data\\\":\\\"SYS$TIMER.SCRIPT_ID.ID.SYS$CLI_SCRIPT.SCRIPT\\\",\\\"key\\\":\\\"cli_script\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"1547","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":6856.328},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":37027840,"heapUsed":24325512,"rss":68956160},"pid":8964,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
8
+ {"date":"Wed May 15 2024 15:21:57 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$WATCHER.ID\\\",\\\"key\\\":\\\"watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.COMPANY_OBJ_ID\\\",\\\"key\\\":\\\"company_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.WATCHER_ID\\\",\\\"key\\\":\\\"timer_watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.NAME\\\",\\\"key\\\":\\\"name\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ACTIVE\\\",\\\"key\\\":\\\"active\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.TIME_ZONE\\\",\\\"key\\\":\\\"timezone\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SEQ\\\",\\\"key\\\":\\\"seq\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SCRIPT_ID\\\",\\\"key\\\":\\\"scriptid\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$DAILY.DAYS\\\",\\\"key\\\":\\\"daily_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.ORDINAL\\\",\\\"key\\\":\\\"weekly_ordinal\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.DAYS\\\",\\\"key\\\":\\\"weekly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MONTHLY.DAYS\\\",\\\"key\\\":\\\"monthly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.EVERYMIN\\\",\\\"key\\\":\\\"minutely_everymin\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_FROM\\\",\\\"key\\\":\\\"minutely_time_from\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_TO\\\",\\\"key\\\":\\\"minutely_time_to\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$HOURLY.HOURS\\\",\\\"key\\\":\\\"hourly_hours\\\"},{\\\"data\\\":\\\"SYS$TIMER.SCRIPT_ID.ID.SYS$CLI_SCRIPT.SCRIPT\\\",\\\"key\\\":\\\"cli_script\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"1547","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":6890.984},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":37027840,"heapUsed":24287288,"rss":69840896},"pid":9080,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
9
+ {"date":"Wed May 15 2024 15:23:07 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$WATCHER.ID\\\",\\\"key\\\":\\\"watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.COMPANY_OBJ_ID\\\",\\\"key\\\":\\\"company_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.WATCHER_ID\\\",\\\"key\\\":\\\"timer_watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.NAME\\\",\\\"key\\\":\\\"name\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ACTIVE\\\",\\\"key\\\":\\\"active\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.TIME_ZONE\\\",\\\"key\\\":\\\"timezone\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SEQ\\\",\\\"key\\\":\\\"seq\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SCRIPT_ID\\\",\\\"key\\\":\\\"scriptid\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$DAILY.DAYS\\\",\\\"key\\\":\\\"daily_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.ORDINAL\\\",\\\"key\\\":\\\"weekly_ordinal\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.DAYS\\\",\\\"key\\\":\\\"weekly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MONTHLY.DAYS\\\",\\\"key\\\":\\\"monthly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.EVERYMIN\\\",\\\"key\\\":\\\"minutely_everymin\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_FROM\\\",\\\"key\\\":\\\"minutely_time_from\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_TO\\\",\\\"key\\\":\\\"minutely_time_to\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$HOURLY.HOURS\\\",\\\"key\\\":\\\"hourly_hours\\\"},{\\\"data\\\":\\\"SYS$TIMER.SCRIPT_ID.ID.SYS$CLI_SCRIPT.SCRIPT\\\",\\\"key\\\":\\\"cli_script\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"1547","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":6960.187},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":36765696,"heapUsed":24364752,"rss":69328896},"pid":8580,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
10
+ {"date":"Wed May 15 2024 15:23:57 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":7010.937},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":37027840,"heapUsed":24331256,"rss":69709824},"pid":8912,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
11
+ {"date":"Wed May 15 2024 15:26:13 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":7146.718},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":36765696,"heapUsed":24514080,"rss":70279168},"pid":7568,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
12
+ {"date":"Wed May 15 2024 15:29:28 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":7341.64},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":37027840,"heapUsed":24375560,"rss":69844992},"pid":6928,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
13
+ {"date":"Wed May 15 2024 15:38:39 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$WATCHER.ID\\\",\\\"key\\\":\\\"watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.COMPANY_OBJ_ID\\\",\\\"key\\\":\\\"company_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.WATCHER_ID\\\",\\\"key\\\":\\\"timer_watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.NAME\\\",\\\"key\\\":\\\"name\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ACTIVE\\\",\\\"key\\\":\\\"active\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.TIME_ZONE\\\",\\\"key\\\":\\\"timezone\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SEQ\\\",\\\"key\\\":\\\"seq\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SCRIPT_ID\\\",\\\"key\\\":\\\"scriptid\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$DAILY.DAYS\\\",\\\"key\\\":\\\"daily_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.ORDINAL\\\",\\\"key\\\":\\\"weekly_ordinal\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.DAYS\\\",\\\"key\\\":\\\"weekly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MONTHLY.DAYS\\\",\\\"key\\\":\\\"monthly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.EVERYMIN\\\",\\\"key\\\":\\\"minutely_everymin\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_FROM\\\",\\\"key\\\":\\\"minutely_time_from\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_TO\\\",\\\"key\\\":\\\"minutely_time_to\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$HOURLY.HOURS\\\",\\\"key\\\":\\\"hourly_hours\\\"},{\\\"data\\\":\\\"SYS$TIMER.SCRIPT_ID.ID.SYS$CLI_SCRIPT.SCRIPT\\\",\\\"key\\\":\\\"cli_script\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"1547","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":7892.437},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":37027840,"heapUsed":24461552,"rss":70070272},"pid":8400,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
14
+ {"date":"Wed May 15 2024 16:07:40 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$WATCHER.ID\\\",\\\"key\\\":\\\"watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.COMPANY_OBJ_ID\\\",\\\"key\\\":\\\"company_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.WATCHER_ID\\\",\\\"key\\\":\\\"timer_watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.NAME\\\",\\\"key\\\":\\\"name\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ACTIVE\\\",\\\"key\\\":\\\"active\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.TIME_ZONE\\\",\\\"key\\\":\\\"timezone\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SEQ\\\",\\\"key\\\":\\\"seq\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SCRIPT_ID\\\",\\\"key\\\":\\\"scriptid\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$DAILY.DAYS\\\",\\\"key\\\":\\\"daily_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.ORDINAL\\\",\\\"key\\\":\\\"weekly_ordinal\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.DAYS\\\",\\\"key\\\":\\\"weekly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MONTHLY.DAYS\\\",\\\"key\\\":\\\"monthly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.EVERYMIN\\\",\\\"key\\\":\\\"minutely_everymin\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_FROM\\\",\\\"key\\\":\\\"minutely_time_from\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_TO\\\",\\\"key\\\":\\\"minutely_time_to\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$HOURLY.HOURS\\\",\\\"key\\\":\\\"hourly_hours\\\"},{\\\"data\\\":\\\"SYS$TIMER.SCRIPT_ID.ID.SYS$CLI_SCRIPT.SCRIPT\\\",\\\"key\\\":\\\"cli_script\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"1547","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":9633.5},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":36765696,"heapUsed":24287584,"rss":69160960},"pid":8160,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
15
+ {"date":"Wed May 15 2024 16:12:34 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":9927.234},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18408229,"external":22193416,"heapTotal":36765696,"heapUsed":24577264,"rss":70103040},"pid":8336,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
16
+ {"date":"Wed May 15 2024 16:13:30 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:87:18)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":9983.828},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":36241408,"heapUsed":24313296,"rss":69861376},"pid":6700,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
17
+ {"date":"Wed May 15 2024 16:14:00 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:87:18)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":10013.875},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18400037,"external":22185224,"heapTotal":36765696,"heapUsed":24335864,"rss":69632000},"pid":7524,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
18
+ {"date":"Wed May 15 2024 16:14:50 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:87:18)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":10063.578},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18270912,"external":22050722,"heapTotal":21823488,"heapUsed":19563032,"rss":57085952},"pid":5196,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
19
+ {"date":"Wed May 15 2024 17:44:26 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$WATCHER.ID\\\",\\\"key\\\":\\\"watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.COMPANY_OBJ_ID\\\",\\\"key\\\":\\\"company_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.WATCHER_ID\\\",\\\"key\\\":\\\"timer_watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.NAME\\\",\\\"key\\\":\\\"name\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ACTIVE\\\",\\\"key\\\":\\\"active\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.TIME_ZONE\\\",\\\"key\\\":\\\"timezone\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SEQ\\\",\\\"key\\\":\\\"seq\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SCRIPT_ID\\\",\\\"key\\\":\\\"scriptid\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$DAILY.DAYS\\\",\\\"key\\\":\\\"daily_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.ORDINAL\\\",\\\"key\\\":\\\"weekly_ordinal\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.DAYS\\\",\\\"key\\\":\\\"weekly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MONTHLY.DAYS\\\",\\\"key\\\":\\\"monthly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.EVERYMIN\\\",\\\"key\\\":\\\"minutely_everymin\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_FROM\\\",\\\"key\\\":\\\"minutely_time_from\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_TO\\\",\\\"key\\\":\\\"minutely_time_to\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$HOURLY.HOURS\\\",\\\"key\\\":\\\"hourly_hours\\\"},{\\\"data\\\":\\\"SYS$TIMER.SCRIPT_ID.ID.SYS$CLI_SCRIPT.SCRIPT\\\",\\\"key\\\":\\\"cli_script\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"1547","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":15439.406},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18279104,"external":22058914,"heapTotal":21823488,"heapUsed":19574768,"rss":56233984},"pid":8852,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
20
+ {"date":"Wed May 15 2024 17:44:54 GMT+0700 (Indochina Time)","error":{"code":"ETIMEDOUT","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$WATCHER.ID\\\",\\\"key\\\":\\\"watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.COMPANY_OBJ_ID\\\",\\\"key\\\":\\\"company_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.WATCHER_ID\\\",\\\"key\\\":\\\"timer_watcher_id\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.NAME\\\",\\\"key\\\":\\\"name\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.ACTIVE\\\",\\\"key\\\":\\\"active\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.TIME_ZONE\\\",\\\"key\\\":\\\"timezone\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SEQ\\\",\\\"key\\\":\\\"seq\\\"},{\\\"data\\\":\\\"SYS$WATCHER.ID.WATCHER_ID.SYS$TIMER.SCRIPT_ID\\\",\\\"key\\\":\\\"scriptid\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$DAILY.DAYS\\\",\\\"key\\\":\\\"daily_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.ORDINAL\\\",\\\"key\\\":\\\"weekly_ordinal\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$WEEKLY.DAYS\\\",\\\"key\\\":\\\"weekly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MONTHLY.DAYS\\\",\\\"key\\\":\\\"monthly_days\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.EVERYMIN\\\",\\\"key\\\":\\\"minutely_everymin\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_FROM\\\",\\\"key\\\":\\\"minutely_time_from\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$MINUTELY.TIME_TO\\\",\\\"key\\\":\\\"minutely_time_to\\\"},{\\\"data\\\":\\\"SYS$TIMER.ID.TIMER_ID.SYS$HOURLY.HOURS\\\",\\\"key\\\":\\\"hourly_hours\\\"},{\\\"data\\\":\\\"SYS$TIMER.SCRIPT_ID.ID.SYS$CLI_SCRIPT.SCRIPT\\\",\\\"key\\\":\\\"cli_script\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"1547","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":""},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"undefined/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"","name":"AggregateError","stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: (no error message)\nAggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":15467.515},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18279104,"external":22058914,"heapTotal":21823488,"heapUsed":19941968,"rss":57311232},"pid":3316,"uid":null,"version":"v20.12.1"},"stack":"AggregateError\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at Socket.socketErrorListener (node:_http_client:500:9)\n at Socket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"Socket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"Socket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
21
+ {"date":"Thu May 16 2024 10:13:25 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: You provided an invalid object where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.\nTypeError: You provided an invalid object where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.\n at Object.createInvalidObservableTypeError (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\util\\throwUnobservableError.js:5:12)\n at Object.innerFrom (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\observable\\innerFrom.js:93:36)\n at C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\catchError.js:13:41\n at OperatorSubscriber._this._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:43:21)\n at Subscriber.error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:60:18)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:84:30)\n at Subscriber.error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:60:18)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:84:30)\n at Subscriber.error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:60:18)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:84:30)","os":{"loadavg":[0,0,0],"uptime":4102.078},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18296288,"external":22076098,"heapTotal":22347776,"heapUsed":21022208,"rss":61972480},"pid":3556,"uid":null,"version":"v20.12.1"},"stack":"TypeError: You provided an invalid object where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.\n at Object.createInvalidObservableTypeError (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\util\\throwUnobservableError.js:5:12)\n at Object.innerFrom (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\observable\\innerFrom.js:93:36)\n at C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\catchError.js:13:41\n at OperatorSubscriber._this._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:43:21)\n at Subscriber.error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:60:18)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:84:30)\n at Subscriber.error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:60:18)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:84:30)\n at Subscriber.error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:60:18)\n at Subscriber._error (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:84:30)","trace":[{"column":12,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\util\\throwUnobservableError.js","function":"Object.createInvalidObservableTypeError","line":5,"method":"createInvalidObservableTypeError","native":false},{"column":36,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\observable\\innerFrom.js","function":"Object.innerFrom","line":93,"method":"innerFrom","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\catchError.js","function":null,"line":13,"method":null,"native":false},{"column":21,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js","function":"OperatorSubscriber._this._error","line":43,"method":"_error","native":false},{"column":18,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js","function":"Subscriber.error","line":60,"method":"error","native":false},{"column":30,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js","function":"Subscriber._error","line":84,"method":"_error","native":false},{"column":18,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js","function":"Subscriber.error","line":60,"method":"error","native":false},{"column":30,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js","function":"Subscriber._error","line":84,"method":"_error","native":false},{"column":18,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js","function":"Subscriber.error","line":60,"method":"error","native":false},{"column":30,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js","function":"Subscriber._error","line":84,"method":"_error","native":false}]}
22
+ {"date":"Thu May 16 2024 11:00:37 GMT+0700 (Indochina Time)","error":{"code":"ENOTFOUND","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":"scy"},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"https://biz-a-herokuapp.com/hub/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"getaddrinfo ENOTFOUND biz-a-herokuapp.com","name":"Error","stack":"Error: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: getaddrinfo ENOTFOUND biz-a-herokuapp.com\nError: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":6933.875},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18287576,"external":22070080,"heapTotal":22872064,"heapUsed":20284600,"rss":57913344},"pid":7756,"uid":null,"version":"v20.12.1"},"stack":"Error: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"TLSSocket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"TLSSocket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
23
+ {"date":"Thu May 16 2024 11:02:27 GMT+0700 (Indochina Time)","error":{"code":"ENOTFOUND","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":"scy"},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"https://biz-a-herokuapp.com/hub/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"getaddrinfo ENOTFOUND biz-a-herokuapp.com","name":"Error","stack":"Error: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: getaddrinfo ENOTFOUND biz-a-herokuapp.com\nError: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":7044.515},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18343725,"external":21995157,"heapTotal":24707072,"heapUsed":20743608,"rss":57548800},"pid":8024,"uid":null,"version":"v20.12.1"},"stack":"Error: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"TLSSocket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"TLSSocket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
24
+ {"date":"Tue May 21 2024 13:45:56 GMT+0700 (Indochina Time)","error":{"code":"ENOTFOUND","config":{"adapter":["xhr","http"],"cancelToken":{"_listeners":null,"promise":{},"reason":{"code":"ERR_CANCELED","message":"canceled","name":"CanceledError","stack":"CanceledError: canceled\n at Object.cancel (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:4113:22)\n at subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios-observable\\dist\\create-observable.js:35:30)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)\n at execFinalizer (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:175:19)\n at Subscription.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscription.js:89:29)\n at Subscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\Subscriber.js:75:42)\n at OperatorSubscriber.unsubscribe (C:\\SourceCode\\biz-a\\cli\\node_modules\\rxjs\\dist\\cjs\\internal\\operators\\OperatorSubscriber.js:72:42)","status":null}},"data":"{\"_parameters\":[\"{\\\"dbIndex\\\":2,\\\"method\\\":\\\"list\\\",\\\"object\\\":{\\\"start\\\":0,\\\"length\\\":-1,\\\"order\\\":[],\\\"filter\\\":[],\\\"columns\\\":[{\\\"data\\\":\\\"SYS$HISTORY.ID\\\",\\\"key\\\":\\\"history_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.TIMER_ID\\\",\\\"key\\\":\\\"timer_id\\\"},{\\\"data\\\":\\\"SYS$HISTORY.LATEST_RUN\\\",\\\"key\\\":\\\"latest_run\\\"}]}}\"]}","env":{},"headers":{"Accept":"application/json, text/plain, */*","Accept-Encoding":"gzip, compress, deflate, br","Content-Length":"306","Content-Type":"text/plain","User-Agent":"axios/1.6.8"},"maxBodyLength":-1,"maxContentLength":-1,"method":"post","params":{"subdomain":"scy"},"timeout":0,"transformRequest":[null],"transformResponse":[null],"transitional":{"clarifyTimeoutError":false,"forcedJSONParsing":true,"silentJSONParsing":true},"url":"https://biz-a-herokuapp.com/hub/fina/rest/TOrmMethod/%22list%22","xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN"},"message":"getaddrinfo ENOTFOUND biz-a-herokuapp.com","name":"Error","stack":"Error: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","status":null},"exception":true,"level":"error","message":"uncaughtException: getaddrinfo ENOTFOUND biz-a-herokuapp.com\nError: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","os":{"loadavg":[0,0,0],"uptime":2820.64},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18279104,"external":22058914,"heapTotal":22347776,"heapUsed":19779176,"rss":57319424},"pid":2404,"uid":null,"version":"v20.12.1"},"stack":"Error: getaddrinfo ENOTFOUND biz-a-herokuapp.com\n at AxiosError.from (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:836:14)\n at RedirectableRequest.handleRequestError (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3086:25)\n at RedirectableRequest.emit (node:events:518:28)\n at eventHandlers.<computed> (C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js:38:24)\n at ClientRequest.emit (node:events:518:28)\n at TLSSocket.socketErrorListener (node:_http_client:500:9)\n at TLSSocket.emit (node:events:518:28)\n at emitErrorNT (node:internal/streams/destroy:169:8)\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs:3876:41)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","trace":[{"column":14,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"AxiosError.from","line":836,"method":"from","native":false},{"column":25,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"RedirectableRequest.handleRequestError","line":3086,"method":"handleRequestError","native":false},{"column":28,"file":"node:events","function":"RedirectableRequest.emit","line":518,"method":"emit","native":false},{"column":24,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\follow-redirects\\index.js","function":"eventHandlers.<computed>","line":38,"method":"<computed>","native":false},{"column":28,"file":"node:events","function":"ClientRequest.emit","line":518,"method":"emit","native":false},{"column":9,"file":"node:_http_client","function":"TLSSocket.socketErrorListener","line":500,"method":"socketErrorListener","native":false},{"column":28,"file":"node:events","function":"TLSSocket.emit","line":518,"method":"emit","native":false},{"column":8,"file":"node:internal/streams/destroy","function":"emitErrorNT","line":169,"method":null,"native":false},{"column":3,"file":"node:internal/streams/destroy","function":"emitErrorCloseNT","line":128,"method":null,"native":false},{"column":21,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":82,"method":"processTicksAndRejections","native":false},{"column":41,"file":"C:\\SourceCode\\biz-a\\cli\\node_modules\\axios\\dist\\node\\axios.cjs","function":"Axios.request","line":3876,"method":"request","native":false},{"column":5,"file":"node:internal/process/task_queues","function":"process.processTicksAndRejections","line":95,"method":"processTicksAndRejections","native":false}]}
25
+ {"date":"Tue May 21 2024 16:28:51 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12004.093},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22132312,"rss":57835520},"pid":4768,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
26
+ {"date":"Tue May 21 2024 16:29:01 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12010.421},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22054504,"rss":58191872},"pid":6448,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
27
+ {"date":"Tue May 21 2024 16:29:16 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12020.75},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33730560,"heapUsed":22614640,"rss":58888192},"pid":4672,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
28
+ {"date":"Tue May 21 2024 16:29:19 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12022.734},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33730560,"heapUsed":22465760,"rss":58650624},"pid":4528,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
29
+ {"date":"Tue May 21 2024 16:29:31 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12030.859},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33730560,"heapUsed":22594520,"rss":58474496},"pid":5296,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
30
+ {"date":"Tue May 21 2024 16:29:44 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12039.406},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22524296,"rss":58392576},"pid":6236,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
31
+ {"date":"Tue May 21 2024 16:32:56 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12167.062},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22728632,"rss":58630144},"pid":4952,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
32
+ {"date":"Tue May 21 2024 16:32:59 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12169.015},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33730560,"heapUsed":22772504,"rss":58318848},"pid":452,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
33
+ {"date":"Tue May 21 2024 16:34:19 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12222.89},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33730560,"heapUsed":22666016,"rss":58466304},"pid":2920,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
34
+ {"date":"Tue May 21 2024 16:36:12 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12297.828},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22532872,"rss":57925632},"pid":5952,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
35
+ {"date":"Tue May 21 2024 16:36:34 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:13:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12312.703},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22338784,"rss":58216448},"pid":1108,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:13:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":13,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
36
+ {"date":"Tue May 21 2024 16:37:33 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12352.078},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22184048,"rss":57827328},"pid":4692,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:10:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":10,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
37
+ {"date":"Tue May 21 2024 16:37:46 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: timezone is not defined\nReferenceError: timezone is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:11:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12360.39},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22036520,"rss":58003456},"pid":5524,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: timezone is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/timer.js:11:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/timer.js","function":null,"line":11,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
38
+ {"date":"Tue May 21 2024 16:46:21 GMT+0700 (Indochina Time)","error":{},"exception":true,"level":"error","message":"uncaughtException: utc is not defined\nReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/converter.js:8:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","os":{"loadavg":[0,0,0],"uptime":12703.906},"process":{"argv":["C:\\Program Files\\nodejs\\node.exe","C:\\SourceCode\\biz-a\\cli\\bin\\watcher","-c","SCY"],"cwd":"C:\\SourceCode\\biz-a\\cli\\bin","execPath":"C:\\Program Files\\nodejs\\node.exe","gid":null,"memoryUsage":{"arrayBuffers":18688291,"external":21190215,"heapTotal":33992704,"heapUsed":22765080,"rss":58654720},"pid":4308,"uid":null,"version":"v20.12.1"},"stack":"ReferenceError: utc is not defined\n at file:///C:/SourceCode/biz-a/cli/scheduler/converter.js:8:14\n at ModuleJob.run (node:internal/modules/esm/module_job:222:25)\n at async ModuleLoader.import (node:internal/modules/esm/loader:323:24)\n at async loadESM (node:internal/process/esm_loader:28:7)\n at async handleMainPromise (node:internal/modules/run_main:113:12)","trace":[{"column":14,"file":"file:///C:/SourceCode/biz-a/cli/scheduler/converter.js","function":null,"line":8,"method":null,"native":false},{"column":25,"file":"node:internal/modules/esm/module_job","function":"ModuleJob.run","line":222,"method":"run","native":false},{"column":24,"file":"node:internal/modules/esm/loader","function":"async ModuleLoader.import","line":323,"method":"import","native":false},{"column":7,"file":"node:internal/process/esm_loader","function":"async loadESM","line":28,"method":null,"native":false},{"column":12,"file":"node:internal/modules/run_main","function":"async handleMainPromise","line":113,"method":null,"native":false}]}
File without changes
@@ -23,13 +23,11 @@ export function getInputScript(req) {
23
23
  export async function runCliScript(req, res) {
24
24
 
25
25
  const { data, selectedConfig } = getInputScript(req);
26
- // console.log('runCliScript data', data)
27
26
  loadCliScript(selectedConfig, req.body.query).subscribe({
28
27
  next: async script => {
29
28
  let functions = extractFunctionScript(script);
30
29
  if (functions) {
31
30
  let respon = await functions.onInit(data);
32
- // console.log('respon cb', respon)
33
31
  res.send(respon);
34
32
  console.log(`Run Callback Successfully!`);
35
33
  } else {
package/envs/env.dev.js CHANGED
@@ -5,7 +5,7 @@ export const envDev = {
5
5
  CDM_MONGO_LINK: 'mongodb+srv://imm_cdm:' +
6
6
  encodeURIComponent('imm@2019') + '@imm-cdm-dev.rf6wr.mongodb.net/?retryWrites=true&w=majority',
7
7
  COMPANY_REGISTER: 'companyregister-dev',
8
- // BIZA_SERVER_LINK: 'https://biz-a-dev-41e7c93a25e5.herokuapp.com'
9
- BIZA_SERVER_LINK: 'https://www.ptimf.id/biz-a-dev.com'
8
+ BIZA_SERVER_LINK: 'https://biz-a-dev-41e7c93a25e5.herokuapp.com'
9
+ // BIZA_SERVER_LINK: 'https://www.ptimf.id/biz-a-dev.com'
10
10
  // BIZA_SERVER_LINK: 'http://localhost:3000'
11
11
  };
package/log/debug.log ADDED
File without changes
package/log/error.log ADDED
File without changes
File without changes
package/log/info.log ADDED
File without changes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "biz-a-cli",
3
3
  "nameDev": "biz-a-cli-dev",
4
- "version": "2.3.13",
5
- "versionDev": "0.0.27",
4
+ "version": "2.3.15",
5
+ "versionDev": "0.0.29",
6
6
  "description": "",
7
7
  "main": "bin/index.js",
8
8
  "type": "module",
@@ -54,8 +54,17 @@ function getSelectedConfigAggregateField(companyObjectId) {
54
54
  return configAggregate;
55
55
  }
56
56
 
57
+ function addUrlValue(config) {
58
+ if (!config[0].url) {
59
+ config[0].url = config[0].API_URL
60
+ }
61
+ return config;
62
+ }
63
+
57
64
  async function getSelectedConfig(companyObjectId) {
58
- return await fetchSelectedConfig(getSelectedConfigAggregateField(companyObjectId));
65
+ let config = await fetchSelectedConfig(getSelectedConfigAggregateField(companyObjectId));
66
+ config = addUrlValue(config);
67
+ return config[0];
59
68
  }
60
69
 
61
70
  function getCompanyObjectIdFindOneField(companyName) {
@@ -102,5 +111,6 @@ async function getCompanyObjectId(companyName) {
102
111
  export {
103
112
  BIZA_MONGO_LINK,
104
113
  getSelectedConfig,
105
- getCompanyObjectId
114
+ getCompanyObjectId,
115
+ addUrlValue
106
116
  };
@@ -1,10 +1,20 @@
1
+ export function setUtcDate(latestRun) {
2
+ let dateTimeArr = latestRun.split(' ');
3
+ let dateArr = dateTimeArr[0].split('-');
4
+ let timeArr = dateTimeArr[1].split(':');
5
+
6
+ return new Date(Date.UTC(dateArr[0], parseInt(dateArr[1]) - 1, dateArr[2],
7
+ timeArr[0], timeArr[1], timeArr[2]))
8
+ }
9
+
1
10
  export function historyRecordToJson(data) {
2
11
  let dataJson = [];
3
12
  data.map(history => {
4
13
  dataJson.push({
5
14
  _id: parseInt(history.history_id),
6
15
  timerObjectId: parseInt(history.timer_id),
7
- latestRun: new Date(history.latest_run)
16
+ latestRun: history.latest_run
17
+ // latestRun: new Date(API2formatDate(history.latest_run))
8
18
  })
9
19
  })
10
20
 
@@ -23,7 +23,6 @@ const logger = createLogger({
23
23
  new transports.File({filename:'log/exception.log', handleExceptions:true})
24
24
  ],
25
25
  })
26
- // console.log('NODE_ENV', process.env.NODE_ENV)
27
26
  if (process.env.NODE_ENV !== 'production'){
28
27
  logger.add(new transports.Console({format: format.simple(), level:'info'}))
29
28
  }
@@ -48,23 +47,6 @@ function mapData2Key(res, cols) {
48
47
  })
49
48
  }
50
49
 
51
- // function hex2a(hexx) {
52
- // let hex = hexx.toString();//force conversion
53
- // let str = '';
54
- // for (let i = 0; i < hex.length; i += 2)
55
- // str += String.fromCharCode(parseInt(hex.slice(i, i + 2), 16));
56
- // return str;
57
- // }
58
-
59
- // function deserialise(key, data) {
60
- // if (data instanceof Array && data[0] == 'window.Function') {
61
- // let f = Function(data[1], data[2].join("\r\n"));
62
- // return f;
63
- // } else {
64
- // return data;
65
- // }
66
- // };
67
-
68
50
  function getUrlApi(config, methodName, isPost = true) {
69
51
  return `${config.url}/fina/rest/TOrmMethod/` +
70
52
  `${isPost ? '%22' : ''}${methodName}${isPost ? '%22' : ''}`
@@ -113,15 +95,6 @@ export function sendModel(model, apiConfig, tableName) {
113
95
  return Axios.post(url, params, options)
114
96
  }
115
97
 
116
- // export function getSelectedCompConfig(companyName) {
117
- // const url = `${BIZA_SERVER_LINK}/config/%22getSelectedCompConfig%22`;
118
- // const param = { companyName };
119
-
120
- // return Axios.post(url, param).pipe(
121
- // map(res => res.data?.data ? JSON.parse(res.data.data) : res.data)
122
- // )
123
- // }
124
-
125
98
  export function queryData(param, apiConfig, mapField) {
126
99
  const defaultParam = {
127
100
  start: 0, length: -1, order: [], filter: [], columns: []
@@ -4,8 +4,7 @@ import { isItTime, loopTimer } from "./watcherlib.js"
4
4
  import { setInterval } from 'timers/promises';
5
5
  import { getCompanyObjectId, getSelectedConfig } from "../scheduler/configController.js";
6
6
  import { forkJoin } from 'rxjs';
7
- import { historyRecordToJson, watcherRecordToJson } from "./converter.js";
8
-
7
+ import { historyRecordToJson, watcherRecordToJson, setUtcDate } from "./converter.js";
9
8
 
10
9
  export const delay = ms => new Promise(res => setTimeout(res, ms));
11
10
  export const SCHEDULE_INTERVAL = 60000;
@@ -21,8 +20,9 @@ export function getSelectedData(data, field, compareData) {
21
20
  })
22
21
  }
23
22
 
24
- async function executeHistory(config, timer, history, currentTime) {
25
- let latestRun = new Date(history.latestRun);
23
+ async function executeHistory(config, timer, rawLatestRun, currentTime) {
24
+ let latestRun = setUtcDate(rawLatestRun);
25
+ console.log(latestRun);
26
26
 
27
27
  while ((latestRun < currentTime) &&
28
28
  ((currentTime - latestRun) >= SCHEDULE_INTERVAL)) {
@@ -42,7 +42,7 @@ export async function runHistory(histories, config, watchers, now) {
42
42
  for (const timer of watcher.timer) {
43
43
  const history = getSelectedData(histories, 'timerObjectId', timer._id);
44
44
  if (history) {
45
- await executeHistory(config, timer, history, currentTime)
45
+ await executeHistory(config, timer, history.latestRun, currentTime)
46
46
  }
47
47
  }
48
48
  }
@@ -50,29 +50,26 @@ export async function runHistory(histories, config, watchers, now) {
50
50
 
51
51
 
52
52
  export const runScheduler = async (companyName) => {
53
- // await delay(30000);
54
-
55
53
  const company = await getCompanyObjectId(companyName);
56
54
  const config = await getSelectedConfig(company._id);
57
55
 
58
- forkJoin([getHistories(config[0]), getWatchers(config[0])]).subscribe({
56
+ forkJoin([getHistories(config), getWatchers(config)]).subscribe({
59
57
  next: ([historyResult, watcherResult]) => {
60
58
  const histories = historyRecordToJson(historyResult);
61
59
  const watchers = watcherRecordToJson(watcherResult);
62
- runHistory(histories, config[0], watchers, new Date());
60
+ runHistory(histories, config, watchers, new Date());
63
61
  }
64
62
  });
65
63
 
66
-
67
64
  for await (const startTime of setInterval(SCHEDULE_INTERVAL, Date.now())) {
68
65
  // if ((now - startTime) > 1000)
69
66
  // break;
70
67
 
71
- getWatchers(config[0]).subscribe({
68
+ getWatchers(config).subscribe({
72
69
  next: result => {
73
70
  const watchers = watcherRecordToJson(result);
74
71
  for (const watcher of watchers) {
75
- loopTimer(watcher.timer, Date.now(), config[0], true);
72
+ loopTimer(watcher.timer, Date.now(), config, true);
76
73
  }
77
74
  }
78
75
  });
@@ -70,12 +70,11 @@ export function insertHistory(config, timerObjectId, currentDate) {
70
70
  const listData = getInsertHistoryParameters(timerObjectId);
71
71
 
72
72
  queryData(listData, config, true, 'list', 'list')
73
- // return queryData(listData, config, true, 'list', 'list')
74
73
  .pipe(
75
74
  concatMap(historyResponse => {
76
75
  const history = historyResponse[0];
77
76
 
78
- return history ? from([parseInt(history.history_id)]) : genId(config, 'SYS$HISTORY_ID_GEN');
77
+ return history ? from([parseInt(history.history_id)]) : genId(config, 'SYS$HISTORY_GEN');
79
78
  }),
80
79
  map(historyId => {
81
80
  return getHistoryField(timerObjectId, historyId, currentDate);
@@ -85,11 +84,10 @@ export function insertHistory(config, timerObjectId, currentDate) {
85
84
  console.error(error);
86
85
  return new Error(error);
87
86
  })
88
- // )
89
87
  ).subscribe();
90
88
  }
91
89
 
92
- export function getHistoryParameters(timerObjectId) {
90
+ export function getHistoryParameters() {
93
91
  return {
94
92
  columns: [
95
93
  { data: "SYS$HISTORY.ID", key: 'history_id' },
@@ -99,7 +97,7 @@ export function getHistoryParameters(timerObjectId) {
99
97
  }
100
98
  }
101
99
 
102
- export function getHistories(config, timerObjectId) {
103
- let param = getHistoryParameters(timerObjectId);
104
- return queryData(param, config, true, 'list', 'list');
100
+ export function getHistories(config) {
101
+ let param = getHistoryParameters();
102
+ return queryData(param, config, true);
105
103
  }
@@ -8,7 +8,7 @@ dayjs.extend(weekOfYear);
8
8
  dayjs.extend(utc);
9
9
  dayjs.extend(timezone);
10
10
 
11
- const DEFAULT_DATE_FORMAT = 'YYYY-M-D H:mm:ss';
11
+ // const DEFAULT_DATE_FORMAT = 'YYYY-M-D H:mm:ss';
12
12
 
13
13
  function isOnTime(watchTime, nowDate) {
14
14
  if (watchTime.hourly) {
@@ -56,7 +56,6 @@ function getDailyWatcher(watchTime, nowDate) {
56
56
 
57
57
  export function checkPerWatchTime(watchTime, nowDate) {
58
58
  if (!watchTime.minutely && !watchTime.hourly) return false
59
-
60
59
  if (watchTime.daily) {
61
60
  return getDailyWatcher(watchTime, nowDate);
62
61
  } else if (watchTime.weekly) {
@@ -68,29 +67,16 @@ export function checkPerWatchTime(watchTime, nowDate) {
68
67
  }
69
68
 
70
69
  export function setTimeZoneDate(now, timezone) {
71
- return dayjs(now, DEFAULT_DATE_FORMAT).tz(timezone);
70
+ return dayjs(now).tz(timezone);
71
+ // return dayjs(now, DEFAULT_DATE_FORMAT).tz(timezone);
72
72
  }
73
73
 
74
- // export function isItTime(watchTimes, now) {
75
- // nowDate = [];
76
-
77
- // return watchTimes.reduce((result, watchTime, index) => {
78
- // // nowDate.push(dayjs(now, DEFAULT_DATE_FORMAT).tz(watchTime.timezone));
79
-
80
- // nowDate.push(setTimeZoneDate(now, watchTime.timezone));
81
- // // return result || (watchTime.active ? checkPerWatchTime(watchTime, index) : false)
82
- // return result || (watchTime.active ? checkPerWatchTime(watchTime, nowDate[index]) : false)
83
- // }, false)
84
- // }
85
-
86
74
  export function isItTime(watchTime, now) {
87
75
  const timeZoneDate = setTimeZoneDate(now, watchTime.timezone);
88
76
  return (watchTime.active ? checkPerWatchTime(watchTime, timeZoneDate) : false);
89
77
  }
90
78
 
91
- // export async function loopTimer(watchTimes, now, companyObjectId, needCheckSchedule) {
92
79
  export function loopTimer(watchTimes, now, selectedConfig, needCheckSchedule) {
93
- // const selectedConfig = await getSelectedConfig(companyObjectId);
94
80
  if (selectedConfig) {
95
81
  return watchTimes.map(watchTime => {
96
82
  const isRightTime = isItTime(watchTime, now);
@@ -0,0 +1,39 @@
1
+ const {
2
+ addUrlValue
3
+ } = await import('../scheduler/configController.js');
4
+
5
+ describe('config test', () => {
6
+ test('url must be defined in config if undefined', () => {
7
+ const CONFIG = [{
8
+ _id: 'ffffffff2ae49fab9ea654e1',
9
+ API_URL: 'http://localhost:212',
10
+ dbindex: 2,
11
+ subdomain: 'abc'
12
+ }]
13
+ expect(addUrlValue(CONFIG)).toStrictEqual([{
14
+ _id: 'ffffffff2ae49fab9ea654e1',
15
+ API_URL: 'http://localhost:212',
16
+ dbindex: 2,
17
+ subdomain: 'abc',
18
+ url: 'http://localhost:212',
19
+ }]);
20
+ });
21
+
22
+ test('url remain unchanged when exist', () => {
23
+ const CONFIG = [{
24
+ _id: 'ffffffff2ae49fab9ea654e1',
25
+ API_URL: 'http://localhost:212',
26
+ dbindex: 2,
27
+ subdomain: 'abc',
28
+ url: 'http://localhost:213'
29
+ }]
30
+ expect(addUrlValue(CONFIG)).toStrictEqual([{
31
+ _id: 'ffffffff2ae49fab9ea654e1',
32
+ API_URL: 'http://localhost:212',
33
+ dbindex: 2,
34
+ subdomain: 'abc',
35
+ url: 'http://localhost:213',
36
+ }]);
37
+ });
38
+ })
39
+
@@ -1,6 +1,7 @@
1
1
  const {
2
2
  historyRecordToJson,
3
- watcherRecordToJson
3
+ watcherRecordToJson,
4
+ setUtcDate
4
5
  } = await import('../scheduler/converter.js');
5
6
 
6
7
  describe('converter test', () => {
@@ -13,7 +14,7 @@ describe('converter test', () => {
13
14
  expect(historyRecordToJson(data)).toStrictEqual([{
14
15
  _id: 1,
15
16
  timerObjectId: 2,
16
- latestRun: new Date('2024-01-03T07:43:27.899Z')
17
+ latestRun: '01.03.2024, 14:43:27.899'
17
18
  }]);
18
19
  });
19
20
 
@@ -96,4 +97,10 @@ describe('converter test', () => {
96
97
  }]);
97
98
  });
98
99
 
100
+ test('convert latestRun date to UTC Date', async () => {
101
+ expect(setUtcDate('2024-05-21 7:57:57 AM'))
102
+ .toStrictEqual(new Date('2024-05-21T07:57:57.000Z'));
103
+ });
104
+
105
+
99
106
  })
@@ -46,17 +46,18 @@ describe('timer and mitigation test', () => {
46
46
  });
47
47
 
48
48
  test('run history', async () => {
49
- function decreaseInterval(now) {
50
- const subtractInterval = new Date(now).getMilliseconds() - (3 * SCHEDULE_INTERVAL);
51
- return new Date(now).setMilliseconds(subtractInterval);
52
- }
49
+ // function decreaseInterval(now) {
50
+ // const subtractInterval = new Date(now).getMilliseconds() - (3 * SCHEDULE_INTERVAL);
51
+ // return new Date(now).setMilliseconds(subtractInterval);
52
+ // }
53
53
 
54
- const NOW = new Date('2024-02-29T07:00:00.000Z');
54
+ // const NOW = new Date('2024-02-29T07:00:00.000Z');
55
55
  const HISTORIES = [
56
56
  {
57
57
  _id: new ObjectId('65c34df55e7c9d9448804737'),
58
58
  timerObjectId: new ObjectId('65c34bd774ae2595b5efb5a8'),
59
- latestRun: new Date(decreaseInterval(NOW)).toISOString()
59
+ latestRun: '2024-02-29 6:56:30 AM'
60
+ // latestRun: new Date(decreaseInterval(NOW)).toISOString()
60
61
  }
61
62
  ]
62
63
  const CONFIGS = [{
@@ -5,7 +5,6 @@ let mockQueryData = jest.fn();
5
5
  let mockCrudData = jest.fn().mockImplementation(param => of(param));
6
6
 
7
7
  jest.unstable_mockModule('../scheduler/datalib.js', () => ({
8
- // queryData: jest.fn().mockReturnValue(of([{ history_id: '10' }])),
9
8
  queryData: mockQueryData,
10
9
  genId: jest.fn().mockReturnValue(of(20)),
11
10
  crudData: mockCrudData