Advertisement
gtludwig

Untitled

May 2nd, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.53 KB | None | 0 0
  1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  2. SLF4J: Defaulting to no-operation (NOP) logger implementation
  3. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  4. [INFO] Scanning for projects...
  5. [INFO]
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Building smartquality 0.0.1-SNAPSHOT
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO]
  10. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ smartquality ---
  11. [INFO] Deleting C:\dev\sts-bundle\workspace\smartquality\target
  12. [INFO]
  13. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ smartquality ---
  14. [debug] execute contextualize
  15. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  16. [INFO] Copying 2 resources
  17. [INFO]
  18. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ smartquality ---
  19. [INFO] Changes detected - recompiling the module!
  20. [INFO] Compiling 2 source files to C:\dev\sts-bundle\workspace\smartquality\target\classes
  21. [INFO]
  22. [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ smartquality ---
  23. [debug] execute contextualize
  24. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  25. [INFO] Copying 0 resource
  26. [INFO]
  27. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ smartquality ---
  28. [INFO] Nothing to compile - all classes are up to date
  29. [INFO]
  30. [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ smartquality ---
  31. [INFO] Surefire report directory: C:\dev\sts-bundle\workspace\smartquality\target\surefire-reports
  32.  
  33. -------------------------------------------------------
  34. T E S T S
  35. -------------------------------------------------------
  36.  
  37. Results :
  38.  
  39. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  40.  
  41. [INFO]
  42. [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ smartquality ---
  43. [INFO] Packaging webapp
  44. [INFO] Assembling webapp [smartquality] in [C:\dev\sts-bundle\workspace\smartquality\target\smartquality-0.0.1-SNAPSHOT]
  45. [INFO] Processing war project
  46. [INFO] Copying webapp resources [C:\dev\sts-bundle\workspace\smartquality\src\main\webapp]
  47. [INFO] Webapp assembled in [364 msecs]
  48. [INFO] Building war: C:\dev\sts-bundle\workspace\smartquality\target\smartquality-0.0.1-SNAPSHOT.war
  49. [WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored
  50. (webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true')
  51. [INFO]
  52. [INFO] >>> tomcat7-maven-plugin:2.2:run (default-cli) @ smartquality >>>
  53. [INFO]
  54. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ smartquality ---
  55. [debug] execute contextualize
  56. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  57. [INFO] Copying 2 resources
  58. [INFO]
  59. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ smartquality ---
  60. [INFO] Nothing to compile - all classes are up to date
  61. [INFO]
  62. [INFO] <<< tomcat7-maven-plugin:2.2:run (default-cli) @ smartquality <<<
  63. [INFO]
  64. [INFO] --- tomcat7-maven-plugin:2.2:run (default-cli) @ smartquality ---
  65. [INFO] Running war on http://localhost:8080/smartquality
  66. [INFO] Creating Tomcat server configuration at C:\dev\sts-bundle\workspace\smartquality\target\tomcat
  67. [INFO] create webapp with contextPath: /smartquality
  68. Mai 02, 2014 9:16:59 AM org.apache.coyote.AbstractProtocol init
  69. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  70. Mai 02, 2014 9:16:59 AM org.apache.catalina.core.StandardService startInternal
  71. INFO: Starting service Tomcat
  72. Mai 02, 2014 9:16:59 AM org.apache.catalina.core.StandardEngine startInternal
  73. INFO: Starting Servlet Engine: Apache Tomcat/7.0.47
  74. Mai 02, 2014 9:17:02 AM org.apache.catalina.core.ApplicationContext log
  75. INFO: Log4jServletContainerInitializer starting up Log4j in Servlet 3.0+ environment.
  76. Mai 02, 2014 9:17:02 AM org.apache.catalina.core.ApplicationContext log
  77. INFO: No Spring WebApplicationInitializer types detected on classpath
  78. Mai 02, 2014 9:17:02 AM org.apache.catalina.core.ApplicationContext log
  79. INFO: Log4jServletContextListener ensuring that Log4j starts up properly.
  80. log4j:WARN No appenders could be found for logger (org.springframework.web.context.support.StandardServletEnvironment).
  81. log4j:WARN Please initialize the log4j system properly.
  82. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  83. Mai 02, 2014 9:17:03 AM org.apache.catalina.core.ApplicationContext log
  84. INFO: Log4jServletFilter initialized.
  85. Mai 02, 2014 9:17:03 AM org.apache.catalina.core.ApplicationContext log
  86. INFO: Initializing Spring FrameworkServlet 'smartquality'
  87. Mai 02, 2014 9:17:03 AM org.apache.catalina.core.ApplicationContext log
  88. SEVERE: StandardWrapper.Throwable
  89. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'assemblySequenceHibernateDao': Injection of persistence dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [javax.persistence.EntityManagerFactory] is defined
  90. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PersistenceAnnotationBeanPostProcessor.java:356)
  91. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1185)
  92. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  93. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  94. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
  95. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  96. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
  97. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
  98. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
  99. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
  100. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
  101. at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:658)
  102. at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:624)
  103. at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:672)
  104. at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:543)
  105. at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:484)
  106. at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
  107. at javax.servlet.GenericServlet.init(GenericServlet.java:160)
  108. at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1280)
  109. at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1193)
  110. at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1088)
  111. at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5176)
  112. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5460)
  113. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  114. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
  115. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
  116. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
  117. at java.util.concurrent.FutureTask.run(FutureTask.java:166)
  118. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  119. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  120. at java.lang.Thread.run(Thread.java:722)
  121. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [javax.persistence.EntityManagerFactory] is defined
  122. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findDefaultEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:559)
  123. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:515)
  124. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$PersistenceElement.resolveEntityManager(PersistenceAnnotationBeanPostProcessor.java:682)
  125. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$PersistenceElement.getResourceToInject(PersistenceAnnotationBeanPostProcessor.java:655)
  126. at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:164)
  127. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
  128. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PersistenceAnnotationBeanPostProcessor.java:353)
  129. ... 30 more
  130.  
  131. Mai 02, 2014 9:17:04 AM org.apache.catalina.core.StandardContext loadOnStartup
  132. SEVERE: Servlet /smartquality threw load() exception
  133. org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [javax.persistence.EntityManagerFactory] is defined
  134. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findDefaultEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:559)
  135. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:515)
  136. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$PersistenceElement.resolveEntityManager(PersistenceAnnotationBeanPostProcessor.java:682)
  137. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$PersistenceElement.getResourceToInject(PersistenceAnnotationBeanPostProcessor.java:655)
  138. at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:164)
  139. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87)
  140. at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PersistenceAnnotationBeanPostProcessor.java:353)
  141. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1185)
  142. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  143. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:475)
  144. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:304)
  145. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228)
  146. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:300)
  147. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:195)
  148. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:703)
  149. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:760)
  150. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:482)
  151. at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:658)
  152. at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:624)
  153. at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:672)
  154. at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:543)
  155. at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:484)
  156. at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:136)
  157. at javax.servlet.GenericServlet.init(GenericServlet.java:160)
  158. at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1280)
  159. at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1193)
  160. at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1088)
  161. at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5176)
  162. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5460)
  163. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  164. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
  165. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
  166. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
  167. at java.util.concurrent.FutureTask.run(FutureTask.java:166)
  168. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  169. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  170. at java.lang.Thread.run(Thread.java:722)
  171.  
  172. Mai 02, 2014 9:17:04 AM org.apache.coyote.AbstractProtocol start
  173. INFO: Starting ProtocolHandler ["http-bio-8080"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement