jfinal-club.log_2021-03-04.log 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 2021-03-04 09:31:46
  2. [ERROR]-[Thread: XNIO-1 task-4]-[io.undertow.servlet.api.LoggingExceptionHandler.handleThrowable()]: UT005023: Exception handling request to /pro
  3. java.lang.IllegalStateException: UT000046: The number of cookies sent exceeded the maximum of 200
  4. at io.undertow.util.Cookies.createCookie(Cookies.java:346)
  5. at io.undertow.util.Cookies.parseCookie(Cookies.java:261)
  6. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:216)
  7. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:206)
  8. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:202)
  9. at io.undertow.server.HttpServerExchange.getRequestCookies(HttpServerExchange.java:1128)
  10. at io.undertow.server.session.SessionCookieConfig.findSessionId(SessionCookieConfig.java:84)
  11. at io.undertow.servlet.spec.SessionCookieConfigImpl.findSessionId(SessionCookieConfigImpl.java:61)
  12. at io.undertow.servlet.spec.ServletContextImpl$ServletContextSessionConfig.findSessionId(ServletContextImpl.java:1225)
  13. at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:117)
  14. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)
  15. at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
  16. at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
  17. at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
  18. at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
  19. at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
  20. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
  21. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
  22. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
  23. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:376)
  24. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
  25. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  26. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  27. at java.lang.Thread.run(Thread.java:748)
  28. 2021-03-04 09:31:46
  29. [ERROR]-[Thread: XNIO-1 task-4]-[io.undertow.server.Connectors.executeRootHandler()]: UT005071: Undertow request failed HttpServerExchange{ GET /pro}
  30. java.lang.IllegalStateException: UT000046: The number of cookies sent exceeded the maximum of 200
  31. at io.undertow.util.Cookies.createCookie(Cookies.java:346)
  32. at io.undertow.util.Cookies.parseCookie(Cookies.java:261)
  33. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:216)
  34. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:206)
  35. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:202)
  36. at io.undertow.server.HttpServerExchange.getRequestCookies(HttpServerExchange.java:1128)
  37. at io.undertow.server.session.SessionCookieConfig.findSessionId(SessionCookieConfig.java:84)
  38. at io.undertow.servlet.spec.SessionCookieConfigImpl.findSessionId(SessionCookieConfigImpl.java:61)
  39. at io.undertow.servlet.spec.ServletContextImpl$ServletContextSessionConfig.findSessionId(ServletContextImpl.java:1225)
  40. at io.undertow.server.session.InMemorySessionManager.getSession(InMemorySessionManager.java:215)
  41. at io.undertow.servlet.spec.ServletContextImpl.getSession(ServletContextImpl.java:858)
  42. at io.undertow.servlet.spec.ServletContextImpl.getSession(ServletContextImpl.java:938)
  43. at io.undertow.servlet.spec.ServletContextImpl.updateSessionAccessTime(ServletContextImpl.java:942)
  44. at io.undertow.servlet.spec.HttpServletResponseImpl.responseDone(HttpServletResponseImpl.java:627)
  45. at io.undertow.servlet.spec.HttpServletResponseImpl.doErrorDispatch(HttpServletResponseImpl.java:216)
  46. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:316)
  47. at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
  48. at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
  49. at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
  50. at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
  51. at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
  52. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
  53. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
  54. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
  55. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:376)
  56. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
  57. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  58. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  59. at java.lang.Thread.run(Thread.java:748)
  60. 2021-03-04 10:20:57
  61. [ERROR]-[Thread: XNIO-1 task-2]-[io.undertow.servlet.api.LoggingExceptionHandler.handleThrowable()]: UT005023: Exception handling request to /wxAuth
  62. java.lang.IllegalStateException: UT000046: The number of cookies sent exceeded the maximum of 200
  63. at io.undertow.util.Cookies.createCookie(Cookies.java:346)
  64. at io.undertow.util.Cookies.parseCookie(Cookies.java:261)
  65. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:216)
  66. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:206)
  67. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:202)
  68. at io.undertow.server.HttpServerExchange.getRequestCookies(HttpServerExchange.java:1128)
  69. at io.undertow.server.session.SessionCookieConfig.findSessionId(SessionCookieConfig.java:84)
  70. at io.undertow.servlet.spec.SessionCookieConfigImpl.findSessionId(SessionCookieConfigImpl.java:61)
  71. at io.undertow.servlet.spec.ServletContextImpl$ServletContextSessionConfig.findSessionId(ServletContextImpl.java:1225)
  72. at io.undertow.servlet.handlers.SessionRestoringHandler.handleRequest(SessionRestoringHandler.java:117)
  73. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)
  74. at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
  75. at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
  76. at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
  77. at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
  78. at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
  79. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
  80. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
  81. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
  82. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:376)
  83. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
  84. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  85. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  86. at java.lang.Thread.run(Thread.java:748)
  87. 2021-03-04 10:20:57
  88. [ERROR]-[Thread: XNIO-1 task-2]-[io.undertow.server.Connectors.executeRootHandler()]: UT005071: Undertow request failed HttpServerExchange{ GET /wxAuth}
  89. java.lang.IllegalStateException: UT000046: The number of cookies sent exceeded the maximum of 200
  90. at io.undertow.util.Cookies.createCookie(Cookies.java:346)
  91. at io.undertow.util.Cookies.parseCookie(Cookies.java:261)
  92. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:216)
  93. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:206)
  94. at io.undertow.util.Cookies.parseRequestCookies(Cookies.java:202)
  95. at io.undertow.server.HttpServerExchange.getRequestCookies(HttpServerExchange.java:1128)
  96. at io.undertow.server.session.SessionCookieConfig.findSessionId(SessionCookieConfig.java:84)
  97. at io.undertow.servlet.spec.SessionCookieConfigImpl.findSessionId(SessionCookieConfigImpl.java:61)
  98. at io.undertow.servlet.spec.ServletContextImpl$ServletContextSessionConfig.findSessionId(ServletContextImpl.java:1225)
  99. at io.undertow.server.session.InMemorySessionManager.getSession(InMemorySessionManager.java:215)
  100. at io.undertow.servlet.spec.ServletContextImpl.getSession(ServletContextImpl.java:858)
  101. at io.undertow.servlet.spec.ServletContextImpl.getSession(ServletContextImpl.java:938)
  102. at io.undertow.servlet.spec.ServletContextImpl.updateSessionAccessTime(ServletContextImpl.java:942)
  103. at io.undertow.servlet.spec.HttpServletResponseImpl.responseDone(HttpServletResponseImpl.java:627)
  104. at io.undertow.servlet.spec.HttpServletResponseImpl.doErrorDispatch(HttpServletResponseImpl.java:216)
  105. at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:316)
  106. at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
  107. at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
  108. at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
  109. at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
  110. at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
  111. at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
  112. at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
  113. at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
  114. at io.undertow.server.Connectors.executeRootHandler(Connectors.java:376)
  115. at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
  116. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  117. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  118. at java.lang.Thread.run(Thread.java:748)
  119. 2021-03-04 11:25:20
  120. [WARN]-[Thread: XNIO-1 task-3]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: /admin/fdsf/f/s/fs/dfs