Advertisement
Guest User

Untitled

a guest
May 21st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.87 KB | None | 0 0
  1. Filtering on...........................................................
  2. Hibernate:
  3. select
  4. this_.id as id1_1_0_,
  5. this_.city as city2_1_0_,
  6. this_.e_mail as e_mail3_1_0_,
  7. this_.password as password4_1_0_,
  8. this_.postCode as postCode5_1_0_,
  9. this_.STATE as STATE6_1_0_,
  10. this_.street as street7_1_0_,
  11. this_.type as type8_1_0_,
  12. this_.username as username9_1_0_
  13. from
  14. User this_
  15. where
  16. this_.username=?
  17. User : User [id=1, nick=michal, password=test123, e_mail=dadasd@sdasda, city=wroclaw, street=fafasf, postCodeadasfaf, state=asfaf, type=afadasd]
  18. Hibernate:
  19. select
  20. this_.id as id1_1_0_,
  21. this_.city as city2_1_0_,
  22. this_.e_mail as e_mail3_1_0_,
  23. this_.password as password4_1_0_,
  24. this_.postCode as postCode5_1_0_,
  25. this_.STATE as STATE6_1_0_,
  26. this_.street as street7_1_0_,
  27. this_.type as type8_1_0_,
  28. this_.username as username9_1_0_
  29. from
  30. User this_
  31. where
  32. this_.username=?
  33. User : User [id=1, nick=michal, password=test123, e_mail=dadasd@sdasda, city=wroclaw, street=fafasf, postCodeadasfaf, state=asfaf, type=afadasd]
  34. Filtering on...........................................................
  35. Hibernate:
  36. select
  37. this_.id as id1_1_0_,
  38. this_.city as city2_1_0_,
  39. this_.e_mail as e_mail3_1_0_,
  40. this_.password as password4_1_0_,
  41. this_.postCode as postCode5_1_0_,
  42. this_.STATE as STATE6_1_0_,
  43. this_.street as street7_1_0_,
  44. this_.type as type8_1_0_,
  45. this_.username as username9_1_0_
  46. from
  47. User this_
  48. where
  49. this_.username=?
  50. Filtering on...........................................................
  51. Hibernate:
  52. select
  53. this_.id as id1_1_0_,
  54. this_.city as city2_1_0_,
  55. this_.e_mail as e_mail3_1_0_,
  56. this_.password as password4_1_0_,
  57. this_.postCode as postCode5_1_0_,
  58. this_.STATE as STATE6_1_0_,
  59. this_.street as street7_1_0_,
  60. this_.type as type8_1_0_,
  61. this_.username as username9_1_0_
  62. from
  63. User this_
  64. where
  65. this_.username=?
  66. maj 22, 2016 1:24:22 AM org.apache.catalina.core.StandardWrapperValve invoke
  67. SEVERE: Servlet.service() for servlet [dispatcher] in context with path [/E_ksiazeczka_zdrowia_dziecka] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
  68. java.lang.NullPointerException
  69. at com.websystique.springmvc.controller.ChildController.listChild(ChildController.java:69)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  73. at java.lang.reflect.Method.invoke(Method.java:498)
  74. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:222)
  75. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)
  76. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110)
  77. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:814)
  78. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:737)
  79. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
  80. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)
  81. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)
  82. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:969)
  83. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:860)
  84. at javax.servlet.http.HttpServlet.service(HttpServlet.java:622)
  85. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:845)
  86. at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
  87. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
  88. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
  89. at com.websystique.springmvc.configuration.CORSFilter.doFilter(CORSFilter.java:25)
  90. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
  91. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
  92. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  93. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
  94. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
  95. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316)
  96. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
  97. at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
  98. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  99. at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
  100. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  101. at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:122)
  102. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  103. at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
  104. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  105. at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:169)
  106. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  107. at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:48)
  108. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  109. at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:205)
  110. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  111. at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:120)
  112. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  113. at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)
  114. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  115. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  116. at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)
  117. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  118. at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:53)
  119. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  120. at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
  121. at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)
  122. at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)
  123. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
  124. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
  125. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
  126. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
  127. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
  128. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
  129. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
  130. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
  131. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
  132. at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
  133. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
  134. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:522)
  135. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1095)
  136. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
  137. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1502)
  138. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1458)
  139. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  140. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  141. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  142. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement