Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.43 KB | None | 0 0
  1. ERROR: org.springframework.web.context.ContextLoader - Context initialization failed
  2. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'homeController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private ch.sumli.admin.services.RestClient ch.sumli.admin.controllers.HomeController.restClient; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restClient': Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
  3. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  4. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  5. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  6. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  7. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  8. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  9. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  10. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  11. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
  12. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
  13. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  14. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)
  15. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)
  16. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  17. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798)
  18. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
  19. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789)
  20. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
  21. at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341)
  22. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334)
  23. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
  24. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)
  25. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  26. at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
  27. at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
  28. at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498)
  29. at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
  30. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
  31. at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
  32. at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:609)
  33. at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
  34. at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
  35. at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:329)
  36. at java.util.TimerThread.mainLoop(Timer.java:555)
  37. at java.util.TimerThread.run(Timer.java:505)
  38. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private ch.sumli.admin.services.RestClient ch.sumli.admin.controllers.HomeController.restClient; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restClient': Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
  39. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  40. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  41. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  42. ... 34 more
  43. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restClient': Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
  44. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:355)
  45. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  46. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  47. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  48. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  49. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  50. ... 36 more
  51. Caused by: java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
  52. at org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes(RequestContextHolder.java:131)
  53. at org.springframework.web.context.request.SessionScope.get(SessionScope.java:91)
  54. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:340)
  55. ... 41 more
  56. 2016-04-20 14:19:28.413:WARN:oejw.WebAppContext:Scanner-1: Failed startup of context o.e.j.w.WebAppContext@657d9244{/,file:/home/stanimir/SumliProjects/SumliAdmin/admin/target/sumli-admin-0.1/,STARTING}
  57. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'homeController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private ch.sumli.admin.services.RestClient ch.sumli.admin.controllers.HomeController.restClient; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restClient': Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
  58. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  59. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  60. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  61. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  62. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  63. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  64. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  65. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  66. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
  67. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
  68. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  69. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)
  70. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)
  71. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  72. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798)
  73. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
  74. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789)
  75. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
  76. at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341)
  77. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334)
  78. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
  79. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)
  80. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  81. at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
  82. at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
  83. at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498)
  84. at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
  85. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
  86. at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
  87. at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:609)
  88. at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
  89. at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
  90. at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:329)
  91. at java.util.TimerThread.mainLoop(Timer.java:555)
  92. at java.util.TimerThread.run(Timer.java:505)
  93. Caused by:
  94. org.springframework.beans.factory.BeanCreationException: Could not autowire field: private ch.sumli.admin.services.RestClient ch.sumli.admin.controllers.HomeController.restClient; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restClient': Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
  95. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  96. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  97. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  98. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  99. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  100. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  101. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  102. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  103. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  104. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  105. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
  106. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
  107. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  108. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)
  109. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)
  110. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  111. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798)
  112. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
  113. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789)
  114. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
  115. at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341)
  116. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334)
  117. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
  118. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)
  119. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  120. at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
  121. at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
  122. at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498)
  123. at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
  124. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
  125. at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
  126. at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:609)
  127. at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
  128. at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
  129. at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:329)
  130. at java.util.TimerThread.mainLoop(Timer.java:555)
  131. at java.util.TimerThread.run(Timer.java:505)
  132. Caused by:
  133. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restClient': Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
  134. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:355)
  135. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  136. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  137. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  138. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  139. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  140. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  141. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  142. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  143. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  144. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  145. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  146. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  147. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  148. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  149. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
  150. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
  151. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  152. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)
  153. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)
  154. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  155. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798)
  156. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
  157. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789)
  158. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
  159. at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341)
  160. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334)
  161. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
  162. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)
  163. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  164. at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
  165. at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
  166. at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498)
  167. at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
  168. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
  169. at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
  170. at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:609)
  171. at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
  172. at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
  173. at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:329)
  174. at java.util.TimerThread.mainLoop(Timer.java:555)
  175. at java.util.TimerThread.run(Timer.java:505)
  176. Caused by:
  177. java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running outside of DispatcherServlet/DispatcherPortlet: In this case, use RequestContextListener or RequestContextFilter to expose the current request.
  178. at org.springframework.web.context.request.RequestContextHolder.currentRequestAttributes(RequestContextHolder.java:131)
  179. at org.springframework.web.context.request.SessionScope.get(SessionScope.java:91)
  180. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:340)
  181. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  182. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  183. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  184. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  185. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  186. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  187. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  188. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  189. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  190. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  191. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  192. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  193. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  194. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  195. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
  196. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
  197. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  198. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:446)
  199. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:328)
  200. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  201. at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:798)
  202. at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
  203. at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:789)
  204. at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
  205. at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1341)
  206. at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1334)
  207. at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
  208. at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:497)
  209. at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
  210. at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
  211. at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
  212. at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498)
  213. at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
  214. at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
  215. at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
  216. at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:609)
  217. at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
  218. at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
  219. at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:329)
  220. at java.util.TimerThread.mainLoop(Timer.java:555)
  221. at java.util.TimerThread.run(Timer.java:505)
  222. [2016-04-20 02:19:28,868] Artifact sumli-admin:war exploded: Artifact is deployed successfully
  223. [2016-04-20 02:19:28,869] Artifact sumli-admin:war exploded: Deploy took 6,331 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement