Advertisement
jflory7

Saikban Stacktrace, 13 Sept 2015

Sep 13th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. 2015-09-13 00:05:48.473 WARN 2806 --- [1147394515-1437] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1406, SQLState: 22001
  2. 2015-09-13 00:05:48.473 ERROR 2806 --- [1147394515-1437] o.h.engine.jdbc.spi.SqlExceptionHelper : Data truncation: Data too long for column 'message' at row 1
  3. 2015-09-13 00:08:26.682 WARN 2806 --- [1147394515-1437] o.eclipse.jetty.servlet.ServletHandler : /penalty/306
  4.  
  5. org.hibernate.SessionException: Session is closed!
  6. at org.hibernate.internal.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:133)
  7. at org.hibernate.internal.SessionImpl.beginTransaction(SessionImpl.java:1433)
  8. at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
  9. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  10. at java.lang.reflect.Method.invoke(Method.java:497)
  11. at org.hibernate.context.internal.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:356)
  12. at com.sun.proxy.$Proxy63.beginTransaction(Unknown Source)
  13. at at.yawk.saikban.sql.SqlDriver.getUser(SqlDriver.java:332)
  14. at at.yawk.saikban.web.auth.MinecraftAuthenticationProvider.authenticate(MinecraftAuthenticationProvider.java:21)
  15. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:156)
  16. at at.yawk.saikban.web.auth.MinecraftAuthenticationProcessingFilter.confirmAndSetAccess(MinecraftAuthenticationProcessingFilter.java:70)
  17. at at.yawk.saikban.web.auth.MinecraftAuthenticationProcessingFilter.doFilter(MinecraftAuthenticationProcessingFilter.java:52)
  18. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  19. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
  20. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
  21. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667)
  22. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77)
  23. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  24. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667)
  25. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:85)
  26. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  27. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667)
  28. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
  29. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  30. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
  31. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
  32. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1113)
  33. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
  34. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  35. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1047)
  36. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  37. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:119)
  38. at org.eclipse.jetty.server.Server.handle(Server.java:517)
  39. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:302)
  40. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:242)
  41. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:238)
  42. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
  43. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:57)
  44. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:213)
  45. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:147)
  46. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
  47. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
  48. at java.lang.Thread.run(Thread.java:745)
  49.  
  50. [...]
  51.  
  52. 2015-09-13 10:34:24.583 WARN 2806 --- [147394515-10702] o.eclipse.jetty.servlet.ServletHandler : /penalty/306
  53.  
  54. org.hibernate.SessionException: Session is closed!
  55. at org.hibernate.internal.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:133)
  56. at org.hibernate.internal.SessionImpl.beginTransaction(SessionImpl.java:1433)
  57. at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  59. at java.lang.reflect.Method.invoke(Method.java:497)
  60. at org.hibernate.context.internal.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:356)
  61. at com.sun.proxy.$Proxy63.beginTransaction(Unknown Source)
  62. at at.yawk.saikban.sql.SqlDriver.getUser(SqlDriver.java:332)
  63. at at.yawk.saikban.web.auth.MinecraftAuthenticationProvider.authenticate(MinecraftAuthenticationProvider.java:21)
  64. at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:156)
  65. at at.yawk.saikban.web.auth.MinecraftAuthenticationProcessingFilter.confirmAndSetAccess(MinecraftAuthenticationProcessingFilter.java:70)
  66. at at.yawk.saikban.web.auth.MinecraftAuthenticationProcessingFilter.doFilter(MinecraftAuthenticationProcessingFilter.java:52)
  67. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)
  68. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)
  69. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)
  70. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667)
  71. at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:77)
  72. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  73. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667)
  74. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:85)
  75. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  76. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667)
  77. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
  78. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  79. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
  80. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
  81. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1113)
  82. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
  83. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  84. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1047)
  85. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  86. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:119)
  87. at org.eclipse.jetty.server.Server.handle(Server.java:517)
  88. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:302)
  89. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:242)
  90. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:238)
  91. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
  92. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:57)
  93. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:213)
  94. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:147)
  95. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
  96. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
  97. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement