2021-09-12.log 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784
  1. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  2. Stack:
  3. 1. gfast/app/common/service.(*cacheTagService).Get
  4. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  5. 2. gfast/app/system/service.(*sysRole).GetRoleList
  6. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_role.go:71
  7. 3. gfast/app/system/api.(*user).GetInfo
  8. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_user.go:112
  9. 4. gfast/middleware.Auth
  10. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  11. 5. gfast/middleware.Ctx
  12. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  13. 6. gfast/app/system/api.(*auth).authAfterFunc
  14. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  15. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  16. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  17. 8. gfast/middleware.CORS
  18. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  19. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  20. Stack:
  21. 1. gfast/app/common/service.(*cacheTagService).Set
  22. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  23. 2. gfast/app/system/service.(*sysRole).GetRoleList
  24. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_role.go:83
  25. 3. gfast/app/system/api.(*user).GetInfo
  26. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_user.go:112
  27. 4. gfast/middleware.Auth
  28. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  29. 5. gfast/middleware.Ctx
  30. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  31. 6. gfast/app/system/api.(*auth).authAfterFunc
  32. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  33. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  34. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  35. 8. gfast/middleware.CORS
  36. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  37. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  38. Stack:
  39. 1. gfast/app/common/service.(*cacheTagService).Get
  40. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  41. 2. gfast/app/system/service.(*sysRole).GetRoleList
  42. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_role.go:84
  43. 3. gfast/app/system/api.(*user).GetInfo
  44. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_user.go:112
  45. 4. gfast/middleware.Auth
  46. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  47. 5. gfast/middleware.Ctx
  48. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  49. 6. gfast/app/system/api.(*auth).authAfterFunc
  50. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  51. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  52. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  53. 8. gfast/middleware.CORS
  54. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  55. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  56. Stack:
  57. 1. gfast/app/common/service.(*cacheTagService).Get
  58. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  59. 2. gfast/app/system/service.(*rule).GetMenuList
  60. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  61. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  62. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  63. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  64. Stack:
  65. 1. gfast/app/common/service.(*cacheTagService).Set
  66. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  67. 2. gfast/app/system/service.(*rule).GetMenuList
  68. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  69. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  70. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  71. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  72. Stack:
  73. 1. gfast/app/common/service.(*cacheTagService).Get
  74. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  75. 2. gfast/app/system/service.(*sysRole).GetRoleList
  76. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_role.go:71
  77. 3. gfast/app/system/api.(*user).GetRouters
  78. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_user.go:163
  79. 4. gfast/middleware.Auth
  80. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  81. 5. gfast/middleware.Ctx
  82. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  83. 6. gfast/app/system/api.(*auth).authAfterFunc
  84. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  85. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  86. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  87. 8. gfast/middleware.CORS
  88. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  89. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  90. Stack:
  91. 1. gfast/app/common/service.(*cacheTagService).Set
  92. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  93. 2. gfast/app/system/service.(*sysRole).GetRoleList
  94. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_role.go:83
  95. 3. gfast/app/system/api.(*user).GetRouters
  96. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_user.go:163
  97. 4. gfast/middleware.Auth
  98. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  99. 5. gfast/middleware.Ctx
  100. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  101. 6. gfast/app/system/api.(*auth).authAfterFunc
  102. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  103. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  104. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  105. 8. gfast/middleware.CORS
  106. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  107. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  108. Stack:
  109. 1. gfast/app/common/service.(*cacheTagService).Get
  110. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  111. 2. gfast/app/system/service.(*sysRole).GetRoleList
  112. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_role.go:84
  113. 3. gfast/app/system/api.(*user).GetRouters
  114. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_user.go:163
  115. 4. gfast/middleware.Auth
  116. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  117. 5. gfast/middleware.Ctx
  118. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  119. 6. gfast/app/system/api.(*auth).authAfterFunc
  120. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  121. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  122. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  123. 8. gfast/middleware.CORS
  124. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  125. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  126. Stack:
  127. 1. gfast/app/common/service.(*cacheTagService).Get
  128. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  129. 2. gfast/app/system/service.(*rule).GetMenuList
  130. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  131. 3. gfast/app/system/service.(*rule).GetIsMenuStatusList
  132. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:19
  133. 4. gfast/app/system/service.(*sysUser).GetAllMenus
  134. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_user.go:203
  135. 5. gfast/app/system/api.(*user).GetRouters
  136. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_user.go:181
  137. 6. gfast/middleware.Auth
  138. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  139. 7. gfast/middleware.Ctx
  140. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  141. 8. gfast/app/system/api.(*auth).authAfterFunc
  142. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  143. 9. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  144. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  145. 10. gfast/middleware.CORS
  146. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  147. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  148. Stack:
  149. 1. gfast/app/common/service.(*cacheTagService).Set
  150. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  151. 2. gfast/app/system/service.(*rule).GetMenuList
  152. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  153. 3. gfast/app/system/service.(*rule).GetIsMenuStatusList
  154. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:19
  155. 4. gfast/app/system/service.(*sysUser).GetAllMenus
  156. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_user.go:203
  157. 5. gfast/app/system/api.(*user).GetRouters
  158. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_user.go:181
  159. 6. gfast/middleware.Auth
  160. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  161. 7. gfast/middleware.Ctx
  162. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  163. 8. gfast/app/system/api.(*auth).authAfterFunc
  164. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  165. 9. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  166. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  167. 10. gfast/middleware.CORS
  168. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  169. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  170. Stack:
  171. 1. gfast/app/common/service.(*cacheTagService).Get
  172. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  173. 2. gfast/app/system/service.(*rule).GetMenuList
  174. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  175. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  176. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  177. 2021-09-12 16:59:39 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  178. Stack:
  179. 1. gfast/app/common/service.(*cacheTagService).Set
  180. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  181. 2. gfast/app/system/service.(*rule).GetMenuList
  182. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  183. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  184. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  185. 2021-09-12 16:59:47 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  186. Stack:
  187. 1. gfast/app/common/service.(*cacheTagService).Get
  188. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  189. 2. gfast/app/system/service.sysDictData.GetDictWithDataByType
  190. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_dict_data.go:69
  191. 3. gfast/app/system/api.(*dictData).GetDictData
  192. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_dict_data.go:114
  193. 4. gfast/middleware.Auth
  194. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  195. 5. gfast/middleware.Ctx
  196. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  197. 6. gfast/app/system/api.(*auth).authAfterFunc
  198. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  199. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  200. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  201. 8. gfast/middleware.CORS
  202. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  203. 2021-09-12 16:59:47 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  204. Stack:
  205. 1. gfast/app/common/service.(*cacheTagService).Get
  206. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  207. 2. gfast/app/system/service.(*rule).GetMenuList
  208. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  209. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  210. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  211. 2021-09-12 16:59:47 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  212. Stack:
  213. 1. gfast/app/common/service.(*cacheTagService).Set
  214. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  215. 2. gfast/app/system/service.sysDictData.GetDictWithDataByType
  216. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_dict_data.go:96
  217. 3. gfast/app/system/api.(*dictData).GetDictData
  218. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_dict_data.go:114
  219. 4. gfast/middleware.Auth
  220. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  221. 5. gfast/middleware.Ctx
  222. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  223. 6. gfast/app/system/api.(*auth).authAfterFunc
  224. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  225. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  226. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  227. 8. gfast/middleware.CORS
  228. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  229. 2021-09-12 16:59:47 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  230. Stack:
  231. 1. gfast/app/common/service.(*cacheTagService).Get
  232. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  233. 2. gfast/app/system/service.(*rule).GetMenuList
  234. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  235. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  236. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  237. 2021-09-12 16:59:47 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  238. Stack:
  239. 1. gfast/app/common/service.(*cacheTagService).Set
  240. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  241. 2. gfast/app/system/service.(*rule).GetMenuList
  242. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  243. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  244. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  245. 2021-09-12 16:59:47 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  246. Stack:
  247. 1. gfast/app/common/service.(*cacheTagService).Set
  248. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  249. 2. gfast/app/system/service.(*rule).GetMenuList
  250. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  251. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  252. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  253. 2021-09-12 16:59:49 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  254. Stack:
  255. 1. gfast/app/common/service.(*cacheTagService).Get
  256. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  257. 2. gfast/app/system/service.sysDictData.GetDictWithDataByType
  258. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_dict_data.go:69
  259. 3. gfast/app/system/api.(*dictData).GetDictData
  260. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_dict_data.go:114
  261. 4. gfast/middleware.Auth
  262. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  263. 5. gfast/middleware.Ctx
  264. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  265. 6. gfast/app/system/api.(*auth).authAfterFunc
  266. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  267. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  268. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  269. 8. gfast/middleware.CORS
  270. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  271. 2021-09-12 16:59:49 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  272. Stack:
  273. 1. gfast/app/common/service.(*cacheTagService).Get
  274. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  275. 2. gfast/app/system/service.(*rule).GetMenuList
  276. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  277. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  278. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  279. 2021-09-12 16:59:49 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  280. Stack:
  281. 1. gfast/app/common/service.(*cacheTagService).Set
  282. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  283. 2. gfast/app/system/service.sysDictData.GetDictWithDataByType
  284. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_dict_data.go:96
  285. 3. gfast/app/system/api.(*dictData).GetDictData
  286. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_dict_data.go:114
  287. 4. gfast/middleware.Auth
  288. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  289. 5. gfast/middleware.Ctx
  290. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  291. 6. gfast/app/system/api.(*auth).authAfterFunc
  292. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  293. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  294. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  295. 8. gfast/middleware.CORS
  296. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  297. 2021-09-12 16:59:49 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  298. Stack:
  299. 1. gfast/app/common/service.(*cacheTagService).Get
  300. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  301. 2. gfast/app/system/service.(*rule).GetMenuList
  302. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  303. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  304. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  305. 2021-09-12 16:59:49 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  306. Stack:
  307. 1. gfast/app/common/service.(*cacheTagService).Set
  308. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  309. 2. gfast/app/system/service.(*rule).GetMenuList
  310. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  311. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  312. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  313. 2021-09-12 16:59:49 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  314. Stack:
  315. 1. gfast/app/common/service.(*cacheTagService).Set
  316. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  317. 2. gfast/app/system/service.(*rule).GetMenuList
  318. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  319. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  320. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  321. 2021-09-12 16:59:51 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  322. Stack:
  323. 1. gfast/app/common/service.(*cacheTagService).Get
  324. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  325. 2. gfast/app/system/service.(*sysWebSet).Get
  326. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_web_set.go:25
  327. 3. gfast/app/system/api.(*sysWebSet).Get
  328. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_web_set.go:40
  329. 4. gfast/middleware.Auth
  330. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  331. 5. gfast/middleware.Ctx
  332. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  333. 6. gfast/app/system/api.(*auth).authAfterFunc
  334. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  335. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  336. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  337. 8. gfast/middleware.CORS
  338. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  339. 2021-09-12 16:59:51 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  340. Stack:
  341. 1. gfast/app/common/service.(*cacheTagService).Set
  342. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  343. 2. gfast/app/system/service.(*sysWebSet).Get
  344. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_web_set.go:34
  345. 3. gfast/app/system/api.(*sysWebSet).Get
  346. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_web_set.go:40
  347. 4. gfast/middleware.Auth
  348. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  349. 5. gfast/middleware.Ctx
  350. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  351. 6. gfast/app/system/api.(*auth).authAfterFunc
  352. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  353. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  354. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  355. 8. gfast/middleware.CORS
  356. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  357. 2021-09-12 16:59:51 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  358. Stack:
  359. 1. gfast/app/common/service.(*cacheTagService).Get
  360. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  361. 2. gfast/app/system/service.(*rule).GetMenuList
  362. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  363. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  364. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  365. 2021-09-12 16:59:51 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  366. Stack:
  367. 1. gfast/app/common/service.(*cacheTagService).Set
  368. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  369. 2. gfast/app/system/service.(*rule).GetMenuList
  370. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  371. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  372. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  373. 2021-09-12 17:00:09 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  374. Stack:
  375. 1. gfast/app/common/service.(*cacheTagService).Get
  376. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  377. 2. gfast/app/common/service.(*sysConfig).GetConfigByKey
  378. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/sys_config.go:129
  379. 3. gfast/app/common/adapter.UploadLocalAdapter.getUpConfig
  380. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:192
  381. 4. gfast/app/common/adapter.UploadLocalAdapter.upByType
  382. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:64
  383. 5. gfast/app/common/adapter.UploadLocalAdapter.UpImg
  384. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:28
  385. 6. gfast/app/common/adapter.upload.UpImg
  386. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload.go:63
  387. 7. gfast/app/system/api.(*upload).UpImg
  388. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/upload.go:28
  389. 8. gfast/middleware.Auth
  390. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  391. 9. gfast/middleware.Ctx
  392. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  393. 10. gfast/app/system/api.(*auth).authAfterFunc
  394. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  395. 11. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  396. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  397. 12. gfast/middleware.CORS
  398. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  399. 2021-09-12 17:00:09 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  400. Stack:
  401. 1. gfast/app/common/service.(*cacheTagService).Set
  402. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  403. 2. gfast/app/common/service.(*sysConfig).GetConfigByKey
  404. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/sys_config.go:138
  405. 3. gfast/app/common/adapter.UploadLocalAdapter.getUpConfig
  406. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:192
  407. 4. gfast/app/common/adapter.UploadLocalAdapter.upByType
  408. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:64
  409. 5. gfast/app/common/adapter.UploadLocalAdapter.UpImg
  410. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:28
  411. 6. gfast/app/common/adapter.upload.UpImg
  412. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload.go:63
  413. 7. gfast/app/system/api.(*upload).UpImg
  414. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/upload.go:28
  415. 8. gfast/middleware.Auth
  416. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  417. 9. gfast/middleware.Ctx
  418. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  419. 10. gfast/app/system/api.(*auth).authAfterFunc
  420. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  421. 11. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  422. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  423. 12. gfast/middleware.CORS
  424. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  425. 2021-09-12 17:00:09 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  426. Stack:
  427. 1. gfast/app/common/service.(*cacheTagService).Get
  428. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  429. 2. gfast/app/common/service.(*sysConfig).GetConfigByKey
  430. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/sys_config.go:129
  431. 3. gfast/app/common/adapter.UploadLocalAdapter.getUpConfig
  432. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:192
  433. 4. gfast/app/common/adapter.UploadLocalAdapter.upByType
  434. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:76
  435. 5. gfast/app/common/adapter.UploadLocalAdapter.UpImg
  436. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:28
  437. 6. gfast/app/common/adapter.upload.UpImg
  438. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload.go:63
  439. 7. gfast/app/system/api.(*upload).UpImg
  440. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/upload.go:28
  441. 8. gfast/middleware.Auth
  442. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  443. 9. gfast/middleware.Ctx
  444. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  445. 10. gfast/app/system/api.(*auth).authAfterFunc
  446. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  447. 11. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  448. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  449. 12. gfast/middleware.CORS
  450. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  451. 2021-09-12 17:00:09 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  452. Stack:
  453. 1. gfast/app/common/service.(*cacheTagService).Set
  454. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  455. 2. gfast/app/common/service.(*sysConfig).GetConfigByKey
  456. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/sys_config.go:138
  457. 3. gfast/app/common/adapter.UploadLocalAdapter.getUpConfig
  458. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:192
  459. 4. gfast/app/common/adapter.UploadLocalAdapter.upByType
  460. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:76
  461. 5. gfast/app/common/adapter.UploadLocalAdapter.UpImg
  462. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload_local.go:28
  463. 6. gfast/app/common/adapter.upload.UpImg
  464. /Users/apple/work/code/go/gfastv2/gfast/app/common/adapter/upload.go:63
  465. 7. gfast/app/system/api.(*upload).UpImg
  466. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/upload.go:28
  467. 8. gfast/middleware.Auth
  468. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  469. 9. gfast/middleware.Ctx
  470. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  471. 10. gfast/app/system/api.(*auth).authAfterFunc
  472. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  473. 11. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  474. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  475. 12. gfast/middleware.CORS
  476. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  477. 2021-09-12 17:00:09 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  478. Stack:
  479. 1. gfast/app/common/service.(*cacheTagService).Get
  480. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  481. 2. gfast/app/system/service.(*rule).GetMenuList
  482. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  483. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  484. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  485. 2021-09-12 17:00:09 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  486. Stack:
  487. 1. gfast/app/common/service.(*cacheTagService).Set
  488. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  489. 2. gfast/app/system/service.(*rule).GetMenuList
  490. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  491. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  492. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  493. 2021-09-12 17:00:13 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  494. Stack:
  495. 1. gfast/app/common/service.(*cacheTagService).Get
  496. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  497. 2. gfast/app/system/service.(*rule).GetMenuList
  498. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  499. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  500. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  501. 2021-09-12 17:00:13 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  502. Stack:
  503. 1. gfast/app/common/service.(*cacheTagService).Set
  504. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  505. 2. gfast/app/system/service.(*rule).GetMenuList
  506. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  507. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  508. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  509. 2021-09-12 17:00:18 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  510. Stack:
  511. 1. gfast/app/common/service.(*cacheTagService).Get
  512. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  513. 2. gfast/app/system/service.sysDictData.GetDictWithDataByType
  514. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_dict_data.go:69
  515. 3. gfast/app/system/api.(*dictData).GetDictData
  516. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_dict_data.go:114
  517. 4. gfast/middleware.Auth
  518. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  519. 5. gfast/middleware.Ctx
  520. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  521. 6. gfast/app/system/api.(*auth).authAfterFunc
  522. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  523. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  524. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  525. 8. gfast/middleware.CORS
  526. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  527. 2021-09-12 17:00:18 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  528. Stack:
  529. 1. gfast/app/common/service.(*cacheTagService).Get
  530. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  531. 2. gfast/app/system/service.(*rule).GetMenuList
  532. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  533. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  534. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  535. 2021-09-12 17:00:18 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  536. Stack:
  537. 1. gfast/app/common/service.(*cacheTagService).Set
  538. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  539. 2. gfast/app/system/service.(*rule).GetMenuList
  540. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  541. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  542. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  543. 2021-09-12 17:00:18 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  544. Stack:
  545. 1. gfast/app/common/service.(*cacheTagService).Set
  546. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  547. 2. gfast/app/system/service.sysDictData.GetDictWithDataByType
  548. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_dict_data.go:96
  549. 3. gfast/app/system/api.(*dictData).GetDictData
  550. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_dict_data.go:114
  551. 4. gfast/middleware.Auth
  552. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  553. 5. gfast/middleware.Ctx
  554. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  555. 6. gfast/app/system/api.(*auth).authAfterFunc
  556. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  557. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  558. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  559. 8. gfast/middleware.CORS
  560. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  561. 2021-09-12 17:00:18 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  562. Stack:
  563. 1. gfast/app/common/service.(*cacheTagService).Get
  564. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  565. 2. gfast/app/system/service.(*rule).GetMenuList
  566. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  567. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  568. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  569. 2021-09-12 17:00:18 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  570. Stack:
  571. 1. gfast/app/common/service.(*cacheTagService).Set
  572. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  573. 2. gfast/app/system/service.(*rule).GetMenuList
  574. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  575. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  576. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  577. 2021-09-12 17:00:21 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  578. Stack:
  579. 1. gfast/app/common/service.(*cacheTagService).Get
  580. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  581. 2. gfast/app/system/service.(*sysWebSet).Get
  582. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_web_set.go:25
  583. 3. gfast/app/system/api.(*sysWebSet).Get
  584. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_web_set.go:40
  585. 4. gfast/middleware.Auth
  586. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  587. 5. gfast/middleware.Ctx
  588. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  589. 6. gfast/app/system/api.(*auth).authAfterFunc
  590. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  591. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  592. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  593. 8. gfast/middleware.CORS
  594. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  595. 2021-09-12 17:00:21 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  596. Stack:
  597. 1. gfast/app/common/service.(*cacheTagService).Set
  598. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  599. 2. gfast/app/system/service.(*sysWebSet).Get
  600. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_web_set.go:34
  601. 3. gfast/app/system/api.(*sysWebSet).Get
  602. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_web_set.go:40
  603. 4. gfast/middleware.Auth
  604. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  605. 5. gfast/middleware.Ctx
  606. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  607. 6. gfast/app/system/api.(*auth).authAfterFunc
  608. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  609. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  610. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  611. 8. gfast/middleware.CORS
  612. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  613. 2021-09-12 17:00:21 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  614. Stack:
  615. 1. gfast/app/common/service.(*cacheTagService).Get
  616. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  617. 2. gfast/app/system/service.(*rule).GetMenuList
  618. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  619. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  620. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  621. 2021-09-12 17:00:21 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  622. Stack:
  623. 1. gfast/app/common/service.(*cacheTagService).Set
  624. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  625. 2. gfast/app/system/service.(*rule).GetMenuList
  626. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  627. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  628. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  629. 2021-09-12 17:16:52 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  630. Stack:
  631. 1. gfast/app/common/service.(*cacheTagService).Get
  632. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  633. 2. gfast/app/system/service.sysDictData.GetDictWithDataByType
  634. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_dict_data.go:69
  635. 3. gfast/app/system/api.(*dictData).GetDictData
  636. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_dict_data.go:114
  637. 4. gfast/middleware.Auth
  638. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  639. 5. gfast/middleware.Ctx
  640. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  641. 6. gfast/app/system/api.(*auth).authAfterFunc
  642. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  643. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  644. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  645. 8. gfast/middleware.CORS
  646. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  647. 2021-09-12 17:16:52 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  648. Stack:
  649. 1. gfast/app/common/service.(*cacheTagService).Get
  650. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  651. 2. gfast/app/system/service.(*rule).GetMenuList
  652. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  653. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  654. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  655. 2021-09-12 17:16:52 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  656. Stack:
  657. 1. gfast/app/common/service.(*cacheTagService).Set
  658. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  659. 2. gfast/app/system/service.sysDictData.GetDictWithDataByType
  660. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_dict_data.go:96
  661. 3. gfast/app/system/api.(*dictData).GetDictData
  662. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_dict_data.go:114
  663. 4. gfast/middleware.Auth
  664. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:72
  665. 5. gfast/middleware.Ctx
  666. /Users/apple/work/code/go/gfastv2/gfast/middleware/auth.go:46
  667. 6. gfast/app/system/api.(*auth).authAfterFunc
  668. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:126
  669. 7. github.com/goflyfox/gtoken/gtoken.(*GfToken).authMiddleware
  670. /Users/apple/go/pkg/mod/github.com/goflyfox/gtoken@v1.4.3/gtoken/gtoken.go:324
  671. 8. gfast/middleware.CORS
  672. /Users/apple/work/code/go/gfastv2/gfast/middleware/cors.go:15
  673. 2021-09-12 17:16:52 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125: dial tcp 127.0.0.1:6379: connect: connection refused
  674. Stack:
  675. 1. gfast/app/common/service.(*cacheTagService).Get
  676. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:125
  677. 2. gfast/app/system/service.(*rule).GetMenuList
  678. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:36
  679. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  680. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  681. 2021-09-12 17:16:52 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  682. Stack:
  683. 1. gfast/app/common/service.(*cacheTagService).Set
  684. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  685. 2. gfast/app/system/service.(*rule).GetMenuList
  686. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  687. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  688. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  689. 2021-09-12 17:16:52 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89: dial tcp 127.0.0.1:6379: connect: connection refused
  690. Stack:
  691. 1. gfast/app/common/service.(*cacheTagService).Set
  692. /Users/apple/work/code/go/gfastv2/gfast/app/common/service/cache.go:89
  693. 2. gfast/app/system/service.(*rule).GetMenuList
  694. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_auth_rule.go:47
  695. 3. gfast/app/system/api.(*sysOperLog).OperationLog
  696. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/sys_oper_log.go:86
  697. 2021-09-12 17:30:05 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_user_online.go:61: dial tcp [::1]:3306: connect: connection refused, SELECT COUNT(1) FROM `sys_user_online`
  698. Stack:
  699. 1. gfast/app/system/service.(*online).GetOnlineListPage
  700. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_user_online.go:61
  701. 2. gfast/app/system/api.(*auth).CheckUserOnline
  702. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:165
  703. 2021-09-12 17:30:05 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:167: 获取总行数失败
  704. Stack:
  705. 1. gfast/app/system/api.(*auth).CheckUserOnline
  706. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:167
  707. 2021-09-12 17:40:05 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_user_online.go:61: dial tcp [::1]:3306: connect: connection refused, SELECT COUNT(1) FROM `sys_user_online`
  708. Stack:
  709. 1. gfast/app/system/service.(*online).GetOnlineListPage
  710. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_user_online.go:61
  711. 2. gfast/app/system/api.(*auth).CheckUserOnline
  712. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:165
  713. 2021-09-12 17:40:05 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:167: 获取总行数失败
  714. Stack:
  715. 1. gfast/app/system/api.(*auth).CheckUserOnline
  716. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:167
  717. 2021-09-12 18:40:05 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_user_online.go:61: dial tcp [::1]:3306: connect: connection refused, SELECT COUNT(1) FROM `sys_user_online`
  718. Stack:
  719. 1. gfast/app/system/service.(*online).GetOnlineListPage
  720. /Users/apple/work/code/go/gfastv2/gfast/app/system/service/sys_user_online.go:61
  721. 2. gfast/app/system/api.(*auth).CheckUserOnline
  722. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:165
  723. 2021-09-12 18:40:05 [ERRO] /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:167: 获取总行数失败
  724. Stack:
  725. 1. gfast/app/system/api.(*auth).CheckUserOnline
  726. /Users/apple/work/code/go/gfastv2/gfast/app/system/api/auth.go:167