Advertisement
Guest User

Untitled

a guest
Apr 13th, 2017
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.64 KB | None | 0 0
  1. [2017-04-13 16:21:00,598 +0700] [DEBUG] [o.h.l.Loader] Result set row: 0
  2. [2017-04-13 16:21:00,604 +0700] [DEBUG] [o.h.l.Loader] Result row: EntityKey[com.nhnent.vn.boardgame.db.entity.AccountEntity#1]
  3. [2017-04-13 16:21:00,615 +0700] [DEBUG] [o.h.e.i.TwoPhaseLoad] Resolving associations for [com.nhnent.vn.boardgame.db.entity.AccountEntity#1]
  4. [2017-04-13 16:21:00,618 +0700] [DEBUG] [o.h.e.i.TwoPhaseLoad] Done materializing entity [com.nhnent.vn.boardgame.db.entity.AccountEntity#1]
  5. [2017-04-13 16:21:00,620 +0700] [INFO] [c.n.v.b.d.r.AccountRepository] AccountRepository.findAccountByAccountId(): found: id = 1, accountId = 1, username = 1, password = 1, email = 1@1.com, money = 1500
  6. [2017-04-13 16:21:00,620 +0700] [DEBUG] [o.h.e.t.i.TransactionImpl] committing
  7. [2017-04-13 16:21:00,620 +0700] [DEBUG] [o.h.r.j.i.LogicalConnectionManagedImpl] Initiating JDBC connection release from afterTransaction
  8. [2017-04-13 16:21:00,621 +0700] [DEBUG] [o.h.r.j.i.LogicalConnectionManagedImpl] Initiating JDBC connection release from afterTransaction
  9. [2017-04-13 16:21:00,624 +0700] [INFO] [c.n.v.b.s.GameAccount] GameAccount.onAuthenticate(): match account: id = 1, accountId = 1, username = 1, password = 1, email = 1@1.com, money = 1500
  10. [2017-04-13 16:21:00,624 +0700] [INFO] [c.n.v.b.s.GameAccount] GameAccount.onAuthenticate(): accountId = 1 authenticated
  11. [2017-04-13 16:21:00,629 +0700] [DEBUG] [c.n.t.s.SessionTardisLoop] SESSION@SESSION@10.77.251.56@11100 to client msg send b394ed4b,1,,AuthenticationRes
  12. [2017-04-13 16:21:00,832 +0700] [DEBUG] [c.n.t.s.SessionTardisFiberLoop] SESSION@SESSION@10.77.251.56@11100 from client msg received b394ed4b,,,AuthenticationReq
  13. [2017-04-13 16:21:00,832 +0700] [DEBUG] [c.n.t.s.s.c.CmdAuthenticationReq] authenticate 1
  14. [2017-04-13 16:21:00,833 +0700] [DEBUG] [c.n.t.s.s.c.CmdAuthenticationReq] already authenticate 1
  15. [2017-04-13 16:21:00,838 +0700] [DEBUG] [c.n.t.s.SessionTardisLoop] SESSION@SESSION@10.77.251.56@11100 to client msg send b394ed4b,1,,AuthenticationRes
  16. [2017-04-13 16:21:00,877 +0700] [DEBUG] [c.n.t.s.SessionTardisFiberLoop] SESSION@SESSION@10.77.251.56@11100 from client msg received b394ed4b,,,LoginReq
  17. [2017-04-13 16:21:00,922 +0700] [DEBUG] [c.n.t.s.c.CmdLoginReq] login 1
  18.  
  19. [2017-04-13 16:21:00,942 +0700] [ERROR] [c.n.t.s.c.CmdLoginReq] com.nhnent.tardis.common.Exceptions.CacheException: com.nhnent.tardis.common.Exceptions.NodeNotFoundException: nodeType:CACHE is empty,serviceId:CACHE
  20. at com.nhnent.tardis.common.CacheConnector.getUserLoc(CacheConnector.java:93)
  21. at com.nhnent.tardis.session.cmd.CmdLoginReq.execute(CmdLoginReq.java:48)
  22. at com.nhnent.tardis.common.SingularMsgHandler.dispatch(SingularMsgHandler.java:30)
  23. at com.nhnent.tardis.session.SessionSingular.dispatch(SessionSingular.java:140)
  24. at com.nhnent.tardis.common.Singular.post(Singular.java:130)
  25. at com.nhnent.tardis.common.Singular.lambda$asyncPost$50a5e6ff$1(Singular.java:144)
  26. at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:44)
  27. at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:32)
  28. at co.paralleluniverse.fibers.Fiber.run(Fiber.java:1072)
  29. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1067)
  30. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:767)
  31. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100)
  32. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91)
  33. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  34. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  35. at java.lang.Thread.run(Thread.java:745)
  36. Caused by: com.nhnent.tardis.common.Exceptions.NodeNotFoundException: nodeType:CACHE is empty,serviceId:CACHE
  37. at com.nhnent.tardis.common.NodeInfoManager.getServiceRoundRobin(NodeInfoManager.java:184)
  38. at com.nhnent.tardis.common.NodeInfoManager.getRoundRobinNode(NodeInfoManager.java:220)
  39. at com.nhnent.tardis.common.NodeSender.requestToCacheNode(NodeSender.java:236)
  40. at com.nhnent.tardis.common.CacheConnector.getUserLoc(CacheConnector.java:81)
  41. ... 15 more
  42.  
  43. [2017-04-13 16:21:04,880 +0700] [DEBUG] [c.n.t.s.SessionTardisFiberLoop] SESSION@SESSION@10.77.251.56@11100 from client msg received b394ed4b,,,LoginReq
  44. [2017-04-13 16:21:04,880 +0700] [DEBUG] [c.n.t.s.c.CmdLoginReq] login 1
  45.  
  46. [2017-04-13 16:21:04,880 +0700] [ERROR] [c.n.t.s.c.CmdLoginReq] com.nhnent.tardis.common.Exceptions.CacheException: com.nhnent.tardis.common.Exceptions.NodeNotFoundException: nodeType:CACHE is empty,serviceId:CACHE
  47. at com.nhnent.tardis.common.CacheConnector.getUserLoc(CacheConnector.java:93)
  48. at com.nhnent.tardis.session.cmd.CmdLoginReq.execute(CmdLoginReq.java:48)
  49. at com.nhnent.tardis.common.SingularMsgHandler.dispatch(SingularMsgHandler.java:30)
  50. at com.nhnent.tardis.session.SessionSingular.dispatch(SessionSingular.java:140)
  51. at com.nhnent.tardis.common.Singular.post(Singular.java:130)
  52. at com.nhnent.tardis.common.Singular.lambda$asyncPost$50a5e6ff$1(Singular.java:144)
  53. at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:44)
  54. at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:32)
  55. at co.paralleluniverse.fibers.Fiber.run(Fiber.java:1072)
  56. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1067)
  57. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:767)
  58. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100)
  59. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91)
  60. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  61. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  62. at java.lang.Thread.run(Thread.java:745)
  63. Caused by: com.nhnent.tardis.common.Exceptions.NodeNotFoundException: nodeType:CACHE is empty,serviceId:CACHE
  64. at com.nhnent.tardis.common.NodeInfoManager.getServiceRoundRobin(NodeInfoManager.java:184)
  65. at com.nhnent.tardis.common.NodeInfoManager.getRoundRobinNode(NodeInfoManager.java:220)
  66. at com.nhnent.tardis.common.NodeSender.requestToCacheNode(NodeSender.java:236)
  67. at com.nhnent.tardis.common.CacheConnector.getUserLoc(CacheConnector.java:81)
  68. ... 15 more
  69.  
  70. [2017-04-13 16:21:08,888 +0700] [DEBUG] [c.n.t.s.SessionTardisFiberLoop] SESSION@SESSION@10.77.251.56@11100 from client msg received b394ed4b,,,LoginReq
  71. [2017-04-13 16:21:08,888 +0700] [DEBUG] [c.n.t.s.c.CmdLoginReq] login 1
  72.  
  73. [2017-04-13 16:21:08,889 +0700] [ERROR] [c.n.t.s.c.CmdLoginReq] com.nhnent.tardis.common.Exceptions.CacheException: com.nhnent.tardis.common.Exceptions.NodeNotFoundException: nodeType:CACHE is empty,serviceId:CACHE
  74. at com.nhnent.tardis.common.CacheConnector.getUserLoc(CacheConnector.java:93)
  75. at com.nhnent.tardis.session.cmd.CmdLoginReq.execute(CmdLoginReq.java:48)
  76. at com.nhnent.tardis.common.SingularMsgHandler.dispatch(SingularMsgHandler.java:30)
  77. at com.nhnent.tardis.session.SessionSingular.dispatch(SessionSingular.java:140)
  78. at com.nhnent.tardis.common.Singular.post(Singular.java:130)
  79. at com.nhnent.tardis.common.Singular.lambda$asyncPost$50a5e6ff$1(Singular.java:144)
  80. at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:44)
  81. at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:32)
  82. at co.paralleluniverse.fibers.Fiber.run(Fiber.java:1072)
  83. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1067)
  84. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:767)
  85. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100)
  86. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91)
  87. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  88. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  89. at java.lang.Thread.run(Thread.java:745)
  90. Caused by: com.nhnent.tardis.common.Exceptions.NodeNotFoundException: nodeType:CACHE is empty,serviceId:CACHE
  91. at com.nhnent.tardis.common.NodeInfoManager.getServiceRoundRobin(NodeInfoManager.java:184)
  92. at com.nhnent.tardis.common.NodeInfoManager.getRoundRobinNode(NodeInfoManager.java:220)
  93. at com.nhnent.tardis.common.NodeSender.requestToCacheNode(NodeSender.java:236)
  94. at com.nhnent.tardis.common.CacheConnector.getUserLoc(CacheConnector.java:81)
  95. ... 15 more
  96.  
  97. [2017-04-13 16:21:12,891 +0700] [DEBUG] [c.n.t.s.SessionTardisFiberLoop] SESSION@SESSION@10.77.251.56@11100 from client msg received b394ed4b,,,LoginReq
  98. [2017-04-13 16:21:12,892 +0700] [DEBUG] [c.n.t.s.c.CmdLoginReq] login 1
  99.  
  100. [2017-04-13 16:21:12,892 +0700] [ERROR] [c.n.t.s.c.CmdLoginReq] com.nhnent.tardis.common.Exceptions.CacheException: com.nhnent.tardis.common.Exceptions.NodeNotFoundException: nodeType:CACHE is empty,serviceId:CACHE
  101. at com.nhnent.tardis.common.CacheConnector.getUserLoc(CacheConnector.java:93)
  102. at com.nhnent.tardis.session.cmd.CmdLoginReq.execute(CmdLoginReq.java:48)
  103. at com.nhnent.tardis.common.SingularMsgHandler.dispatch(SingularMsgHandler.java:30)
  104. at com.nhnent.tardis.session.SessionSingular.dispatch(SessionSingular.java:140)
  105. at com.nhnent.tardis.common.Singular.post(Singular.java:130)
  106. at com.nhnent.tardis.common.Singular.lambda$asyncPost$50a5e6ff$1(Singular.java:144)
  107. at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:44)
  108. at co.paralleluniverse.strands.SuspendableUtils$VoidSuspendableCallable.run(SuspendableUtils.java:32)
  109. at co.paralleluniverse.fibers.Fiber.run(Fiber.java:1072)
  110. at co.paralleluniverse.fibers.Fiber.run1(Fiber.java:1067)
  111. at co.paralleluniverse.fibers.Fiber.exec(Fiber.java:767)
  112. at co.paralleluniverse.fibers.RunnableFiberTask.doExec(RunnableFiberTask.java:100)
  113. at co.paralleluniverse.fibers.RunnableFiberTask.run(RunnableFiberTask.java:91)
  114. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  115. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  116. at java.lang.Thread.run(Thread.java:745)
  117. Caused by: com.nhnent.tardis.common.Exceptions.NodeNotFoundException: nodeType:CACHE is empty,serviceId:CACHE
  118. at com.nhnent.tardis.common.NodeInfoManager.getServiceRoundRobin(NodeInfoManager.java:184)
  119. at com.nhnent.tardis.common.NodeInfoManager.getRoundRobinNode(NodeInfoManager.java:220)
  120. at com.nhnent.tardis.common.NodeSender.requestToCacheNode(NodeSender.java:236)
  121. at com.nhnent.tardis.common.CacheConnector.getUserLoc(CacheConnector.java:81)
  122. ... 15 more
  123.  
  124. [2017-04-13 16:21:16,900 +0700] [DEBUG] [c.n.t.s.SessionTardisLoop] channelInactive b394ed4b
  125. [2017-04-13 16:21:16,908 +0700] [DEBUG] [c.n.t.s.SessionTardisFiberLoop] SESSION@SESSION@10.77.251.56@11100 from client msg received b394ed4b,,,SESSION_DISCONNECT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement