From 01b6b2e1c10f46f9160d46cdb6e13e854cae10d3 Mon Sep 17 00:00:00 2001 From: wzdwc Date: Thu, 7 May 2020 00:54:19 +0800 Subject: [PATCH] client ui --- .idea/workspace.xml | 16 +- client/src/App.vue | 135 ++-- client/src/assets/gold.svg | 1 + client/src/assets/less/base.less | 38 + client/src/components/CommonCard.vue | 124 +-- client/src/components/SitList.vue | 410 +++++----- client/src/utils/request.ts | 68 +- client/src/views/Home.vue | 48 +- client/src/views/game.vue | 719 +++++++++--------- server/logs/ELKLog/error.log | 13 - server/logs/ELKLog/error.log.2020-05-06 | 33 + server/logs/ELKLog/info.log | 13 - server/logs/ELKLog/info.log.2020-05-06 | 41 + server/logs/game-node-center/agent.log | 290 +------ .../game-node-center/agent.log.2020-05-06 | 421 ++++++++++ server/logs/game-node-center/app.log | 38 - .../logs/game-node-center/app.log.2020-05-06 | 140 ++++ server/logs/game-node-center/core.log | 84 +- .../logs/game-node-center/core.log.2020-05-06 | 183 +++++ server/logs/game-node-center/egg-schedule.log | 9 - .../egg-schedule.log.2020-05-06 | 45 ++ server/logs/game-node-center/error.log | 302 -------- .../game-node-center/error.log.2020-05-06 | 430 +++++++++++ 23 files changed, 2102 insertions(+), 1499 deletions(-) create mode 100644 client/src/assets/gold.svg create mode 100644 client/src/assets/less/base.less create mode 100644 server/logs/ELKLog/error.log.2020-05-06 create mode 100644 server/logs/ELKLog/info.log.2020-05-06 create mode 100644 server/logs/game-node-center/agent.log.2020-05-06 create mode 100644 server/logs/game-node-center/app.log.2020-05-06 create mode 100644 server/logs/game-node-center/core.log.2020-05-06 create mode 100644 server/logs/game-node-center/egg-schedule.log.2020-05-06 create mode 100644 server/logs/game-node-center/error.log.2020-05-06 diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a23b553..c84aba0 100755 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,11 +2,12 @@ + + - @@ -28,6 +29,7 @@ @@ -52,6 +54,7 @@ + @@ -86,7 +89,7 @@ - + @@ -106,18 +109,19 @@ - - + + + - + - + diff --git a/client/src/App.vue b/client/src/App.vue index 824f23b..e4a5be4 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,67 +1,68 @@ - - - - - + + + + + diff --git a/client/src/assets/gold.svg b/client/src/assets/gold.svg new file mode 100644 index 0000000..521fbde --- /dev/null +++ b/client/src/assets/gold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/client/src/assets/less/base.less b/client/src/assets/less/base.less new file mode 100644 index 0000000..0a037c6 --- /dev/null +++ b/client/src/assets/less/base.less @@ -0,0 +1,38 @@ +@font-face { + font-family: 'iconfont'; /* project id 1801313 */ + src: url('//at.alicdn.com/t/font_1801313_qhunp08waud.eot'); + src: url('//at.alicdn.com/t/font_1801313_qhunp08waud.eot?#iefix') format('embedded-opentype'), + url('//at.alicdn.com/t/font_1801313_qhunp08waud.woff2') format('woff2'), + url('//at.alicdn.com/t/font_1801313_qhunp08waud.woff') format('woff'), + url('//at.alicdn.com/t/font_1801313_qhunp08waud.ttf') format('truetype'), + url('//at.alicdn.com/t/font_1801313_qhunp08waud.svg#iconfont') format('svg'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-account:before { + content: "\e60a"; +} + +.icon-password:before { + content: "\e777"; +} + +.icon-user-avatar:before { + content: "\e636"; +} + +.icon-pot:before { + content: "\e60c"; +} + +.icon-gold:before { + content: "\e609"; +} + diff --git a/client/src/components/CommonCard.vue b/client/src/components/CommonCard.vue index 302f8f8..2981ac4 100644 --- a/client/src/components/CommonCard.vue +++ b/client/src/components/CommonCard.vue @@ -1,49 +1,34 @@ @@ -54,25 +39,25 @@ position: absolute; top: 50vh; left: 50%; - margin: -35px -122px; + margin: -38px -114px; .card{ - height: 237/3.5px; - width: 155/3.5px; + height: 60px; + width: 40px; position: absolute; top: 0; left: 0; transform-style: preserve-3d; - transition: transform 1s, rotateY 1s linear 2s; opacity: 0; + border-radius: 5px; i{ background: url("../assets/poke.png"); - height: 237/3.5px; - width: 155/3.5px; + height: 60px; + width: 40px; background-size: 100% 100%; - margin:0 2px; transform: rotateY(0deg) translate3d(0px,0px,0px); backface-visibility: hidden; position: absolute; + border-radius: 5px; top: 0; left: 0; z-index: 1; @@ -80,55 +65,78 @@ .card-bg{ /*background: url("../assets/poke-icon.png");*/ background-size: 100% 100%; - height: 237/3.5px; - width: 155/3.5px; - margin:0 2px; - background-color: #2c3e50; - transform: rotateY(180deg) translate3d(0px,0px,2px); - color: #fff; + height: 60px; + width: 40px; + border-radius: 5px; + background-color: #fff; + transform: rotateY(180deg) translate3d(0px,0px,0px); backface-visibility: hidden; position: absolute; left: 0; z-index: 0; + display: flex; + flex-direction: column; + transform-style: preserve-3d; + box-shadow: 2px 2px 5px rgba(0,0,0,0.3); + &.red{ + color: #e8050a; + } + &.black{ + color: #000; + } + .number{ + text-align: left; + position: absolute; + z-index: -2; + left: 5px; + font-size: 16px; + } + .color{ + flex: 1; + font-size: 28px; + line-height: 60px; + } } &.show{ display: block; opacity: 1; + transition: left 1s; + } + &.turn{ + animation: turnA 2s forwards; + animation-delay: 2s; } - /*&.turn{*/ - /* transform: rotateY(-180deg);*/ - /*}*/ &:nth-child(1){ &.show{ - transform: translate3d(0px,0px,2px) rotateY(-180deg); + left: 0; } } &:nth-child(2){ &.show{ - transform: translate3d(46px,0px,2px) rotateY(-180deg); + left: 44px; } } &:nth-child(3){ &.show{ - transform: translate3d(46*2px,0px,2px) rotateY(-180deg); + left: 44*2px; } } &:nth-child(4){ &.show{ - transform: translate3d(46*3px,0px,0px); + left: 44*3px; } } &:nth-child(5){ &.show{ - transform: translate3d(46*4px,0px,0px); + left: 44*4px; } } } - /*@-webkit-keyframes turnA !* Safari 与 Chrome *!*/ - /*{*/ - /* from {transform: rotateY(0deg);}*/ - /* to {transform: rotateY(-180deg);}*/ - /*}*/ + @-webkit-keyframes turnA /* Safari 与 Chrome */ + { + from {transform: rotateY(0deg);} + to {transform: rotateY(-180deg);} + } } diff --git a/client/src/components/SitList.vue b/client/src/components/SitList.vue index bdd852a..efd8695 100644 --- a/client/src/components/SitList.vue +++ b/client/src/components/SitList.vue @@ -1,204 +1,206 @@ - - - - - - + + + + + + diff --git a/client/src/utils/request.ts b/client/src/utils/request.ts index cdf494e..f7c122d 100644 --- a/client/src/utils/request.ts +++ b/client/src/utils/request.ts @@ -1,34 +1,34 @@ -import axios, {AxiosRequestConfig, Method} from 'axios'; -import cookie from 'js-cookie'; - -const request = async ({method = 'post' as Method, url = '', body = {}, timeout = 8000}) => { - const origin = 'http://192.168.0.101:7001/node'; - // const origin = 'http://172.22.72.70:7001/node'; - if (!url) { - return Promise.reject('Request url is null!'); - } - const token = cookie.get('token'); - const headers = { - Authorization: `Bearer ${token}`, - }; - url = `${origin}${url}`; - const option: AxiosRequestConfig = { - url, - method, - timeout, - data: body, - withCredentials: true, - headers, - }; - try { - const result = await axios(option); - if (result.data.code === '000000') { - return result.data; - } else { - throw result.data; - } - } catch (e) { - throw e; - } -}; -export default request; +import axios, {AxiosRequestConfig, Method} from 'axios'; +import cookie from 'js-cookie'; + +const request = async ({method = 'post' as Method, url = '', body = {}, timeout = 8000}) => { + const origin = 'http://192.168.0.102:7001/node'; + // const origin = 'http://172.22.72.70:7001/node'; + if (!url) { + return Promise.reject('Request url is null!'); + } + const token = cookie.get('token'); + const headers = { + Authorization: `Bearer ${token}`, + }; + url = `${origin}${url}`; + const option: AxiosRequestConfig = { + url, + method, + timeout, + data: body, + withCredentials: true, + headers, + }; + try { + const result = await axios(option); + if (result.data.code === '000000') { + return result.data; + } else { + throw result.data; + } + } catch (e) { + throw e; + } +}; +export default request; diff --git a/client/src/views/Home.vue b/client/src/views/Home.vue index 8598428..581305c 100644 --- a/client/src/views/Home.vue +++ b/client/src/views/Home.vue @@ -1,26 +1,25 @@ @@ -28,13 +27,8 @@ import { Vue } from 'vue-property-decorator'; import Component from 'vue-class-component'; import service from '../service'; - import commonCard from '@/components/CommonCard.vue'; - @Component({ - components: { - commonCard, - }, - }) + @Component export default class Home extends Vue { public roomNumber: string = ''; private isJoin = false; diff --git a/client/src/views/game.vue b/client/src/views/game.vue index 11224f8..fee653a 100644 --- a/client/src/views/game.vue +++ b/client/src/views/game.vue @@ -1,356 +1,363 @@ - - - - - + + + + + diff --git a/server/logs/ELKLog/error.log b/server/logs/ELKLog/error.log index dbd7e6b..e69de29 100644 --- a/server/logs/ELKLog/error.log +++ b/server/logs/ELKLog/error.log @@ -1,13 +0,0 @@ -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:24:57","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:24:57","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:25:31","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:25:31","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:29:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:29:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:41:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:41:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:42:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:42:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:43:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:43:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:54:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:54:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:00:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:00:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:02:44","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:02:44","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:03:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:03:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":66993,"nodeVersion":"v12.16.1","launchTime":"2020-05-03 14:23:37","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"Handshake inactivity timeout","requestTime":"2020-05-03 14:23:37","stack":"Error: Handshake inactivity timeout\n at Handshake. (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)\n at Handshake.emit (events.js:311:20)\n at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)\n at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)\n --------------------\n at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n at new Promise ()\n at Pool. (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)\n at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)\n at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n sql: select now() as currentTime;","total":null,"requestBody":{},"method":""} diff --git a/server/logs/ELKLog/error.log.2020-05-06 b/server/logs/ELKLog/error.log.2020-05-06 new file mode 100644 index 0000000..4cc5418 --- /dev/null +++ b/server/logs/ELKLog/error.log.2020-05-06 @@ -0,0 +1,33 @@ +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:24:57","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:24:57","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:25:31","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:25:31","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:29:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:29:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:41:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:41:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:42:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:42:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:43:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:43:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:54:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:54:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:00:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:00:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:02:44","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:02:44","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:03:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:03:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":66993,"nodeVersion":"v12.16.1","launchTime":"2020-05-03 14:23:37","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"Handshake inactivity timeout","requestTime":"2020-05-03 14:23:37","stack":"Error: Handshake inactivity timeout\n at Handshake. (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)\n at Handshake.emit (events.js:311:20)\n at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)\n at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)\n --------------------\n at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n at new Promise ()\n at Pool. (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)\n at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)\n at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n sql: select now() as currentTime;","total":null,"requestBody":{},"method":""} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:18","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"invalid token...","requestTime":"2020-05-06 21:43:18","stack":{"name":"UnauthorizedError","message":"jwt malformed","code":"invalid_token","status":401,"inner":{"name":"JsonWebTokenError","message":"jwt malformed"},"headers":{"Access-Control-Allow-Origin":"http://192.168.0.102:8080","Access-Control-Allow-Credentials":"true","vary":"Origin"}},"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:47:34","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:47:34","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:47:38","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:47:38","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:35","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:48:35","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:51","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:48:51","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:43","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:43","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:47","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:47","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:46","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:46","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:51:15","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:51:15","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:51:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:51:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:54:29","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:54:29","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:54:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:54:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:55:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:55:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:56:00","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:56:00","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} diff --git a/server/logs/ELKLog/info.log b/server/logs/ELKLog/info.log index dbd7e6b..e69de29 100644 --- a/server/logs/ELKLog/info.log +++ b/server/logs/ELKLog/info.log @@ -1,13 +0,0 @@ -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:24:57","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:24:57","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:25:31","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:25:31","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:29:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:29:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:41:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:41:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:42:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:42:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:43:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:43:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:54:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:54:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:00:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:00:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:02:44","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:02:44","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:03:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:03:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} -{"pid":66993,"nodeVersion":"v12.16.1","launchTime":"2020-05-03 14:23:37","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"Handshake inactivity timeout","requestTime":"2020-05-03 14:23:37","stack":"Error: Handshake inactivity timeout\n at Handshake. (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)\n at Handshake.emit (events.js:311:20)\n at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)\n at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)\n --------------------\n at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n at new Promise ()\n at Pool. (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)\n at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)\n at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n sql: select now() as currentTime;","total":null,"requestBody":{},"method":""} diff --git a/server/logs/ELKLog/info.log.2020-05-06 b/server/logs/ELKLog/info.log.2020-05-06 new file mode 100644 index 0000000..3638404 --- /dev/null +++ b/server/logs/ELKLog/info.log.2020-05-06 @@ -0,0 +1,41 @@ +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:24:57","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:24:57","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:25:31","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:25:31","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:29:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:29:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:30:16","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:30:16","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:41:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:41:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:42:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:42:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:43:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:43:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 00:54:28","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 00:54:28","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:00:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:00:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:02:44","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:02:44","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":60633,"nodeVersion":"v12.16.1","launchTime":"2020-04-30 01:03:02","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-04-30 01:03:02","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":66993,"nodeVersion":"v12.16.1","launchTime":"2020-05-03 14:23:37","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"Handshake inactivity timeout","requestTime":"2020-05-03 14:23:37","stack":"Error: Handshake inactivity timeout\n at Handshake. (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17)\n at Handshake.emit (events.js:311:20)\n at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8)\n at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23)\n at listOnTimeout (internal/timers.js:549:17)\n at processTimers (internal/timers.js:492:7)\n --------------------\n at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n at new Promise ()\n at Pool. (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10)\n at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34)\n at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8)\n at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7\n sql: select now() as currentTime;","total":null,"requestBody":{},"method":""} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:08","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"INFO","message":"AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI1ODgsImV4cCI6MTU4ODc5NDE4OH0.s1SQcbf_zfT_zY8RGlwpVeui5MZQ7PveRoFMQ-K3ZuI","requestTime":"2020-05-06 21:43:08","stack":"","status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:08","osUser":"root","osUid":0,"fetchConsumeTime":10307,"level":"INFO","message":"POST /node/user/login info","requestTime":"2020-05-06 21:43:08","status":200,"total":null,"requestBody":{"userAccount":"cai","password":"123"},"url":"/node/user/login"} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:18","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"invalid token...","requestTime":"2020-05-06 21:43:18","stack":{"name":"UnauthorizedError","message":"jwt malformed","code":"invalid_token","status":401,"inner":{"name":"JsonWebTokenError","message":"jwt malformed"},"headers":{"Access-Control-Allow-Origin":"http://192.168.0.102:8080","Access-Control-Allow-Credentials":"true","vary":"Origin"}},"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:32","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"INFO","message":"AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ","requestTime":"2020-05-06 21:43:32","stack":"","status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:32","osUser":"root","osUid":0,"fetchConsumeTime":185,"level":"INFO","message":"POST /node/user/login info","requestTime":"2020-05-06 21:43:32","status":200,"total":null,"requestBody":{"userAccount":"cai","password":"123"},"url":"/node/user/login"} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:33","osUser":"root","osUid":0,"fetchConsumeTime":106,"level":"INFO","message":"POST /node/game/room info","requestTime":"2020-05-06 21:43:33","status":200,"total":null,"requestBody":{},"url":"/node/game/room"} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"INFO","message":"AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U","requestTime":"2020-05-06 21:43:54","stack":"","status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":73881,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 21:43:54","osUser":"root","osUid":0,"fetchConsumeTime":181,"level":"INFO","message":"POST /node/user/login info","requestTime":"2020-05-06 21:43:54","status":200,"total":null,"requestBody":{"userAccount":"cai11","password":"123"},"url":"/node/user/login"} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:47:34","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:47:34","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:47:38","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:47:38","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:35","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:48:35","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:43","osUser":"root","osUid":0,"fetchConsumeTime":98,"level":"INFO","message":"POST /node/game/room info","requestTime":"2020-05-06 22:48:43","status":200,"total":null,"requestBody":{},"url":"/node/game/room"} +{"pid":75013,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 22:48:51","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 22:48:51","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:43","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:43","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:47","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:47","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:48:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:48:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:46","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:46","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:49:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:49:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:01","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:01","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:50:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:50:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:51:15","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:51:15","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:51:54","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:51:54","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:54:29","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:54:29","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:54:30","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:54:30","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:55:56","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:55:56","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} +{"pid":76336,"nodeVersion":"v12.16.1","launchTime":"2020-05-06 23:56:00","osUser":"root","osUid":0,"fetchConsumeTime":0,"level":"ERROR","message":"room service tick","requestTime":"2020-05-06 23:56:00","stack":null,"status":"","timestamp":"","total":0,"requestBody":{},"method":"","url":""} diff --git a/server/logs/game-node-center/agent.log b/server/logs/game-node-center/agent.log index a575a19..516f95d 100644 --- a/server/logs/game-node-center/agent.log +++ b/server/logs/game-node-center/agent.log @@ -1,289 +1 @@ -2020-04-30 00:00:01,072 INFO 60632 [egg-logrotator] agent logger reload: got log-reload message -2020-04-30 01:35:35,360 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1854709ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 02:13:38,298 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2242910ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 02:51:15,067 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1956662ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 04:05:22,137 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 4406960ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 05:53:34,097 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 07:41:45,993 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451867ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 08:17:43,445 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2137434ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-05-03 14:23:25,955 INFO 66989 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} -2020-05-03 14:23:25,964 INFO 66989 [egg:core] dump config after load, 6ms -2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] -2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" -2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" -2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" -2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" -2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" -2020-05-03 14:23:26,007 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" -2020-05-03 14:23:26,007 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" -2020-05-03 14:23:26,008 INFO 66989 [egg-watcher:agent] watcher start success -2020-05-03 14:23:26,036 INFO 66989 [egg:core] dump config after ready, 18ms -2020-05-03 14:23:48,336 INFO 67020 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} -2020-05-03 14:23:48,344 INFO 67020 [egg:core] dump config after load, 4ms -2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] -2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" -2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" -2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" -2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" -2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" -2020-05-03 14:23:48,386 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" -2020-05-03 14:23:48,386 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" -2020-05-03 14:23:48,386 INFO 67020 [egg-watcher:agent] watcher start success -2020-05-03 14:23:48,398 INFO 67020 [egg:core] dump config after ready, 5ms -2020-05-03 16:03:23,840 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5113874ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 17:51:27,316 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483435ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 19:39:30,739 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483387ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 22:21:24,118 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 9713320ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 23:30:13,548 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4129426ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 23:35:20,800 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 306937ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 23:37:13,757 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 92134ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 23:39:05,677 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 90455ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 01:42:48,687 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 7218354ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 02:39:06,681 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3377890ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 09:15:59,914 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 23813180ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 09:32:13,189 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 611375ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 10:01:02,017 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1287981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 10:19:54,159 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 892125ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 11:50:51,315 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3316402ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 11:58:06,374 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 94949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 13:45:20,063 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5713446ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 15:12:50,567 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5250467ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 18:25:39,406 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 10808539ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 20:13:43,841 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6484153ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 22:01:49,619 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485742ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 23:49:55,747 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485561ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-05 01:38:01,622 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485833ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-05 02:54:21,637 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4579717ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-05 03:26:32,646 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1909340ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-06 08:25:50,280 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 104297559ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - +2020-05-07 00:00:01,116 INFO 76335 [egg-logrotator] agent logger reload: got log-reload message diff --git a/server/logs/game-node-center/agent.log.2020-05-06 b/server/logs/game-node-center/agent.log.2020-05-06 new file mode 100644 index 0000000..8990cd1 --- /dev/null +++ b/server/logs/game-node-center/agent.log.2020-05-06 @@ -0,0 +1,421 @@ +2020-04-30 00:00:01,072 INFO 60632 [egg-logrotator] agent logger reload: got log-reload message +2020-04-30 01:35:35,360 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1854709ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 02:13:38,298 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2242910ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 02:51:15,067 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1956662ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 04:05:22,137 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 4406960ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 05:53:34,097 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 07:41:45,993 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451867ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 08:17:43,445 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2137434ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-05-03 14:23:25,955 INFO 66989 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} +2020-05-03 14:23:25,964 INFO 66989 [egg:core] dump config after load, 6ms +2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] +2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" +2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" +2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" +2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" +2020-05-03 14:23:26,006 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" +2020-05-03 14:23:26,007 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" +2020-05-03 14:23:26,007 INFO 66989 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" +2020-05-03 14:23:26,008 INFO 66989 [egg-watcher:agent] watcher start success +2020-05-03 14:23:26,036 INFO 66989 [egg:core] dump config after ready, 18ms +2020-05-03 14:23:48,336 INFO 67020 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} +2020-05-03 14:23:48,344 INFO 67020 [egg:core] dump config after load, 4ms +2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] +2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" +2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" +2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" +2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" +2020-05-03 14:23:48,385 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" +2020-05-03 14:23:48,386 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" +2020-05-03 14:23:48,386 INFO 67020 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" +2020-05-03 14:23:48,386 INFO 67020 [egg-watcher:agent] watcher start success +2020-05-03 14:23:48,398 INFO 67020 [egg:core] dump config after ready, 5ms +2020-05-03 16:03:23,840 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5113874ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 17:51:27,316 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483435ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 19:39:30,739 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483387ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 22:21:24,118 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 9713320ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 23:30:13,548 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4129426ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 23:35:20,800 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 306937ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 23:37:13,757 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 92134ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 23:39:05,677 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 90455ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 01:42:48,687 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 7218354ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 02:39:06,681 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3377890ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 09:15:59,914 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 23813180ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 09:32:13,189 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 611375ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 10:01:02,017 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1287981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 10:19:54,159 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 892125ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 11:50:51,315 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3316402ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 11:58:06,374 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 94949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 13:45:20,063 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5713446ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 15:12:50,567 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5250467ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 18:25:39,406 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 10808539ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 20:13:43,841 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6484153ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 22:01:49,619 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485742ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 23:49:55,747 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485561ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-05 01:38:01,622 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485833ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-05 02:54:21,637 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4579717ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-05 03:26:32,646 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1909340ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 08:25:50,280 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 104297559ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 09:03:19,762 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1962518ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 09:39:05,157 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1965351ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 11:31:42,369 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3956326ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 13:19:52,160 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6449781ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 15:08:03,032 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6370855ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 16:56:16,492 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6433452ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 18:44:24,822 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6448307ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 20:32:17,205 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6452369ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 21:01:52,858 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1734981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 21:37:45,899 INFO 73880 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} +2020-05-06 21:37:45,908 INFO 73880 [egg:core] dump config after load, 5ms +2020-05-06 21:37:45,940 INFO 73880 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] +2020-05-06 21:37:45,940 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" +2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" +2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" +2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" +2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" +2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" +2020-05-06 21:37:45,941 INFO 73880 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" +2020-05-06 21:37:45,942 INFO 73880 [egg-watcher:agent] watcher start success +2020-05-06 21:37:45,954 INFO 73880 [egg:core] dump config after ready, 8ms +2020-05-06 22:47:32,313 INFO 75010 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} +2020-05-06 22:47:32,323 INFO 75010 [egg:core] dump config after load, 6ms +2020-05-06 22:47:32,384 INFO 75010 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] +2020-05-06 22:47:32,384 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" +2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" +2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" +2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" +2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" +2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" +2020-05-06 22:47:32,385 INFO 75010 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" +2020-05-06 22:47:32,386 INFO 75010 [egg-watcher:agent] watcher start success +2020-05-06 22:47:32,402 INFO 75010 [egg:core] dump config after ready, 9ms +2020-05-06 22:53:11,084 INFO 75200 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} +2020-05-06 22:53:11,093 INFO 75200 [egg:core] dump config after load, 5ms +2020-05-06 22:53:11,142 INFO 75200 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] +2020-05-06 22:53:11,142 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" +2020-05-06 22:53:11,142 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" +2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" +2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" +2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" +2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" +2020-05-06 22:53:11,143 INFO 75200 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" +2020-05-06 22:53:11,144 INFO 75200 [egg-watcher:agent] watcher start success +2020-05-06 22:53:11,155 INFO 75200 [egg:core] dump config after ready, 6ms +2020-05-06 22:55:24,823 INFO 75288 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} +2020-05-06 22:55:24,832 INFO 75288 [egg:core] dump config after load, 5ms +2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] +2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" +2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" +2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" +2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" +2020-05-06 22:55:24,877 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" +2020-05-06 22:55:24,878 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" +2020-05-06 22:55:24,878 INFO 75288 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" +2020-05-06 22:55:24,878 INFO 75288 [egg-watcher:agent] watcher start success +2020-05-06 22:55:24,889 INFO 75288 [egg:core] dump config after ready, 5ms +2020-05-06 23:36:26,588 INFO 76335 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"agent"} +2020-05-06 23:36:26,596 INFO 76335 [egg:core] dump config after load, 4ms +2020-05-06 23:36:26,771 INFO 76335 [egg-watcher] Start watching: ["/Users/jorky/code/TexasPokerGame/server/src/app","/Users/jorky/code/TexasPokerGame/server/src/lib","/Users/jorky/code/TexasPokerGame/server/src/service","/Users/jorky/code/TexasPokerGame/server/src/config","/Users/jorky/code/TexasPokerGame/server/src/app.ts","/Users/jorky/code/TexasPokerGame/server/src/agent.ts","/Users/jorky/code/TexasPokerGame/server/src/interface.ts"] +2020-05-06 23:36:26,771 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app" +2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/lib" +2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/service" +2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/config" +2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/app.ts" +2020-05-06 23:36:26,773 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/agent.ts" +2020-05-06 23:36:26,774 INFO 76335 [egg-watcher] Start watching: "/Users/jorky/code/TexasPokerGame/server/src/interface.ts" +2020-05-06 23:36:26,774 INFO 76335 [egg-watcher:agent] watcher start success +2020-05-06 23:36:26,844 INFO 76335 [egg:core] dump config after ready, 57ms diff --git a/server/logs/game-node-center/app.log b/server/logs/game-node-center/app.log index cfe8b8c..e69de29 100644 --- a/server/logs/game-node-center/app.log +++ b/server/logs/game-node-center/app.log @@ -1,38 +0,0 @@ -2020-04-30 00:24:57,558 ERROR 60633 [-/192.168.0.101/-/5ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:25:31,432 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:29:30,694 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:30:16,787 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:30:16,970 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:41:54,185 ERROR 60633 [-/192.168.0.101/-/4ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:42:28,928 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:43:02,652 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:54:28,718 ERROR 60633 [-/192.168.0.101/-/12ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 01:00:54,475 ERROR 60633 [-/192.168.0.103/-/62ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null -2020-04-30 01:02:44,104 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 01:03:02,178 ERROR 60633 [-/192.168.0.103/-/18ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null -2020-05-03 14:23:37,337 ERROR 66993 [-/127.0.0.1/-/0ms GET /] nodejs.PROTOCOL_SEQUENCE_TIMEOUTError: Handshake inactivity timeout - at Handshake. (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17) - at Handshake.emit (events.js:311:20) - at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8) - at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) - -------------------- - at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48) - at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23) - at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18) - at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16) - at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7 - at new Promise () - at Pool. (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10) - at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34) - at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8) - at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7 - sql: select now() as currentTime; -code: "PROTOCOL_SEQUENCE_TIMEOUT" -fatal: true -timeout: 10000 -name: "PROTOCOL_SEQUENCE_TIMEOUTError" -pid: 66993 -hostname: 192.168.0.103 - diff --git a/server/logs/game-node-center/app.log.2020-05-06 b/server/logs/game-node-center/app.log.2020-05-06 new file mode 100644 index 0000000..86e001e --- /dev/null +++ b/server/logs/game-node-center/app.log.2020-05-06 @@ -0,0 +1,140 @@ +2020-04-30 00:24:57,558 ERROR 60633 [-/192.168.0.101/-/5ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:25:31,432 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:29:30,694 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:30:16,787 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:30:16,970 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:41:54,185 ERROR 60633 [-/192.168.0.101/-/4ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:42:28,928 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:43:02,652 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:54:28,718 ERROR 60633 [-/192.168.0.101/-/12ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 01:00:54,475 ERROR 60633 [-/192.168.0.103/-/62ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null +2020-04-30 01:02:44,104 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 01:03:02,178 ERROR 60633 [-/192.168.0.103/-/18ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null +2020-05-03 14:23:37,337 ERROR 66993 [-/127.0.0.1/-/0ms GET /] nodejs.PROTOCOL_SEQUENCE_TIMEOUTError: Handshake inactivity timeout + at Handshake. (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17) + at Handshake.emit (events.js:311:20) + at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8) + at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) + -------------------- + at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48) + at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23) + at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18) + at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16) + at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7 + at new Promise () + at Pool. (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10) + at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34) + at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8) + at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7 + sql: select now() as currentTime; +code: "PROTOCOL_SEQUENCE_TIMEOUT" +fatal: true +timeout: 10000 +name: "PROTOCOL_SEQUENCE_TIMEOUTError" +pid: 66993 +hostname: 192.168.0.103 + +2020-05-06 21:43:08,733 INFO 73881 [-/undefined/-/10320ms POST /node/user/login] AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI1ODgsImV4cCI6MTU4ODc5NDE4OH0.s1SQcbf_zfT_zY8RGlwpVeui5MZQ7PveRoFMQ-K3ZuI +2020-05-06 21:43:08,737 INFO 73881 [-/undefined/-/10324ms POST /node/user/login] { + fetchStart: 1588772578430, + url: '/node/user/login', + requestBody: { userAccount: 'cai', password: '123' }, + message: 'POST /node/user/login info', + level: 'INFO', + status: 200, + fetchEnd: 1588772588737 +} +2020-05-06 21:43:18,171 ERROR 73881 [-/192.168.0.102/-/3ms POST /node/game/room] invalid token... UnauthorizedError: jwt malformed + at /Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:117:18 + at Object.module.exports [as verify] (/Users/jorky/code/TexasPokerGame/server/node_modules/jsonwebtoken/verify.js:63:12) + at decoded (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:115:11) + at new Promise () + at middleware (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:114:27) + at processTicksAndRejections (internal/process/task_queues.js:97:5) + at /Users/jorky/code/TexasPokerGame/server/node_modules/egg-development/app/middleware/egg_loader_trace.js:9:50 + at xframe (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xframe.js:7:5) + at xssProtection (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xssProtection.js:7:5) + at nosniff (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/nosniff.js:8:5) { + name: 'UnauthorizedError', + message: 'jwt malformed', + code: 'invalid_token', + status: 401, + inner: JsonWebTokenError: jwt malformed + at Object.module.exports [as verify] (/Users/jorky/code/TexasPokerGame/server/node_modules/jsonwebtoken/verify.js:63:17) + at decoded (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:115:11) + at new Promise () + at middleware (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:114:27) + at processTicksAndRejections (internal/process/task_queues.js:97:5) + at /Users/jorky/code/TexasPokerGame/server/node_modules/egg-development/app/middleware/egg_loader_trace.js:9:50 + at xframe (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xframe.js:7:5) + at xssProtection (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xssProtection.js:7:5) + at nosniff (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/nosniff.js:8:5) + at noopen (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/noopen.js:8:5) { + name: 'JsonWebTokenError', + message: 'jwt malformed' + }, + headers: { + 'Access-Control-Allow-Origin': 'http://192.168.0.102:8080', + 'Access-Control-Allow-Credentials': 'true', + vary: 'Origin' + } +} +2020-05-06 21:43:32,172 INFO 73881 [-/192.168.0.102/-/185ms POST /node/user/login] AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ +2020-05-06 21:43:32,173 INFO 73881 [-/192.168.0.102/-/186ms POST /node/user/login] { + fetchStart: 1588772611988, + url: '/node/user/login', + requestBody: { userAccount: 'cai', password: '123' }, + message: 'POST /node/user/login info', + level: 'INFO', + status: 200, + fetchEnd: 1588772612173 +} +2020-05-06 21:43:33,587 INFO 73881 [-/192.168.0.102/-/108ms POST /node/game/room] { + fetchStart: 1588772613481, + url: '/node/game/room', + requestBody: {}, + message: 'POST /node/game/room info', + level: 'INFO', + status: 200, + fetchEnd: 1588772613587 +} +2020-05-06 21:43:54,260 INFO 73881 [-/192.168.0.102/-/183ms POST /node/user/login] AccountService getToken token--eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U +2020-05-06 21:43:54,260 INFO 73881 [-/192.168.0.102/-/183ms POST /node/user/login] { + fetchStart: 1588772634079, + url: '/node/user/login', + requestBody: { userAccount: 'cai11', password: '123' }, + message: 'POST /node/user/login info', + level: 'INFO', + status: 200, + fetchEnd: 1588772634260 +} +2020-05-06 22:47:34,532 ERROR 75013 [-/192.168.0.102/-/9ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 22:47:38,593 ERROR 75013 [-/192.168.0.102/-/10ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 22:48:35,702 ERROR 75013 [-/192.168.0.102/-/2ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 22:48:43,097 INFO 75013 [-/192.168.0.102/-/104ms POST /node/game/room] { + fetchStart: 1588776522998, + url: '/node/game/room', + requestBody: {}, + message: 'POST /node/game/room info', + level: 'INFO', + status: 200, + fetchEnd: 1588776523096 +} +2020-05-06 22:48:51,963 ERROR 75013 [-/192.168.0.102/-/3ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:48:43,535 ERROR 76336 [-/192.168.0.102/-/13ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:48:47,693 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:48:56,658 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:49:01,586 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 23:49:46,186 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 23:49:56,161 ERROR 76336 [-/192.168.0.102/-/2ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:50:01,237 ERROR 76336 [-/192.168.0.102/-/5ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:50:01,965 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 23:50:56,113 ERROR 76336 [-/192.168.0.102/-/6ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:51:15,013 ERROR 76336 [-/192.168.0.102/-/7ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:51:54,877 ERROR 76336 [-/192.168.0.102/-/2ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:54:29,374 ERROR 76336 [-/192.168.0.102/-/3ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 23:54:30,684 ERROR 76336 [-/192.168.0.102/-/7ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:55:56,246 ERROR 76336 [-/192.168.0.102/-/3ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:56:00,227 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null diff --git a/server/logs/game-node-center/core.log b/server/logs/game-node-center/core.log index 71d833e..9b70dac 100644 --- a/server/logs/game-node-center/core.log +++ b/server/logs/game-node-center/core.log @@ -1,83 +1 @@ -2020-04-30 00:00:01,070 INFO 60633 [egg-logrotator] app logger reload: got log-reload message -2020-04-30 01:35:35,310 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again -2020-04-30 02:13:38,293 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again -2020-04-30 02:51:15,066 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again -2020-04-30 04:05:22,137 WARN 60633 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-04-30 04:05:22,137 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again -2020-04-30 05:53:34,094 WARN 60633 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-04-30 05:53:34,095 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again -2020-04-30 07:41:45,992 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again -2020-04-30 08:17:43,444 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-03 14:23:27,009 INFO 66993 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} -2020-05-03 14:23:27,032 INFO 66993 [egg-multipart] stream mode enable -2020-05-03 14:23:27,091 INFO 66993 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 -2020-05-03 14:23:27,110 INFO 66993 [egg-mysql] connecting root@47.104.172.100:3306/poker -2020-05-03 14:23:27,292 INFO 66993 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public -2020-05-03 14:23:27,294 INFO 66993 [egg-security] use noopen middleware -2020-05-03 14:23:27,295 INFO 66993 [egg-security] use nosniff middleware -2020-05-03 14:23:27,296 INFO 66993 [egg-security] use xssProtection middleware -2020-05-03 14:23:27,297 INFO 66993 [egg-security] use xframe middleware -2020-05-03 14:23:27,298 INFO 66993 [egg-security] use dta middleware -2020-05-03 14:23:27,298 INFO 66993 [egg-security] compose 5 middlewares into one security middleware -2020-05-03 14:23:27,309 INFO 66993 [egg:core] dump config after load, 7ms -2020-05-03 14:23:27,326 INFO 66993 [egg-redis] client connect success -2020-05-03 14:23:27,331 INFO 66993 [egg-redis] instance[0] status OK, client ready -2020-05-03 14:23:27,334 INFO 66993 [egg-watcher:application] watcher start success -2020-05-03 14:23:37,363 INFO 66993 [egg:core] dump config after ready, 10ms -2020-05-03 14:23:49,405 INFO 67021 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} -2020-05-03 14:23:49,431 INFO 67021 [egg-multipart] stream mode enable -2020-05-03 14:23:49,487 INFO 67021 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 -2020-05-03 14:23:49,505 INFO 67021 [egg-mysql] connecting root@47.104.172.100:3306/poker -2020-05-03 14:23:49,659 INFO 67021 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public -2020-05-03 14:23:49,661 INFO 67021 [egg-security] use noopen middleware -2020-05-03 14:23:49,662 INFO 67021 [egg-security] use nosniff middleware -2020-05-03 14:23:49,663 INFO 67021 [egg-security] use xssProtection middleware -2020-05-03 14:23:49,663 INFO 67021 [egg-security] use xframe middleware -2020-05-03 14:23:49,664 INFO 67021 [egg-security] use dta middleware -2020-05-03 14:23:49,664 INFO 67021 [egg-security] compose 5 middlewares into one security middleware -2020-05-03 14:23:49,672 INFO 67021 [egg:core] dump config after load, 5ms -2020-05-03 14:23:49,684 INFO 67021 [egg-redis] client connect success -2020-05-03 14:23:49,689 INFO 67021 [egg-redis] instance[0] status OK, client ready -2020-05-03 14:23:49,691 INFO 67021 [egg-watcher:application] watcher start success -2020-05-03 14:23:49,878 INFO 67021 [egg-mysql] instance[0] status OK, rds currentTime: Sun May 03 2020 14:23:49 GMT+0800 (China Standard Time) -2020-05-03 14:23:49,908 INFO 67021 [egg:core] dump config after ready, 6ms -2020-05-03 16:03:23,760 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-03 17:51:27,295 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-03 19:39:30,717 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-03 22:21:24,118 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-03 23:30:13,547 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-03 23:35:20,836 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-03 23:35:20,840 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-03 23:37:13,717 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-03 23:37:13,721 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-03 23:39:05,670 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 01:42:48,674 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 01:42:48,678 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 02:39:06,675 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 09:15:59,893 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 09:15:59,909 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 09:32:13,188 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 10:01:02,011 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 10:01:02,012 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 10:19:54,007 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 10:19:54,007 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 11:50:51,317 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 11:58:06,373 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 13:45:20,062 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 13:45:20,063 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 15:12:50,559 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 15:12:50,568 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 18:25:39,404 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 20:13:43,650 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 20:13:43,666 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 22:01:49,766 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 22:01:49,768 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-04 23:49:55,732 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-04 23:49:55,742 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-05 01:38:01,610 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-05 01:38:01,610 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-05 02:54:21,642 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-05 02:54:21,643 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-05 03:26:32,680 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer -2020-05-05 03:26:32,680 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again -2020-05-06 08:25:50,279 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-07 00:00:01,115 INFO 76336 [egg-logrotator] app logger reload: got log-reload message diff --git a/server/logs/game-node-center/core.log.2020-05-06 b/server/logs/game-node-center/core.log.2020-05-06 new file mode 100644 index 0000000..8189ba2 --- /dev/null +++ b/server/logs/game-node-center/core.log.2020-05-06 @@ -0,0 +1,183 @@ +2020-04-30 00:00:01,070 INFO 60633 [egg-logrotator] app logger reload: got log-reload message +2020-04-30 01:35:35,310 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again +2020-04-30 02:13:38,293 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again +2020-04-30 02:51:15,066 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again +2020-04-30 04:05:22,137 WARN 60633 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-04-30 04:05:22,137 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again +2020-04-30 05:53:34,094 WARN 60633 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-04-30 05:53:34,095 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again +2020-04-30 07:41:45,992 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again +2020-04-30 08:17:43,444 WARN 60633 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-03 14:23:27,009 INFO 66993 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} +2020-05-03 14:23:27,032 INFO 66993 [egg-multipart] stream mode enable +2020-05-03 14:23:27,091 INFO 66993 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 +2020-05-03 14:23:27,110 INFO 66993 [egg-mysql] connecting root@47.104.172.100:3306/poker +2020-05-03 14:23:27,292 INFO 66993 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public +2020-05-03 14:23:27,294 INFO 66993 [egg-security] use noopen middleware +2020-05-03 14:23:27,295 INFO 66993 [egg-security] use nosniff middleware +2020-05-03 14:23:27,296 INFO 66993 [egg-security] use xssProtection middleware +2020-05-03 14:23:27,297 INFO 66993 [egg-security] use xframe middleware +2020-05-03 14:23:27,298 INFO 66993 [egg-security] use dta middleware +2020-05-03 14:23:27,298 INFO 66993 [egg-security] compose 5 middlewares into one security middleware +2020-05-03 14:23:27,309 INFO 66993 [egg:core] dump config after load, 7ms +2020-05-03 14:23:27,326 INFO 66993 [egg-redis] client connect success +2020-05-03 14:23:27,331 INFO 66993 [egg-redis] instance[0] status OK, client ready +2020-05-03 14:23:27,334 INFO 66993 [egg-watcher:application] watcher start success +2020-05-03 14:23:37,363 INFO 66993 [egg:core] dump config after ready, 10ms +2020-05-03 14:23:49,405 INFO 67021 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} +2020-05-03 14:23:49,431 INFO 67021 [egg-multipart] stream mode enable +2020-05-03 14:23:49,487 INFO 67021 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 +2020-05-03 14:23:49,505 INFO 67021 [egg-mysql] connecting root@47.104.172.100:3306/poker +2020-05-03 14:23:49,659 INFO 67021 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public +2020-05-03 14:23:49,661 INFO 67021 [egg-security] use noopen middleware +2020-05-03 14:23:49,662 INFO 67021 [egg-security] use nosniff middleware +2020-05-03 14:23:49,663 INFO 67021 [egg-security] use xssProtection middleware +2020-05-03 14:23:49,663 INFO 67021 [egg-security] use xframe middleware +2020-05-03 14:23:49,664 INFO 67021 [egg-security] use dta middleware +2020-05-03 14:23:49,664 INFO 67021 [egg-security] compose 5 middlewares into one security middleware +2020-05-03 14:23:49,672 INFO 67021 [egg:core] dump config after load, 5ms +2020-05-03 14:23:49,684 INFO 67021 [egg-redis] client connect success +2020-05-03 14:23:49,689 INFO 67021 [egg-redis] instance[0] status OK, client ready +2020-05-03 14:23:49,691 INFO 67021 [egg-watcher:application] watcher start success +2020-05-03 14:23:49,878 INFO 67021 [egg-mysql] instance[0] status OK, rds currentTime: Sun May 03 2020 14:23:49 GMT+0800 (China Standard Time) +2020-05-03 14:23:49,908 INFO 67021 [egg:core] dump config after ready, 6ms +2020-05-03 16:03:23,760 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-03 17:51:27,295 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-03 19:39:30,717 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-03 22:21:24,118 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-03 23:30:13,547 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-03 23:35:20,836 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-03 23:35:20,840 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-03 23:37:13,717 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-03 23:37:13,721 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-03 23:39:05,670 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 01:42:48,674 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 01:42:48,678 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 02:39:06,675 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 09:15:59,893 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 09:15:59,909 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 09:32:13,188 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 10:01:02,011 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 10:01:02,012 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 10:19:54,007 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 10:19:54,007 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 11:50:51,317 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 11:58:06,373 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 13:45:20,062 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 13:45:20,063 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 15:12:50,559 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 15:12:50,568 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 18:25:39,404 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 20:13:43,650 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 20:13:43,666 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 22:01:49,766 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 22:01:49,768 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-04 23:49:55,732 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-04 23:49:55,742 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-05 01:38:01,610 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-05 01:38:01,610 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-05 02:54:21,642 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-05 02:54:21,643 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-05 03:26:32,680 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-05 03:26:32,680 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 08:25:50,279 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 09:03:19,760 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 09:39:05,150 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 11:31:42,369 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 13:19:52,158 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 15:08:03,032 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 16:56:16,492 WARN 67021 [TCPBase] socket is closed by other side while there were still unhandled data in the socket buffer +2020-05-06 16:56:16,493 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 18:44:24,819 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 20:32:17,205 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 21:01:52,858 WARN 67021 [ClusterClient:Watcher] follower closed, and try to init it again +2020-05-06 21:37:46,809 INFO 73881 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} +2020-05-06 21:37:46,856 INFO 73881 [egg-multipart] stream mode enable +2020-05-06 21:37:46,914 INFO 73881 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 +2020-05-06 21:37:46,931 INFO 73881 [egg-mysql] connecting root@47.104.172.100:3306/poker +2020-05-06 21:37:47,097 INFO 73881 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public +2020-05-06 21:37:47,099 INFO 73881 [egg-security] use noopen middleware +2020-05-06 21:37:47,100 INFO 73881 [egg-security] use nosniff middleware +2020-05-06 21:37:47,100 INFO 73881 [egg-security] use xssProtection middleware +2020-05-06 21:37:47,101 INFO 73881 [egg-security] use xframe middleware +2020-05-06 21:37:47,102 INFO 73881 [egg-security] use dta middleware +2020-05-06 21:37:47,102 INFO 73881 [egg-security] compose 5 middlewares into one security middleware +2020-05-06 21:37:47,111 INFO 73881 [egg:core] dump config after load, 5ms +2020-05-06 21:37:47,125 INFO 73881 [egg-redis] client connect success +2020-05-06 21:37:47,131 INFO 73881 [egg-redis] instance[0] status OK, client ready +2020-05-06 21:37:47,133 INFO 73881 [egg-watcher:application] watcher start success +2020-05-06 21:37:47,329 INFO 73881 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 21:37:47 GMT+0800 (China Standard Time) +2020-05-06 21:37:47,357 INFO 73881 [egg:core] dump config after ready, 5ms +2020-05-06 21:49:18,305 ERROR 73881 incorrect action: check +2020-05-06 22:47:33,316 INFO 75013 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} +2020-05-06 22:47:33,339 INFO 75013 [egg-multipart] stream mode enable +2020-05-06 22:47:33,377 INFO 75013 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 +2020-05-06 22:47:33,394 INFO 75013 [egg-mysql] connecting root@47.104.172.100:3306/poker +2020-05-06 22:47:33,523 INFO 75013 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public +2020-05-06 22:47:33,525 INFO 75013 [egg-security] use noopen middleware +2020-05-06 22:47:33,525 INFO 75013 [egg-security] use nosniff middleware +2020-05-06 22:47:33,526 INFO 75013 [egg-security] use xssProtection middleware +2020-05-06 22:47:33,527 INFO 75013 [egg-security] use xframe middleware +2020-05-06 22:47:33,528 INFO 75013 [egg-security] use dta middleware +2020-05-06 22:47:33,528 INFO 75013 [egg-security] compose 5 middlewares into one security middleware +2020-05-06 22:47:33,536 INFO 75013 [egg:core] dump config after load, 6ms +2020-05-06 22:47:33,548 INFO 75013 [egg-redis] client connect success +2020-05-06 22:47:33,553 INFO 75013 [egg-redis] instance[0] status OK, client ready +2020-05-06 22:47:33,555 INFO 75013 [egg-watcher:application] watcher start success +2020-05-06 22:47:33,730 INFO 75013 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 22:47:33 GMT+0800 (China Standard Time) +2020-05-06 22:47:33,754 INFO 75013 [egg:core] dump config after ready, 6ms +2020-05-06 22:53:12,185 INFO 75201 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} +2020-05-06 22:53:12,224 INFO 75201 [egg-multipart] stream mode enable +2020-05-06 22:53:12,308 INFO 75201 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 +2020-05-06 22:53:12,342 INFO 75201 [egg-mysql] connecting root@47.104.172.100:3306/poker +2020-05-06 22:53:12,567 INFO 75201 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public +2020-05-06 22:53:12,569 INFO 75201 [egg-security] use noopen middleware +2020-05-06 22:53:12,569 INFO 75201 [egg-security] use nosniff middleware +2020-05-06 22:53:12,570 INFO 75201 [egg-security] use xssProtection middleware +2020-05-06 22:53:12,571 INFO 75201 [egg-security] use xframe middleware +2020-05-06 22:53:12,571 INFO 75201 [egg-security] use dta middleware +2020-05-06 22:53:12,571 INFO 75201 [egg-security] compose 5 middlewares into one security middleware +2020-05-06 22:53:12,581 INFO 75201 [egg:core] dump config after load, 7ms +2020-05-06 22:53:12,603 INFO 75201 [egg-redis] client connect success +2020-05-06 22:53:12,613 INFO 75201 [egg-redis] instance[0] status OK, client ready +2020-05-06 22:53:12,615 INFO 75201 [egg-watcher:application] watcher start success +2020-05-06 22:53:12,767 INFO 75201 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 22:53:12 GMT+0800 (China Standard Time) +2020-05-06 22:53:12,793 INFO 75201 [egg:core] dump config after ready, 6ms +2020-05-06 22:55:25,868 INFO 75289 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} +2020-05-06 22:55:25,891 INFO 75289 [egg-multipart] stream mode enable +2020-05-06 22:55:25,939 INFO 75289 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 +2020-05-06 22:55:25,961 INFO 75289 [egg-mysql] connecting root@47.104.172.100:3306/poker +2020-05-06 22:55:26,106 INFO 75289 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public +2020-05-06 22:55:26,108 INFO 75289 [egg-security] use noopen middleware +2020-05-06 22:55:26,108 INFO 75289 [egg-security] use nosniff middleware +2020-05-06 22:55:26,109 INFO 75289 [egg-security] use xssProtection middleware +2020-05-06 22:55:26,110 INFO 75289 [egg-security] use xframe middleware +2020-05-06 22:55:26,111 INFO 75289 [egg-security] use dta middleware +2020-05-06 22:55:26,111 INFO 75289 [egg-security] compose 5 middlewares into one security middleware +2020-05-06 22:55:26,119 INFO 75289 [egg:core] dump config after load, 6ms +2020-05-06 22:55:26,131 INFO 75289 [egg-redis] client connect success +2020-05-06 22:55:26,136 INFO 75289 [egg-redis] instance[0] status OK, client ready +2020-05-06 22:55:26,138 INFO 75289 [egg-watcher:application] watcher start success +2020-05-06 22:55:26,315 INFO 75289 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 22:55:26 GMT+0800 (China Standard Time) +2020-05-06 22:55:26,337 INFO 75289 [egg:core] dump config after ready, 6ms +2020-05-06 23:08:33,605 ERROR 75289 incorrect action: check +2020-05-06 23:36:28,433 INFO 76336 [egg:logger] init all loggers with options: {"dir":"/Users/jorky/code/TexasPokerGame/server/logs/game-node-center","encoding":"utf8","env":"local","level":"INFO","consoleLevel":"INFO","disableConsoleAfterReady":false,"outputJSON":false,"buffer":true,"appLogName":"app.log","coreLogName":"core.log","agentLogName":"agent.log","errorLogName":"error.log","coreLogger":{"consoleLevel":"WARN"},"allowDebugAtProd":false,"type":"application"} +2020-05-06 23:36:28,462 INFO 76336 [egg-multipart] stream mode enable +2020-05-06 23:36:28,507 INFO 76336 [egg-redis] server connecting redis://:***@127.0.0.1:6379/0 +2020-05-06 23:36:28,527 INFO 76336 [egg-mysql] connecting root@47.104.172.100:3306/poker +2020-05-06 23:36:28,674 INFO 76336 [egg-static] starting static serve /public/ -> /Users/jorky/code/TexasPokerGame/server/src/app/public +2020-05-06 23:36:28,676 INFO 76336 [egg-security] use noopen middleware +2020-05-06 23:36:28,677 INFO 76336 [egg-security] use nosniff middleware +2020-05-06 23:36:28,677 INFO 76336 [egg-security] use xssProtection middleware +2020-05-06 23:36:28,678 INFO 76336 [egg-security] use xframe middleware +2020-05-06 23:36:28,679 INFO 76336 [egg-security] use dta middleware +2020-05-06 23:36:28,679 INFO 76336 [egg-security] compose 5 middlewares into one security middleware +2020-05-06 23:36:28,687 INFO 76336 [egg:core] dump config after load, 5ms +2020-05-06 23:36:28,700 INFO 76336 [egg-redis] client connect success +2020-05-06 23:36:28,705 INFO 76336 [egg-redis] instance[0] status OK, client ready +2020-05-06 23:36:28,707 INFO 76336 [egg-watcher:application] watcher start success +2020-05-06 23:36:28,874 INFO 76336 [egg-mysql] instance[0] status OK, rds currentTime: Wed May 06 2020 23:36:28 GMT+0800 (China Standard Time) +2020-05-06 23:36:28,958 INFO 76336 [egg:core] dump config after ready, 11ms +2020-05-07 00:00:00,112 INFO 76336 [egg-logrotator] clean all log before 31 days +2020-05-07 00:00:01,113 INFO 76336 [egg-logrotator] broadcast log-reload +2020-05-07 00:00:01,113 INFO 76336 [egg-logrotator] rotate files success by DayRotator, files ["/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/error.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/error.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/app.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/app.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/ELKLog/info.log -> /Users/jorky/code/TexasPokerGame/server/logs/ELKLog/info.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/ELKLog/error.log -> /Users/jorky/code/TexasPokerGame/server/logs/ELKLog/error.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/core.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/core.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/egg-schedule.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/egg-schedule.log.2020-05-06","/Users/jorky/code/TexasPokerGame/server/logs/game-node-center/agent.log -> /Users/jorky/code/TexasPokerGame/server/logs/game-node-center/agent.log.2020-05-06"] diff --git a/server/logs/game-node-center/egg-schedule.log b/server/logs/game-node-center/egg-schedule.log index dffe568..e69de29 100644 --- a/server/logs/game-node-center/egg-schedule.log +++ b/server/logs/game-node-center/egg-schedule.log @@ -1,9 +0,0 @@ -2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js -2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js -2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js -2020-05-03 14:23:49,915 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 50770088ms at 2020-05-04 04:30:00.003 -2020-05-03 14:23:49,916 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 34570085ms at 2020-05-04 00:00:00.001 -2020-05-03 14:23:49,916 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 34571084ms at 2020-05-04 00:00:01.000 -2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js -2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js -2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js diff --git a/server/logs/game-node-center/egg-schedule.log.2020-05-06 b/server/logs/game-node-center/egg-schedule.log.2020-05-06 new file mode 100644 index 0000000..1c45cf0 --- /dev/null +++ b/server/logs/game-node-center/egg-schedule.log.2020-05-06 @@ -0,0 +1,45 @@ +2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js +2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js +2020-05-03 14:23:27,032 INFO 66993 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js +2020-05-03 14:23:49,915 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 50770088ms at 2020-05-04 04:30:00.003 +2020-05-03 14:23:49,916 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 34570085ms at 2020-05-04 00:00:00.001 +2020-05-03 14:23:49,916 INFO 67020 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 34571084ms at 2020-05-04 00:00:01.000 +2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js +2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js +2020-05-03 14:23:49,431 INFO 67021 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js +2020-05-06 21:37:46,855 INFO 73881 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js +2020-05-06 21:37:46,855 INFO 73881 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js +2020-05-06 21:37:46,855 INFO 73881 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js +2020-05-06 21:37:47,363 INFO 73880 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 24732639ms at 2020-05-07 04:30:00.002 +2020-05-06 21:37:47,363 INFO 73880 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 8532637ms at 2020-05-07 00:00:00.000 +2020-05-06 21:37:47,363 INFO 73880 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 8533637ms at 2020-05-07 00:00:01.000 +2020-05-06 22:47:33,760 INFO 75010 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 20546242ms at 2020-05-07 04:30:00.002 +2020-05-06 22:47:33,760 INFO 75010 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 4346240ms at 2020-05-07 00:00:00.000 +2020-05-06 22:47:33,760 INFO 75010 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 4347240ms at 2020-05-07 00:00:01.000 +2020-05-06 22:47:33,338 INFO 75013 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js +2020-05-06 22:47:33,338 INFO 75013 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js +2020-05-06 22:47:33,338 INFO 75013 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js +2020-05-06 22:53:12,799 INFO 75200 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 20207203ms at 2020-05-07 04:30:00.002 +2020-05-06 22:53:12,799 INFO 75200 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 4007201ms at 2020-05-07 00:00:00.000 +2020-05-06 22:53:12,800 INFO 75200 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 4008201ms at 2020-05-07 00:00:01.001 +2020-05-06 22:53:12,224 INFO 75201 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js +2020-05-06 22:53:12,224 INFO 75201 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js +2020-05-06 22:53:12,224 INFO 75201 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js +2020-05-06 22:55:26,351 INFO 75288 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 20073651ms at 2020-05-07 04:30:00.002 +2020-05-06 22:55:26,351 INFO 75288 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 3873649ms at 2020-05-07 00:00:00.000 +2020-05-06 22:55:26,351 INFO 75288 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 3874649ms at 2020-05-07 00:00:01.000 +2020-05-06 22:55:25,890 INFO 75289 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js +2020-05-06 22:55:25,890 INFO 75289 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js +2020-05-06 22:55:25,890 INFO 75289 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js +2020-05-06 23:36:28,462 INFO 76336 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js +2020-05-06 23:36:28,462 INFO 76336 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js +2020-05-06 23:36:28,462 INFO 76336 [egg-schedule]: register schedule /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js +2020-05-06 23:36:28,964 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-multipart/app/schedule/clean_tmpdir.js next time will execute after 17611039ms at 2020-05-07 04:30:00.003 +2020-05-06 23:36:28,964 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 1411036ms at 2020-05-07 00:00:00.000 +2020-05-06 23:36:28,964 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 1412036ms at 2020-05-07 00:00:01.000 +2020-05-07 00:00:00,106 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js next time will execute after 86399898ms at 2020-05-08 00:00:00.003 +2020-05-07 00:00:00,104 INFO 76336 [Job#15887808001003710813401065321] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js executing by app +2020-05-07 00:00:00,112 INFO 76336 [Job#15887808001003710813401065321] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/clean_log.js execute succeed, used 7ms +2020-05-07 00:00:01,105 INFO 76336 [Job#15887808011043710823433352241] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js executing by app +2020-05-07 00:00:01,113 INFO 76336 [Job#15887808011043710823433352241] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js execute succeed, used 8ms +2020-05-07 00:00:01,109 INFO 76335 [Timer] /Users/jorky/code/TexasPokerGame/server/node_modules/egg-logrotator/app/schedule/rotate_by_file.js next time will execute after 86399896ms at 2020-05-08 00:00:01.005 diff --git a/server/logs/game-node-center/error.log b/server/logs/game-node-center/error.log index 7a0d649..e69de29 100644 --- a/server/logs/game-node-center/error.log +++ b/server/logs/game-node-center/error.log @@ -1,302 +0,0 @@ -2020-04-30 00:24:57,558 ERROR 60633 [-/192.168.0.101/-/5ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:25:31,431 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:29:30,694 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:30:16,787 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:30:16,970 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:41:54,185 ERROR 60633 [-/192.168.0.101/-/4ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:42:28,928 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:43:02,652 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 00:54:28,717 ERROR 60633 [-/192.168.0.101/-/12ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 01:00:54,475 ERROR 60633 [-/192.168.0.103/-/62ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null -2020-04-30 01:02:44,104 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null -2020-04-30 01:03:02,178 ERROR 60633 [-/192.168.0.103/-/18ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null -2020-04-30 01:35:35,358 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1854709ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 02:13:38,297 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2242910ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 02:51:15,067 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1956662ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 04:05:22,137 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 4406960ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 05:53:34,096 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 07:41:45,992 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451867ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-04-30 08:17:43,444 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2137434ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 60632 -hostname: 192.168.0.101 - -2020-05-03 14:23:37,336 ERROR 66993 [-/127.0.0.1/-/0ms GET /] nodejs.PROTOCOL_SEQUENCE_TIMEOUTError: Handshake inactivity timeout - at Handshake. (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17) - at Handshake.emit (events.js:311:20) - at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8) - at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) - -------------------- - at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48) - at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23) - at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18) - at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16) - at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7 - at new Promise () - at Pool. (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10) - at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34) - at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8) - at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7 - sql: select now() as currentTime; -code: "PROTOCOL_SEQUENCE_TIMEOUT" -fatal: true -timeout: 10000 -name: "PROTOCOL_SEQUENCE_TIMEOUTError" -pid: 66993 -hostname: 192.168.0.103 - -2020-05-03 16:03:23,831 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5113874ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 17:51:27,296 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483435ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 19:39:30,738 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483387ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 22:21:24,118 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 9713320ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 23:30:13,548 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4129426ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 23:35:20,795 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 306937ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 23:37:13,755 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 92134ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-03 23:39:05,676 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 90455ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 01:42:48,683 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 7218354ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 02:39:06,677 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3377890ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 09:15:59,902 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 23813180ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 09:32:13,189 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 611375ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 10:01:02,017 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1287981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 10:19:54,009 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 892125ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 11:50:51,311 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3316402ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 11:58:06,374 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 94949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 13:45:20,062 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5713446ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 15:12:50,566 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5250467ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 18:25:39,406 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 10808539ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 20:13:43,838 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6484153ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 22:01:49,616 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485742ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-04 23:49:55,744 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485561ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-05 01:38:01,620 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485833ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-05 02:54:21,630 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4579717ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-05 03:26:32,624 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1909340ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - -2020-05-06 08:25:50,279 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 104297559ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. - at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) - at listOnTimeout (internal/timers.js:549:17) - at processTimers (internal/timers.js:492:7) -name: "ClusterClientNoResponseError" -pid: 67020 -hostname: 192.168.0.103 - diff --git a/server/logs/game-node-center/error.log.2020-05-06 b/server/logs/game-node-center/error.log.2020-05-06 new file mode 100644 index 0000000..bd78c48 --- /dev/null +++ b/server/logs/game-node-center/error.log.2020-05-06 @@ -0,0 +1,430 @@ +2020-04-30 00:24:57,558 ERROR 60633 [-/192.168.0.101/-/5ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:25:31,431 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:29:30,694 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:30:16,787 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:30:16,970 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:41:54,185 ERROR 60633 [-/192.168.0.101/-/4ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:42:28,928 ERROR 60633 [-/192.168.0.101/-/2ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:43:02,652 ERROR 60633 [-/192.168.0.101/-/3ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 00:54:28,717 ERROR 60633 [-/192.168.0.101/-/12ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 01:00:54,475 ERROR 60633 [-/192.168.0.103/-/62ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null +2020-04-30 01:02:44,104 ERROR 60633 [-/192.168.0.101/-/1ms GET /socket.io/?room=628754&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODgxNjk1MTYsImV4cCI6MTU4ODE5MTExNn0.V79TJ82uJ3ZQMk5prn5VXiBLkDjYyWFznatFHtxx4b0&EIO=3&transport=websocket] room service tick null +2020-04-30 01:03:02,178 ERROR 60633 [-/192.168.0.103/-/18ms GET /socket.io/?room=628754&token=undefined&EIO=3&transport=websocket] room service tick null +2020-04-30 01:35:35,358 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1854709ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 02:13:38,297 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2242910ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 02:51:15,067 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 1956662ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 04:05:22,137 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 4406960ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 05:53:34,096 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 07:41:45,992 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 6451867ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-04-30 08:17:43,444 ERROR 60632 nodejs.ClusterClientNoResponseError: client no response in 2137434ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 60632 +hostname: 192.168.0.101 + +2020-05-03 14:23:37,336 ERROR 66993 [-/127.0.0.1/-/0ms GET /] nodejs.PROTOCOL_SEQUENCE_TIMEOUTError: Handshake inactivity timeout + at Handshake. (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:160:17) + at Handshake.emit (events.js:311:20) + at Handshake._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/sequences/Sequence.js:124:8) + at Timer._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Timer.js:32:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) + -------------------- + at Protocol._enqueue (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:144:48) + at Protocol.handshake (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/protocol/Protocol.js:51:23) + at PoolConnection.connect (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Connection.js:116:18) + at Pool.getConnection (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:48:16) + at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7 + at new Promise () + at Pool. (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:12:10) + at Pool.ret [as getConnection] (/Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:56:34) + at Pool.query (/Users/jorky/code/TexasPokerGame/server/node_modules/mysql/lib/Pool.js:202:8) + at /Users/jorky/code/TexasPokerGame/server/node_modules/ali-rds/node_modules/pify/index.js:29:7 + sql: select now() as currentTime; +code: "PROTOCOL_SEQUENCE_TIMEOUT" +fatal: true +timeout: 10000 +name: "PROTOCOL_SEQUENCE_TIMEOUTError" +pid: 66993 +hostname: 192.168.0.103 + +2020-05-03 16:03:23,831 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5113874ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 17:51:27,296 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483435ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 19:39:30,738 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6483387ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 22:21:24,118 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 9713320ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 23:30:13,548 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4129426ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 23:35:20,795 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 306937ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 23:37:13,755 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 92134ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-03 23:39:05,676 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 90455ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 01:42:48,683 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 7218354ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 02:39:06,677 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3377890ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 09:15:59,902 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 23813180ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 09:32:13,189 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 611375ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 10:01:02,017 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1287981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 10:19:54,009 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 892125ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 11:50:51,311 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3316402ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 11:58:06,374 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 94949ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 13:45:20,062 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5713446ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 15:12:50,566 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 5250467ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 18:25:39,406 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 10808539ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 20:13:43,838 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6484153ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 22:01:49,616 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485742ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-04 23:49:55,744 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485561ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-05 01:38:01,620 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6485833ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-05 02:54:21,630 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 4579717ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-05 03:26:32,624 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1909340ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 08:25:50,279 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 104297559ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 09:03:19,761 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1962518ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 09:39:05,157 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1965351ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 11:31:42,369 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 3956326ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 13:19:52,159 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6449781ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 15:08:03,032 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6370855ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 16:56:16,492 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6433452ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 18:44:24,822 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6448307ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 20:32:17,205 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 6452369ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 21:01:52,858 ERROR 67020 nodejs.ClusterClientNoResponseError: client no response in 1734981ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. + at Timeout._onTimeout (/Users/jorky/code/TexasPokerGame/server/node_modules/cluster-client/lib/leader.js:77:23) + at listOnTimeout (internal/timers.js:549:17) + at processTimers (internal/timers.js:492:7) +name: "ClusterClientNoResponseError" +pid: 67020 +hostname: 192.168.0.103 + +2020-05-06 21:43:18,156 ERROR 73881 [-/192.168.0.102/-/3ms POST /node/game/room] invalid token... UnauthorizedError: jwt malformed + at /Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:117:18 + at Object.module.exports [as verify] (/Users/jorky/code/TexasPokerGame/server/node_modules/jsonwebtoken/verify.js:63:12) + at decoded (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:115:11) + at new Promise () + at middleware (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:114:27) + at processTicksAndRejections (internal/process/task_queues.js:97:5) + at /Users/jorky/code/TexasPokerGame/server/node_modules/egg-development/app/middleware/egg_loader_trace.js:9:50 + at xframe (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xframe.js:7:5) + at xssProtection (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xssProtection.js:7:5) + at nosniff (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/nosniff.js:8:5) { + name: 'UnauthorizedError', + message: 'jwt malformed', + code: 'invalid_token', + status: 401, + inner: JsonWebTokenError: jwt malformed + at Object.module.exports [as verify] (/Users/jorky/code/TexasPokerGame/server/node_modules/jsonwebtoken/verify.js:63:17) + at decoded (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:115:11) + at new Promise () + at middleware (/Users/jorky/code/TexasPokerGame/server/node_modules/koa-jwt2/lib/index.js:114:27) + at processTicksAndRejections (internal/process/task_queues.js:97:5) + at /Users/jorky/code/TexasPokerGame/server/node_modules/egg-development/app/middleware/egg_loader_trace.js:9:50 + at xframe (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xframe.js:7:5) + at xssProtection (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/xssProtection.js:7:5) + at nosniff (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/nosniff.js:8:5) + at noopen (/Users/jorky/code/TexasPokerGame/server/node_modules/egg-security/lib/middlewares/noopen.js:8:5) { + name: 'JsonWebTokenError', + message: 'jwt malformed' + }, + headers: { + 'Access-Control-Allow-Origin': 'http://192.168.0.102:8080', + 'Access-Control-Allow-Credentials': 'true', + vary: 'Origin' + } +} +2020-05-06 21:49:18,303 ERROR 73881 incorrect action: check +2020-05-06 22:47:34,531 ERROR 75013 [-/192.168.0.102/-/9ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 22:47:38,593 ERROR 75013 [-/192.168.0.102/-/10ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 22:48:35,702 ERROR 75013 [-/192.168.0.102/-/2ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 22:48:51,963 ERROR 75013 [-/192.168.0.102/-/3ms GET /socket.io/?room=645930&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:08:33,603 ERROR 75289 incorrect action: check +2020-05-06 23:48:43,535 ERROR 76336 [-/192.168.0.102/-/13ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:48:47,693 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:48:56,657 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:49:01,586 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 23:49:46,186 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 23:49:56,161 ERROR 76336 [-/192.168.0.102/-/2ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:50:01,237 ERROR 76336 [-/192.168.0.102/-/5ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:50:01,965 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 23:50:56,113 ERROR 76336 [-/192.168.0.102/-/6ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:51:15,012 ERROR 76336 [-/192.168.0.102/-/7ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:51:54,877 ERROR 76336 [-/192.168.0.102/-/2ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:54:29,374 ERROR 76336 [-/192.168.0.102/-/3ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null +2020-05-06 23:54:30,684 ERROR 76336 [-/192.168.0.102/-/7ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:55:56,246 ERROR 76336 [-/192.168.0.102/-/3ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoi6JShMSIsImFjY291bnQiOiJjYWkxMSIsInVzZXJJZCI6M30sImlhdCI6MTU4ODc3MjYzNCwiZXhwIjoxNTg4Nzk0MjM0fQ.uEdjEEdBe2uh_V6RRyt604snPmz-E74wJXB3s9O_g9U&EIO=3&transport=websocket] room service tick null +2020-05-06 23:56:00,227 ERROR 76336 [-/192.168.0.102/-/1ms GET /socket.io/?room=117668&token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7Im5pY2tOYW1lIjoiYyIsImFjY291bnQiOiJjYWkiLCJ1c2VySWQiOjF9LCJpYXQiOjE1ODg3NzI2MTIsImV4cCI6MTU4ODc5NDIxMn0.rh2s7ZiHW8_ZKmasiNV3SPtXdtKqXvR-0R0Qy8777KQ&EIO=3&transport=websocket] room service tick null