Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 KB | None | 0 0
  1. org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NullPointerException
  2. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)
  3. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
  4. at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  5. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
  6. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  7. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:806)
  8. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
  9. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  10. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:550)
  11. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
  12. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1128)
  13. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
  14. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  15. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1062)
  16. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  17. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
  18. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
  19. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
  20. at org.eclipse.jetty.server.Server.handle(Server.java:507)
  21. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284)
  22. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:237)
  23. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:240)
  24. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:93)
  25. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:53)
  26. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.produceAndRun(ExecuteProduceRun.java:191)
  27. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.run(ExecuteProduceRun.java:126)
  28. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:641)
  29. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:559)
  30. at java.lang.Thread.run(Thread.java:745)
  31. Caused by:
  32. java.lang.NullPointerException
  33. at mVc.service.LoginService.createLogin(LoginService.java:20)
  34. at mVc.controller.Login.login(Login.java:29)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:498)
  39. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:180)
  40. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:440)
  41. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:428)
  42. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
  43. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
  44. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
  45. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
  46. at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  47. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
  48. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  49. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:806)
  50. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
  51. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  52. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:550)
  53. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
  54. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1128)
  55. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
  56. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  57. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1062)
  58. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  59. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
  60. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
  61. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
  62. at org.eclipse.jetty.server.Server.handle(Server.java:507)
  63. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284)
  64. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:237)
  65. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:240)
  66. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:93)
  67. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:53)
  68. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.produceAndRun(ExecuteProduceRun.java:191)
  69. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.run(ExecuteProduceRun.java:126)
  70. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:641)
  71. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:559)
  72. at java.lang.Thread.run(Thread.java:745)
  73. 2016-10-25 20:43:59.090:WARN:oejs.ServletHandler:qtp22934715-13:
  74. org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NullPointerException
  75. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)
  76. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
  77. at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  78. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
  79. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  80. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:806)
  81. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
  82. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  83. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:550)
  84. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
  85. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1128)
  86. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
  87. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  88. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1062)
  89. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  90. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
  91. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
  92. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
  93. at org.eclipse.jetty.server.Server.handle(Server.java:507)
  94. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284)
  95. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:237)
  96. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:240)
  97. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:93)
  98. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:53)
  99. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.produceAndRun(ExecuteProduceRun.java:191)
  100. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.run(ExecuteProduceRun.java:126)
  101. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:641)
  102. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:559)
  103. at java.lang.Thread.run(Thread.java:745)
  104. Caused by:
  105. java.lang.NullPointerException
  106. at mVc.service.LoginService.createLogin(LoginService.java:20)
  107. at mVc.controller.Login.login(Login.java:29)
  108. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  110. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111. at java.lang.reflect.Method.invoke(Method.java:498)
  112. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:180)
  113. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:440)
  114. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:428)
  115. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
  116. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
  117. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
  118. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
  119. at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  120. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
  121. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  122. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:806)
  123. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
  124. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  125. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:550)
  126. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
  127. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1128)
  128. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
  129. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  130. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1062)
  131. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  132. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
  133. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
  134. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
  135. at org.eclipse.jetty.server.Server.handle(Server.java:507)
  136. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:284)
  137. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:237)
  138. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:240)
  139. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:93)
  140. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:53)
  141. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.produceAndRun(ExecuteProduceRun.java:191)
  142. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceRun.run(ExecuteProduceRun.java:126)
  143. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:641)
  144. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:559)
  145. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement