Advertisement
Guest User

Untitled

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