Advertisement
eliantonioni

Untitled

Oct 26th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 KB | None | 0 0
  1.  
  2. c:\workspace\contractors-scrapper>gradlew bootRun
  3. :compileJava UP-TO-DATE
  4. :processResources UP-TO-DATE
  5. :classes UP-TO-DATE
  6. :findMainClass
  7. :bootRun
  8.  
  9. . ____ _ __ _ _
  10. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  11. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  12. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  13. ' |____| .__|_| |_|_| |_\__, | / / / /
  14. =========|_|==============|___/=/_/_/_/
  15. :: Spring Boot :: (v1.5.1.RELEASE)
  16.  
  17. 2017-10-26 20:52:46.411 INFO 15284 --- [ main] com.sw.ContractorScrap
  18. perApplication : Starting ContractorScrapperApplication on MSI with PID 1528
  19. 4 (C:\workspace\contractors-scrapper\build\classes\main started by ╨Р╨╜╤В╨╛╨╜ in
  20. C:\workspace\contractors-scrapper)
  21. 2017-10-26 20:52:46.415 INFO 15284 --- [ main] com.sw.ContractorScrap
  22. perApplication : No active profile set, falling back to default profiles: de
  23. fault
  24. 2017-10-26 20:52:46.473 INFO 15284 --- [ main] ationConfigEmbeddedWeb
  25. ApplicationContext : Refreshing org.springframework.boot.context.embedded.Annota
  26. tionConfigEmbeddedWebApplicationContext@770c2e6b: startup date [Thu Oct 26 20:52
  27. :46 GMT+03:00 2017]; root of context hierarchy
  28. 2017-10-26 20:52:47.976 INFO 15284 --- [ main] trationDelegate$BeanPo
  29. stProcessorChecker : Bean 'contractorScrapperApplication' of type [class com.sw.
  30. ContractorScrapperApplication$$EnhancerBySpringCGLIB$$d7411261] is not eligible
  31. for getting processed by all BeanPostProcessors (for example: not eligible for a
  32. uto-proxying)
  33. 2017-10-26 20:52:48.072 INFO 15284 --- [ main] trationDelegate$BeanPo
  34. stProcessorChecker : Bean 'org.springframework.boot.autoconfigure.validation.Val
  35. idationAutoConfiguration' of type [class org.springframework.boot.autoconfigure.
  36. validation.ValidationAutoConfiguration] is not eligible for getting processed by
  37. all BeanPostProcessors (for example: not eligible for auto-proxying)
  38. 2017-10-26 20:52:48.172 INFO 15284 --- [ main] trationDelegate$BeanPo
  39. stProcessorChecker : Bean 'validator' of type [class org.springframework.validat
  40. ion.beanvalidation.LocalValidatorFactoryBean] is not eligible for getting proces
  41. sed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  42. 2017-10-26 20:52:48.208 INFO 15284 --- [ main] trationDelegate$BeanPo
  43. stProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTrans
  44. actionManagementConfiguration' of type [class org.springframework.transaction.an
  45. notation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$dd4aa8c
  46. a] is not eligible for getting processed by all BeanPostProcessors (for example:
  47. not eligible for auto-proxying)
  48. 2017-10-26 20:52:48.675 INFO 15284 --- [ main] s.b.c.e.t.TomcatEmbedd
  49. edServletContainer : Tomcat initialized with port(s): 8080 (http)
  50. 2017-10-26 20:52:48.691 INFO 15284 --- [ main] o.apache.catalina.core
  51. .StandardService : Starting service Tomcat
  52. 2017-10-26 20:52:48.694 INFO 15284 --- [ main] org.apache.catalina.co
  53. re.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.11
  54. 2017-10-26 20:52:48.836 INFO 15284 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[lo
  55. calhost].[/] : Initializing Spring embedded WebApplicationContext
  56. 2017-10-26 20:52:48.836 INFO 15284 --- [ost-startStop-1] o.s.web.context.Contex
  57. tLoader : Root WebApplicationContext: initialization completed in 236
  58. 6 ms
  59. 2017-10-26 20:52:48.984 INFO 15284 --- [ost-startStop-1] o.s.b.w.servlet.Servle
  60. tRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  61. 2017-10-26 20:52:48.991 INFO 15284 --- [ost-startStop-1] o.s.b.w.servlet.Filter
  62. RegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  63. 2017-10-26 20:52:48.992 INFO 15284 --- [ost-startStop-1] o.s.b.w.servlet.Filter
  64. RegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  65. 2017-10-26 20:52:48.992 INFO 15284 --- [ost-startStop-1] o.s.b.w.servlet.Filter
  66. RegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  67. 2017-10-26 20:52:48.992 INFO 15284 --- [ost-startStop-1] o.s.b.w.servlet.Filter
  68. RegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  69. 2017-10-26 20:52:49.282 INFO 15284 --- [ main] o.f.core.internal.util
  70. .VersionPrinter : Flyway 3.2.1 by Boxfuse
  71. 2017-10-26 20:52:49.624 INFO 15284 --- [ main] o.f.c.i.dbsupport.DbSu
  72. pportFactory : Database: jdbc:postgresql:scrapper (PostgreSQL 9.4)
  73. 2017-10-26 20:52:49.666 INFO 15284 --- [ main] o.f.core.internal.comm
  74. and.DbValidate : Validated 5 migrations (execution time 00:00.017s)
  75. 2017-10-26 20:52:49.681 INFO 15284 --- [ main] o.f.c.i.metadatatable.
  76. MetaDataTableImpl : Creating Metadata table: "public"."schema_version"
  77. 2017-10-26 20:52:50.000 INFO 15284 --- [ main] o.f.core.internal.comm
  78. and.DbMigrate : Current version of schema "public": << Empty Schema >>
  79. 2017-10-26 20:52:50.000 INFO 15284 --- [ main] o.f.core.internal.comm
  80. and.DbMigrate : Migrating schema "public" to version 1.2 - init db
  81. 2017-10-26 20:52:50.896 INFO 15284 --- [ main] o.f.core.internal.comm
  82. and.DbMigrate : Migrating schema "public" to version 1.3 - add sc uploading
  83. columns
  84. 2017-10-26 20:52:51.038 INFO 15284 --- [ main] o.f.core.internal.comm
  85. and.DbMigrate : Migrating schema "public" to version 1.4 - add sc uploading
  86. table
  87. 2017-10-26 20:52:51.117 INFO 15284 --- [ main] o.f.core.internal.comm
  88. and.DbMigrate : Migrating schema "public" to version 1.5 - add cv master so
  89. urce columns
  90. 2017-10-26 20:52:51.217 INFO 15284 --- [ main] o.f.core.internal.comm
  91. and.DbMigrate : Migrating schema "public" to version 1.6 - add cv process d
  92. irectory columns
  93. 2017-10-26 20:52:51.385 INFO 15284 --- [ main] o.f.core.internal.comm
  94. and.DbMigrate : Successfully applied 5 migrations to schema "public" (execu
  95. tion time 00:01.706s).
  96. 2017-10-26 20:52:51.539 INFO 15284 --- [ main] j.LocalContainerEntity
  97. ManagerFactoryBean : Building JPA container EntityManagerFactory for persistence
  98. unit 'default'
  99. 2017-10-26 20:52:51.558 INFO 15284 --- [ main] o.hibernate.jpa.intern
  100. al.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [
  101. name: default
  102. ...]
  103. 2017-10-26 20:52:51.637 INFO 15284 --- [ main] org.hibernate.Version
  104. : HHH000412: Hibernate Core {5.2.8.Final}
  105. 2017-10-26 20:52:51.639 INFO 15284 --- [ main] org.hibernate.cfg.Envi
  106. ronment : HHH000206: hibernate.properties not found
  107. 2017-10-26 20:52:51.749 INFO 15284 --- [ main] o.hibernate.annotation
  108. s.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  109. 2017-10-26 20:52:52.069 INFO 15284 --- [ main] org.hibernate.dialect.
  110. Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLD
  111. ialect
  112. 2017-10-26 20:52:52.161 INFO 15284 --- [ main] o.h.e.j.e.i.LobCreator
  113. BuilderImpl : HHH000424: Disabling contextual LOB creation as createClob(
  114. ) method threw error : java.lang.reflect.InvocationTargetException
  115. 2017-10-26 20:52:52.163 INFO 15284 --- [ main] org.hibernate.type.Bas
  116. icTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides pre
  117. vious : org.hibernate.type.UUIDBinaryType@73809e7
  118. 2017-10-26 20:52:52.809 INFO 15284 --- [ main] j.LocalContainerEntity
  119. ManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit '
  120. default'
  121. 2017-10-26 20:52:53.216 INFO 15284 --- [ main] o.h.h.i.QueryTranslato
  122. rFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory
  123. 2017-10-26 20:52:53.773 WARN 15284 --- [ main] ationConfigEmbeddedWeb
  124. ApplicationContext : Exception encountered during context initialization - cance
  125. lling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyEx
  126. ception: Error creating bean with name 'scrapController': Unsatisfied dependency
  127. expressed through field 'cdService'; nested exception is org.springframework.be
  128. ans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'con
  129. tractorDetailsService': Bean with name 'contractorDetailsService' has been injec
  130. ted into other beans [yelpSearchContentProcessor] in its raw version as part of
  131. a circular reference, but has eventually been wrapped. This means that said othe
  132. r beans do not use the final version of the bean. This is often the result of ov
  133. er-eager type matching - consider using 'getBeanNamesOfType' with the 'allowEage
  134. rInit' flag turned off, for example.
  135. 2017-10-26 20:52:53.774 INFO 15284 --- [ main] j.LocalContainerEntity
  136. ManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'defa
  137. ult'
  138. 2017-10-26 20:52:53.786 INFO 15284 --- [ main] utoConfigurationReport
  139. LoggingInitializer :
  140.  
  141. Error starting ApplicationContext. To display the auto-configuration report re-r
  142. un your application with 'debug' enabled.
  143. 2017-10-26 20:52:53.793 ERROR 15284 --- [ main] o.s.b.d.LoggingFailure
  144. AnalysisReporter :
  145.  
  146. ***************************
  147. APPLICATION FAILED TO START
  148. ***************************
  149.  
  150. Description:
  151.  
  152. The dependencies of some of the beans in the application context form a cycle:
  153.  
  154. | scrapController (field private com.sw.contractorscrapper.contractor.Contracto
  155. rDetailsService com.sw.contractorscrapper.api.ScrapController.cdService)
  156. тЖС тЖУ
  157. | contractorDetailsService
  158. тФФтФАтФАтФАтФАтФАтФ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement