Advertisement
Guest User

Untitled

a guest
Jun 20th, 2016
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.93 KB | None | 0 0
  1. TCC 16.03.52 Windows 7 [Version 6.1.7601]
  2. Copyright (c) 2014 JP Software Inc. Все права защищены
  3. Дней до окончания ознакомительного периода: 30539.
  4. Take Command можно купить на сайте http://jpsoft.com
  5.  
  6. [C:\Program Files (x86)\JPSoft\TCMD16]cd c:\b\
  7.  
  8. [C:\b]import_meta.bat
  9. call init_env.bat
  10. set JAVA_HOME=c:\Program Files\Java\jdk1.8.0_60
  11. set STORAGE_ID=default
  12. set SEARCH_CLUSTER_NAME=IvanMarshalkin
  13. set SEARCH_HOST=localhost:9300
  14. set UNISTORE_DB_HOST=localhost
  15. set UNISTORE_DB_PORT=5432
  16. set UNISTORE_DB_NAME=unidata
  17. set UNISTORE_DB_USER_NAME=postgres
  18. set UNISTORE_DB_USER_PASSWORD=postgres
  19. set UNISTORE_DB_SCHEMA=public
  20. set STAGING_DB_HOST=localhost
  21. set STAGING_DB_PORT=5432
  22. set STAGING_DB_NAME=unidata
  23. set STAGING_DB_USER_NAME=postgres
  24. set STAGING_DB_USER_PASSWORD=postgres
  25. set STAGING_DB_SCHEMA=staging
  26. #set DEBUG=1
  27. TCC: C:\b\import_meta.bat [3] Неизвестная команда "#set"
  28. call bin\unidata-cli.bat --action IMPORT_MODEL --model import\current-ocrv-model.xml --model-import-mode RECREATE --db-url "jdbc:postgresql://localhost:5432/unidata?user=p
  29. ostgres&password=postgres&currentSchema=public" --search-cluster IvanMarshalkin --search-host localhost:9300
  30. èþí 20, 2016 11:59:30 AM com.mchange.v2.log.MLog <clinit>
  31. INFO: MLog clients using java 1.4+ standard logging.
  32. èþí 20, 2016 11:59:31 AM com.mchange.v2.c3p0.C3P0Registry banner
  33. INFO: Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; trace: 10]
  34. 11:59:31,255 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  35. 11:59:31,255 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  36. 11:59:31,255 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/C:/b/lib/backend-3.8-qa16.jar!/logback.xml]
  37. 11:59:31,255 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
  38. 11:59:31,255 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/C:/b/lib/backend-4.0-qa7.jar!/logback.xml]
  39. 11:59:31,255 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/C:/b/lib/backend-3.8-qa16.jar!/logback.xml]
  40. 11:59:31,265 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@4659191b - URL [jar:file:/C:/b/lib/backend-3.8-qa16.jar!/logback.xml] is not of type file
  41. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
  42. 11:59:31,285 |-INFO in ReconfigureOnChangeFilter{invocationCounter=0} - Will scan for changes in [[]] every 60 seconds.
  43. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Adding ReconfigureOnChangeFilter as a turbo filter
  44. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net.sf.ehcache] to INFO
  45. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.web.servlet] to INFO
  46. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.cxf] to INFO
  47. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.unidata] to INFO
  48. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.unidata.mdm.backend.service.job] to DEBUG
  49. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.unidata.mdm.backend.jdbc] to WARN
  50. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.unidata.mdm.backend.dao] to WARN
  51. 11:59:31,285 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [UNIDATA_REST_CLIENT] to ALL
  52. 11:59:31,295 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [CLIENT_LOG_FILE]. Did you define it below instead of above i
  53. n the configuration file?
  54. 11:59:31,295 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  55. 11:59:31,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropag
  56. ator] to the object stack
  57. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
  58. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating ALL level on Logger[UNIDATA_REST_CLIENT] onto the JUL framework
  59. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating INFO level on Logger[com.unidata] onto the JUL framework
  60. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating WARN level on Logger[com.unidata.mdm.backend.dao] onto the JUL framework
  61. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating WARN level on Logger[com.unidata.mdm.backend.jdbc] onto the JUL framework
  62. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating DEBUG level on Logger[com.unidata.mdm.backend.service.job] onto the JUL fram
  63. ework
  64. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating INFO level on Logger[net.sf.ehcache] onto the JUL framework
  65. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating INFO level on Logger[org.apache.cxf] onto the JUL framework
  66. 11:59:31,295 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating INFO level on Logger[org.springframework.web.servlet] onto the JUL framework
  67.  
  68. 11:59:31,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting LoggerContextListener
  69. 11:59:31,295 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  70. 11:59:31,295 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [BACKEND_LOG_FILE]
  71. 11:59:31,325 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used
  72. 11:59:31,325 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern ./logs/closed/unidata_backend.%d{yyyy-MM-dd}.%i.log for the active file
  73. 11:59:31,325 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4b0d79fc - The date pattern is 'yyyy-MM-dd' from file name pattern './logs/closed/unidata_backend.
  74. %d{yyyy-MM-dd}.%i.log'.
  75. 11:59:31,325 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4b0d79fc - Roll-over at midnight.
  76. 11:59:31,325 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4b0d79fc - Setting initial period to Mon Jun 20 11:59:31 MSK 2016
  77. 11:59:31,335 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
  78. property
  79. 11:59:31,365 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[BACKEND_LOG_FILE] - Active log file name: ./logs/unidata_backend.log
  80. 11:59:31,365 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[BACKEND_LOG_FILE] - File property is set to [./logs/unidata_backend.log]
  81. 11:59:31,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  82. 11:59:31,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CLIENT_LOG_FILE]
  83. 11:59:31,365 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used
  84. 11:59:31,365 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern ./logs/closed/unidata_client.%d{yyyy-MM-dd}.%i.log for the active file
  85. 11:59:31,365 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4c1909a3 - The date pattern is 'yyyy-MM-dd' from file name pattern './logs/closed/unidata_client.%
  86. d{yyyy-MM-dd}.%i.log'.
  87. 11:59:31,365 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4c1909a3 - Roll-over at midnight.
  88. 11:59:31,365 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@4c1909a3 - Setting initial period to Mon Jun 20 11:59:31 MSK 2016
  89. 11:59:31,375 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
  90. property
  91. 11:59:31,375 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[CLIENT_LOG_FILE] - Active log file name: ./logs/unidata_client.log
  92. 11:59:31,375 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[CLIENT_LOG_FILE] - File property is set to [./logs/unidata_client.log]
  93. 11:59:31,375 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  94. 11:59:31,375 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  95. 11:59:31,375 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
  96. property
  97. 11:59:31,375 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
  98. 11:59:31,375 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@55634720 - Propagating INFO level on Logger[ROOT] onto the JUL framework
  99. 11:59:31,375 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [BACKEND_LOG_FILE] to Logger[ROOT]
  100. 11:59:31,375 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CLIENT_LOG_FILE] to Logger[ROOT]
  101. 11:59:31,375 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  102. 11:59:31,375 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  103. 11:59:31,375 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@428640fa - Registering current configuration as safe fallback point
  104.  
  105. 2016-06-20 11:59:31,475 [main] [-] [-] INFO o.s.c.a.AnnotationConfigApplicationContext.prepareRefresh:
  106. 511 - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1530c739: startup date [Mon Jun 20 11:59:31 MSK 2016]; root of context hierarchy
  107.  
  108. 2016-06-20 11:59:32,022 [main] [-] [-] WARN o.s.c.a.AnnotationConfigApplicationContext.refresh:487 - E
  109. xception encountered during context initialization - cancelling refresh attempt
  110. org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.unidata.mdm.backend.exchange.StandaloneConfiguration]; nested exce
  111. ption is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'exportServiceOverTables' for bean class [com.unidata.md
  112. m.backend.service.data.export.DataExportServiceOverTables] conflicts with existing, non-compatible bean definition of same name and class [com.unidata.mdm.backend.service.
  113. data.DataExportServiceOverTables]
  114. at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:180) ~[spring-context-4.1.8.RELEASE.jar:4.1.8.RELEASE]
  115. at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:306) ~[spring-context-4
  116. .1.8.RELEASE.jar:4.1.8.RELEASE]
  117. at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:239) ~[spring-cont
  118. ext-4.1.8.RELEASE.jar:4.1.8.RELEASE]
  119. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:254) ~[s
  120. pring-context-4.1.8.RELEASE.jar:4.1.8.RELEASE]
  121. at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:94) ~[spring-contex
  122. t-4.1.8.RELEASE.jar:4.1.8.RELEASE]
  123. at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:607) ~[spring-context-4.1.8.RELEA
  124. SE.jar:4.1.8.RELEASE]
  125. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462) ~[spring-context-4.1.8.RELEASE.jar:4.1.8.RELEASE]
  126. at com.unidata.mdm.backend.exchange.CmdLineClient.main(CmdLineClient.java:39) [backend-3.8-qa16.jar:na]
  127. Caused by: org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'exportServiceOverTables' for bean class [com.unidata.
  128. mdm.backend.service.data.export.DataExportServiceOverTables] conflicts with existing, non-compatible bean definition of same name and class [com.unidata.mdm.backend.servic
  129. e.data.DataExportServiceOverTables]
  130. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.checkCandidate(ClassPathBeanDefinitionScanner.java:320) ~[spring-context-4.1.8.RELEASE.jar
  131. :4.1.8.RELEASE]
  132. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:259) ~[spring-context-4.1.8.RELEASE.jar:4.1.8.R
  133.  
  134. [C:\b]import_meta.bat
  135. call init_env.bat
  136. set JAVA_HOME=c:\Program Files\Java\jdk1.8.0_60
  137. set STORAGE_ID=default
  138. set SEARCH_CLUSTER_NAME=IvanMarshalkin
  139. set SEARCH_HOST=localhost:9300
  140. set UNISTORE_DB_HOST=localhost
  141. set UNISTORE_DB_PORT=5432
  142. set UNISTORE_DB_NAME=unidata
  143. set UNISTORE_DB_USER_NAME=postgres
  144. set UNISTORE_DB_USER_PASSWORD=postgres
  145. set UNISTORE_DB_SCHEMA=public
  146. set STAGING_DB_HOST=localhost
  147. set STAGING_DB_PORT=5432
  148. set STAGING_DB_NAME=unidata
  149. set STAGING_DB_USER_NAME=postgres
  150. set STAGING_DB_USER_PASSWORD=postgres
  151. set STAGING_DB_SCHEMA=staging
  152. #set DEBUG=1
  153. TCC: C:\b\import_meta.bat [3] Неизвестная команда "#set"
  154. call bin\unidata-cli.bat --action IMPORT_MODEL --model import\current-ocrv-model.xml --model-import-mode RECREATE --db-url "jdbc:postgresql://localhost:5432/unidata?user=p
  155. ostgres&password=postgres&currentSchema=public" --search-cluster IvanMarshalkin --search-host localhost:9300
  156. èþí 20, 2016 12:02:13 PM com.mchange.v2.log.MLog <clinit>
  157. INFO: MLog clients using java 1.4+ standard logging.
  158. èþí 20, 2016 12:02:13 PM com.mchange.v2.c3p0.C3P0Registry banner
  159. INFO: Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; trace: 10]
  160. 12:02:13,664 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  161. 12:02:13,664 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  162. 12:02:13,664 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/C:/b/lib/backend-4.0-qa7.jar!/logback.xml]
  163. 12:02:13,674 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@d9345cd - URL [jar:file:/C:/b/lib/backend-4.0-qa7.jar!/logback.xml] is not of type file
  164. 12:02:13,694 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
  165. 12:02:13,694 |-INFO in ReconfigureOnChangeFilter{invocationCounter=0} - Will scan for changes in [[]] every 60 seconds.
  166. 12:02:13,694 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - Adding ReconfigureOnChangeFilter as a turbo filter
  167. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [net.sf.ehcache] to INFO
  168. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.web.servlet] to INFO
  169. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.cxf] to INFO
  170. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.unidata] to INFO
  171. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.unidata.mdm.backend.service.job] to DEBUG
  172. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.unidata.mdm.backend.jdbc] to WARN
  173. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.unidata.mdm.backend.dao] to WARN
  174. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [UNIDATA_REST_CLIENT] to ALL
  175. 12:02:13,704 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [CLIENT_LOG_FILE]. Did you define it below instead of above i
  176. n the configuration file?
  177. 12:02:13,704 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
  178. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropag
  179. ator] to the object stack
  180. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
  181. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating ALL level on Logger[UNIDATA_REST_CLIENT] onto the JUL framework
  182. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating INFO level on Logger[com.unidata] onto the JUL framework
  183. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating WARN level on Logger[com.unidata.mdm.backend.dao] onto the JUL framework
  184. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating WARN level on Logger[com.unidata.mdm.backend.jdbc] onto the JUL framework
  185. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating DEBUG level on Logger[com.unidata.mdm.backend.service.job] onto the JUL fram
  186. ework
  187. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating INFO level on Logger[net.sf.ehcache] onto the JUL framework
  188. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating INFO level on Logger[org.apache.cxf] onto the JUL framework
  189. 12:02:13,704 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating INFO level on Logger[org.springframework.web.servlet] onto the JUL framework
  190.  
  191. 12:02:13,704 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting LoggerContextListener
  192. 12:02:13,704 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  193. 12:02:13,704 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [BACKEND_LOG_FILE]
  194. 12:02:13,734 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used
  195. 12:02:13,744 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern ./logs/closed/unidata_backend.%d{yyyy-MM-dd}.%i.log for the active file
  196. 12:02:13,744 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@29215f06 - The date pattern is 'yyyy-MM-dd' from file name pattern './logs/closed/unidata_backend.
  197. %d{yyyy-MM-dd}.%i.log'.
  198. 12:02:13,744 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@29215f06 - Roll-over at midnight.
  199. 12:02:13,744 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@29215f06 - Setting initial period to Mon Jun 20 11:59:32 MSK 2016
  200. 12:02:13,744 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
  201. property
  202. 12:02:13,764 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[BACKEND_LOG_FILE] - Active log file name: ./logs/unidata_backend.log
  203. 12:02:13,764 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[BACKEND_LOG_FILE] - File property is set to [./logs/unidata_backend.log]
  204. 12:02:13,764 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
  205. 12:02:13,764 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CLIENT_LOG_FILE]
  206. 12:02:13,764 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used
  207. 12:02:13,764 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern ./logs/closed/unidata_client.%d{yyyy-MM-dd}.%i.log for the active file
  208. 12:02:13,764 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@59505b48 - The date pattern is 'yyyy-MM-dd' from file name pattern './logs/closed/unidata_client.%
  209. d{yyyy-MM-dd}.%i.log'.
  210. 12:02:13,764 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@59505b48 - Roll-over at midnight.
  211. 12:02:13,764 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@59505b48 - Setting initial period to Mon Jun 20 11:59:31 MSK 2016
  212. 12:02:13,764 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
  213. property
  214. 12:02:13,764 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[CLIENT_LOG_FILE] - Active log file name: ./logs/unidata_client.log
  215. 12:02:13,764 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[CLIENT_LOG_FILE] - File property is set to [./logs/unidata_client.log]
  216. 12:02:13,764 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  217. 12:02:13,764 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  218. 12:02:13,764 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
  219. property
  220. 12:02:13,774 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
  221. 12:02:13,774 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@2d710f1a - Propagating INFO level on Logger[ROOT] onto the JUL framework
  222. 12:02:13,774 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [BACKEND_LOG_FILE] to Logger[ROOT]
  223. 12:02:13,774 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CLIENT_LOG_FILE] to Logger[ROOT]
  224. 12:02:13,774 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  225. 12:02:13,774 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  226. 12:02:13,774 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4efac082 - Registering current configuration as safe fallback point
  227.  
  228. 2016-06-20 12:02:13,864 [main] [-] [-] INFO o.s.c.a.AnnotationConfigApplicationContext.prepareRefresh:
  229. 511 - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@15bb5034: startup date [Mon Jun 20 12:02:13 MSK 2016]; root of context hierarchy
  230.  
  231. 2016-06-20 12:02:14,284 [main] [-] [-] INFO o.s.c.a.ConfigurationClassBeanDefinitionReader.isOverridde
  232. nByExistingDefinition:299 - Skipping bean definition for [BeanMethod:name=securityService,declaringClass=com.unidata.mdm.backend.exchange.StandaloneConfiguration]: a defin
  233. ition for bean 'securityService' already exists. This top-level bean definition is considered as an override.
  234. 2016-06-20 12:02:14,294 [main] [-] [-] INFO o.s.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefi
  235. nitions:317 - Loading XML bean definitions from class path resource [spring/core.xml]
  236. 2016-06-20 12:02:14,434 [main] [-] [-] INFO o.s.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefi
  237. nitions:317 - Loading XML bean definitions from class path resource [spring/dao/common-dao.xml]
  238. 2016-06-20 12:02:14,764 [main] [-] [-] INFO o.s.b.f.config.PropertyPlaceholderConfigurer.loadPropertie
  239. s:172 - Loading properties file from class path resource [cleanse.properties]
  240. 2016-06-20 12:02:14,934 [main] [-] [-] INFO o.s.beans.factory.config.PropertiesFactoryBean.loadPropert
  241. ies:172 - Loading properties file from class path resource [db/records-sql.xml]
  242. 2016-06-20 12:02:14,994 [main] [-] [-] INFO o.s.beans.factory.config.PropertiesFactoryBean.loadPropert
  243. ies:172 - Loading properties file from class path resource [db/message-sql.xml]
  244. 2016-06-20 12:02:15,014 [main] [-] [-] INFO o.s.beans.factory.config.PropertiesFactoryBean.loadPropert
  245. ies:172 - Loading properties file from class path resource [db/vistory-sql.xml]
  246. 2016-06-20 12:02:15,024 [main] [-] [-] INFO o.s.beans.factory.config.PropertiesFactoryBean.loadPropert
  247. ies:172 - Loading properties file from class path resource [db/relations-sql.xml]
  248. 2016-06-20 12:02:15,044 [main] [-] [-] INFO o.s.beans.factory.config.PropertiesFactoryBean.loadPropert
  249. ies:172 - Loading properties file from class path resource [db/security-sql.xml]
  250. 2016-06-20 12:02:15,344 [main] [-] [-] INFO org.elasticsearch.plugins.<init>:151 - [Colonel] loaded []
  251. , sites []
  252. èþí 20, 2016 12:02:16 PM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
  253. INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose
  254. -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mch
  255. ange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge14p9hu988301w4mtam|6580cfdd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverCla
  256. ss -> null, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge14p9hu988301w4mtam|6580cfdd, idleConnectionTestPeriod -> 0, init
  257. ialPoolSize -> 3, jdbcUrl -> jdbc:postgresql://localhost:5432/unidata?user=postgres&password=postgres&currentSchema=public, lastAcquisitionFailureDefaultUser -> null, maxA
  258. dministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 180, maxStatementsPerConnection
  259. -> 0, minPoolSize -> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> select 1, properties -> {}, propertyCycle -> 0, testConn
  260. ectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
  261. èþí 20, 2016 12:02:16 PM com.hazelcast.instance.DefaultAddressPicker
  262. INFO: [LOCAL] [unidata] [3.6] Prefer IPv4 stack is true.
  263. èþí 20, 2016 12:02:16 PM com.hazelcast.instance.DefaultAddressPicker
  264. INFO: [LOCAL] [unidata] [3.6] Picked Address[192.168.1.57]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true
  265. èþí 20, 2016 12:02:16 PM com.hazelcast.spi.OperationService
  266. INFO: [192.168.1.57]:5701 [unidata] [3.6] Backpressure is disabled
  267. èþí 20, 2016 12:02:16 PM com.hazelcast.spi.impl.operationexecutor.classic.ClassicOperationExecutor
  268. INFO: [192.168.1.57]:5701 [unidata] [3.6] Starting with 4 generic operation threads and 8 partition operation threads.
  269. èþí 20, 2016 12:02:16 PM com.hazelcast.system
  270. INFO: [192.168.1.57]:5701 [unidata] [3.6] Hazelcast 3.6 (20160125 - 13fea63) starting at Address[192.168.1.57]:5701
  271. èþí 20, 2016 12:02:16 PM com.hazelcast.system
  272. INFO: [192.168.1.57]:5701 [unidata] [3.6] Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.
  273. èþí 20, 2016 12:02:16 PM com.hazelcast.system
  274. INFO: [192.168.1.57]:5701 [unidata] [3.6] Configured Hazelcast Serialization version : 1
  275. èþí 20, 2016 12:02:16 PM com.hazelcast.core.LifecycleService
  276. INFO: [192.168.1.57]:5701 [unidata] [3.6] Address[192.168.1.57]:5701 is STARTING
  277. èþí 20, 2016 12:02:16 PM com.hazelcast.nio.tcp.nonblocking.NonBlockingIOThreadingModel
  278. INFO: [192.168.1.57]:5701 [unidata] [3.6] TcpIpConnectionManager configured with Non Blocking IO-threading model: 3 input threads and 3 output threads
  279. èþí 20, 2016 12:02:16 PM com.hazelcast.instance.Node
  280. WARNING: [192.168.1.57]:5701 [unidata] [3.6] No join method is enabled! Starting standalone.
  281. èþí 20, 2016 12:02:17 PM com.hazelcast.core.LifecycleService
  282. INFO: [192.168.1.57]:5701 [unidata] [3.6] Address[192.168.1.57]:5701 is STARTED
  283. 2016-06-20 12:02:17,604 [main] [-] [-] INFO c.u.m.b.service.model.util.parsers.CleanseParser.parse:39
  284. - Cleanse functions initializing...
  285. 2016-06-20 12:02:17,604 [main] [-] [-] INFO c.u.m.b.service.model.util.parsers.CleanseParser.parse:47
  286. - Finished. Loaded 0 cleanse functions.
  287. èþí 20, 2016 12:02:17 PM com.hazelcast.core.LifecycleService
  288. INFO: [192.168.1.57]:5701 [unidata] [3.6] Address[192.168.1.57]:5701 is SHUTTING_DOWN
  289. èþí 20, 2016 12:02:17 PM com.hazelcast.instance.Node
  290. INFO: [192.168.1.57]:5701 [unidata] [3.6] Shutting down connection manager...
  291. èþí 20, 2016 12:02:17 PM com.hazelcast.instance.Node
  292. INFO: [192.168.1.57]:5701 [unidata] [3.6] Shutting down node engine...
  293. èþí 20, 2016 12:02:17 PM com.hazelcast.instance.NodeExtension
  294. INFO: [192.168.1.57]:5701 [unidata] [3.6] Destroying node NodeExtension.
  295. èþí 20, 2016 12:02:17 PM com.hazelcast.instance.Node
  296. INFO: [192.168.1.57]:5701 [unidata] [3.6] Hazelcast Shutdown is completed in 0 ms.
  297. èþí 20, 2016 12:02:17 PM com.hazelcast.core.LifecycleService
  298. INFO: [192.168.1.57]:5701 [unidata] [3.6] Address[192.168.1.57]:5701 is SHUTDOWN
  299. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataRecordsService': Injection of autowired dependencies failed; nested exception i
  300. s org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.RecordsServiceComponent com.unidata.mdm.b
  301. ackend.service.data.DataRecordsService.recordsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'record
  302. sServiceComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: priv
  303. ate com.unidata.mdm.backend.service.data.relations.RelationsServiceComponent com.unidata.mdm.backend.service.data.RecordsServiceComponent.relationsComponent; nested except
  304. ion is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'relationsServiceComponent': Injection of autowired dependencies failed; nest
  305. ed exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.relations.ContainsRelations
  306. Component com.unidata.mdm.backend.service.data.relations.RelationsServiceComponent.containsComponent; nested exception is org.springframework.beans.factory.BeanCreationExc
  307. eption: Error creating bean with name 'containsRelationsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanC
  308. reationException: Could not autowire field: private com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent com.unidata.mdm.backend.service.data.relations.Conta
  309. insRelationsComponent.etalonRecordsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonRecordsComp
  310. onent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unid
  311. ata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent.etalonCalculationActionListener; neste
  312. d exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonCalculationActionListener' defined in class path resource [spr
  313. ing/core.xml]: Cannot resolve reference to bean 'upsertRecalculateStateAfterExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception is org.sp
  314. ringframework.beans.factory.BeanCreationException: Error creating bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed; nested
  315. exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent
  316. com.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factory.Be
  317. anCreationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.fact
  318. ory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data
  319. .origin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dele
  320. teRecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExe
  321. cutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of a
  322. utowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.servic
  323. e.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factor
  324. y.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which quali
  325. fies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  326. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  327. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  328. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  329. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  330. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  331. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  332. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  333. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  334. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
  335. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:759)
  336. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  337. at com.unidata.mdm.backend.exchange.CmdLineClient.main(CmdLineClient.java:39)
  338. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.RecordsServiceComponent com.unid
  339. ata.mdm.backend.service.data.DataRecordsService.recordsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with nam
  340. e 'recordsServiceComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire fi
  341. eld: private com.unidata.mdm.backend.service.data.relations.RelationsServiceComponent com.unidata.mdm.backend.service.data.RecordsServiceComponent.relationsComponent; nest
  342. ed exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'relationsServiceComponent': Injection of autowired dependencies fai
  343. led; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.relations.Contains
  344. RelationsComponent com.unidata.mdm.backend.service.data.relations.RelationsServiceComponent.containsComponent; nested exception is org.springframework.beans.factory.BeanCr
  345. eationException: Error creating bean with name 'containsRelationsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.fact
  346. ory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent com.unidata.mdm.backend.service.data.relati
  347. ons.ContainsRelationsComponent.etalonRecordsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonRe
  348. cordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private
  349. com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent.etalonCalculationActionListen
  350. er; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonCalculationActionListener' defined in class path reso
  351. urce [spring/core.xml]: Cannot resolve reference to bean 'upsertRecalculateStateAfterExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception
  352. is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed
  353. ; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsC
  354. omponent com.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.f
  355. actory.BeanCreationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.b
  356. eans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.ser
  357. vice.data.origin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with n
  358. ame 'deleteRecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property
  359. 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injec
  360. tion of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backe
  361. nd.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.bea
  362. ns.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean wh
  363. ich qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  364. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  365. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  366. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  367. ... 11 more
  368. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recordsServiceComponent': Injection of autowired dependencies failed; ne
  369. sted exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.relations.RelationsServic
  370. eComponent com.unidata.mdm.backend.service.data.RecordsServiceComponent.relationsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Er
  371. ror creating bean with name 'relationsServiceComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationExce
  372. ption: Could not autowire field: private com.unidata.mdm.backend.service.data.relations.ContainsRelationsComponent com.unidata.mdm.backend.service.data.relations.Relations
  373. ServiceComponent.containsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'containsRelationsComponent'
  374. : Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.md
  375. m.backend.service.data.etalon.EtalonRecordsComponent com.unidata.mdm.backend.service.data.relations.ContainsRelationsComponent.etalonRecordsComponent; nested exception is
  376. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonRecordsComponent': Injection of autowired dependencies failed; nested excepti
  377. on is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener
  378. com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent.etalonCalculationActionListener; nested exception is org.springframework.beans.factory.BeanCreationExcep
  379. tion: Error creating bean with name 'etalonCalculationActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'upsertRecalculate
  380. StateAfterExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating
  381. bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationExcepti
  382. on: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent com.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtal
  383. onRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'originRecordsC
  384. omponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.u
  385. nidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent.deleteRecordActionListener; nested
  386. exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteRecordActionListener' defined in class path resource [spring/cor
  387. e.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.bean
  388. s.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.springframew
  389. ork.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener
  390. .DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.u
  391. nidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotat
  392. ions: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  393. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  394. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  395. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  396. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  397. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  398. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  399. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  400. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  401. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
  402. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
  403. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  404. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  405. ... 13 more
  406. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.relations.RelationsServiceCompon
  407. ent com.unidata.mdm.backend.service.data.RecordsServiceComponent.relationsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error cre
  408. ating bean with name 'relationsServiceComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
  409. Could not autowire field: private com.unidata.mdm.backend.service.data.relations.ContainsRelationsComponent com.unidata.mdm.backend.service.data.relations.RelationsService
  410. Component.containsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'containsRelationsComponent': Injec
  411. tion of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backe
  412. nd.service.data.etalon.EtalonRecordsComponent com.unidata.mdm.backend.service.data.relations.ContainsRelationsComponent.etalonRecordsComponent; nested exception is org.spr
  413. ingframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonRecordsComponent': Injection of autowired dependencies failed; nested exception is o
  414. rg.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.uni
  415. data.mdm.backend.service.data.etalon.EtalonRecordsComponent.etalonCalculationActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: E
  416. rror creating bean with name 'etalonCalculationActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'upsertRecalculateStateAf
  417. terExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean wi
  418. th name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Cou
  419. ld not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent com.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecal
  420. culateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'originRecordsComponen
  421. t': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.
  422. mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent.deleteRecordActionListener; nested excepti
  423. on is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteRecordActionListener' defined in class path resource [spring/core.xml]:
  424. Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.facto
  425. ry.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.springframework.bea
  426. ns.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRe
  427. cordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.
  428. mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {
  429. @org.springframework.beans.factory.annotation.Autowired(required=true)}
  430. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  431. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  432. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  433. ... 24 more
  434. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'relationsServiceComponent': Injection of autowired dependencies failed;
  435. nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.relations.ContainsRelat
  436. ionsComponent com.unidata.mdm.backend.service.data.relations.RelationsServiceComponent.containsComponent; nested exception is org.springframework.beans.factory.BeanCreatio
  437. nException: Error creating bean with name 'containsRelationsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.B
  438. eanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent com.unidata.mdm.backend.service.data.relations.C
  439. ontainsRelationsComponent.etalonRecordsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonRecords
  440. Component': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.
  441. unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent.etalonCalculationActionListener; n
  442. ested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonCalculationActionListener' defined in class path resource
  443. [spring/core.xml]: Cannot resolve reference to bean 'upsertRecalculateStateAfterExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception is or
  444. g.springframework.beans.factory.BeanCreationException: Error creating bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed; nes
  445. ted exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsCompon
  446. ent com.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factor
  447. y.BeanCreationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.
  448. factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.
  449. data.origin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '
  450. deleteRecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afte
  451. rExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection
  452. of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.se
  453. rvice.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.fa
  454. ctory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which q
  455. ualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  456. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  457. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  458. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  459. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  460. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  461. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  462. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  463. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  464. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
  465. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
  466. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  467. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  468. ... 26 more
  469. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.relations.ContainsRelationsCompo
  470. nent com.unidata.mdm.backend.service.data.relations.RelationsServiceComponent.containsComponent; nested exception is org.springframework.beans.factory.BeanCreationExceptio
  471. n: Error creating bean with name 'containsRelationsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreati
  472. onException: Could not autowire field: private com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent com.unidata.mdm.backend.service.data.relations.ContainsRe
  473. lationsComponent.etalonRecordsComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonRecordsComponent
  474. ': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.m
  475. dm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent.etalonCalculationActionListener; nested exc
  476. eption is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonCalculationActionListener' defined in class path resource [spring/c
  477. ore.xml]: Cannot resolve reference to bean 'upsertRecalculateStateAfterExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springf
  478. ramework.beans.factory.BeanCreationException: Error creating bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed; nested excep
  479. tion is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent com.u
  480. nidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factory.BeanCre
  481. ationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.B
  482. eanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.orig
  483. in.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteRec
  484. ordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExecutor
  485. s' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of autowi
  486. red dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf.
  487. WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.NoS
  488. uchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies
  489. as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  490. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  491. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  492. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  493. ... 37 more
  494. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'containsRelationsComponent': Injection of autowired dependencies failed;
  495. nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.etalon.EtalonRecordsCo
  496. mponent com.unidata.mdm.backend.service.data.relations.ContainsRelationsComponent.etalonRecordsComponent; nested exception is org.springframework.beans.factory.BeanCreatio
  497. nException: Error creating bean with name 'etalonRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanC
  498. reationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.etalon.E
  499. talonRecordsComponent.etalonCalculationActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonCa
  500. lculationActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'upsertRecalculateStateAfterExecutor' while setting bean proper
  501. ty 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'upsertRecalculateStateAfterEx
  502. ecutor': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.uni
  503. data.mdm.backend.service.data.origin.OriginRecordsComponent com.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originCompone
  504. nt; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencie
  505. s failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.Data
  506. RecordLifecycleListener com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factor
  507. y.BeanCreationException: Error creating bean with name 'deleteRecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'del
  508. eteWorkflowSuspeneder' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creati
  509. ng bean with name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Coul
  510. d not autowire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowS
  511. ervice; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService
  512. ] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.ann
  513. otation.Autowired(required=true)}
  514. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  515. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  516. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  517. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  518. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  519. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  520. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  521. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  522. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
  523. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
  524. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  525. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  526. ... 39 more
  527. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent co
  528. m.unidata.mdm.backend.service.data.relations.ContainsRelationsComponent.etalonRecordsComponent; nested exception is org.springframework.beans.factory.BeanCreationException
  529. : Error creating bean with name 'etalonRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationExc
  530. eption: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.etalon.EtalonRecor
  531. dsComponent.etalonCalculationActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonCalculationA
  532. ctionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'upsertRecalculateStateAfterExecutor' while setting bean property 'afterE
  533. xecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'upsertRecalculateStateAfterExecutor': I
  534. njection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.b
  535. ackend.service.data.origin.OriginRecordsComponent com.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested
  536. exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed;
  537. nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLife
  538. cycleListener com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCrea
  539. tionException: Error creating bean with name 'deleteRecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflo
  540. wSuspeneder' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean wi
  541. th name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not auto
  542. wire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; ne
  543. sted exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found fo
  544. r dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Au
  545. towired(required=true)}
  546. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  547. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  548. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  549. ... 50 more
  550. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonRecordsComponent': Injection of autowired dependencies failed; nes
  551. ted exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecyc
  552. leListener com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent.etalonCalculationActionListener; nested exception is org.springframework.beans.factory.BeanCr
  553. eationException: Error creating bean with name 'etalonCalculationActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'upsert
  554. RecalculateStateAfterExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Erro
  555. r creating bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCrea
  556. tionException: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent com.unidata.mdm.backend.service.data.listener.DataRecor
  557. dUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ori
  558. ginRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: pr
  559. ivate com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent.deleteRecordActionListen
  560. er; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteRecordActionListener' defined in class path resource
  561. [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springfra
  562. mework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.s
  563. pringframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.da
  564. ta.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of
  565. type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Depende
  566. ncy annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  567. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  568. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  569. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  570. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  571. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  572. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  573. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  574. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  575. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
  576. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
  577. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  578. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  579. ... 52 more
  580. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleList
  581. ener com.unidata.mdm.backend.service.data.etalon.EtalonRecordsComponent.etalonCalculationActionListener; nested exception is org.springframework.beans.factory.BeanCreation
  582. Exception: Error creating bean with name 'etalonCalculationActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'upsertRecalc
  583. ulateStateAfterExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error crea
  584. ting bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationEx
  585. ception: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent com.unidata.mdm.backend.service.data.listener.DataRecordUpser
  586. tEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'originRec
  587. ordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private
  588. com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent.deleteRecordActionListener; ne
  589. sted exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteRecordActionListener' defined in class path resource [sprin
  590. g/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework
  591. .beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.springf
  592. ramework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.lis
  593. tener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [
  594. com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency an
  595. notations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  596. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  597. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  598. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  599. ... 63 more
  600. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'etalonCalculationActionListener' defined in class path resource [spring/
  601. core.xml]: Cannot resolve reference to bean 'upsertRecalculateStateAfterExecutor' while setting bean property 'afterExecutors' with key [1]; nested exception is org.spring
  602. framework.beans.factory.BeanCreationException: Error creating bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencies failed; nested exce
  603. ption is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent com.
  604. unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factory.BeanCr
  605. eationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.
  606. BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.ori
  607. gin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteRe
  608. cordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExecuto
  609. rs' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of autow
  610. ired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf
  611. .WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.No
  612. SuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies
  613. as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  614. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
  615. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  616. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
  617. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
  618. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
  619. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
  620. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  621. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  622. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  623. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  624. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  625. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  626. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  627. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
  628. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  629. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  630. ... 65 more
  631. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'upsertRecalculateStateAfterExecutor': Injection of autowired dependencie
  632. s failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.Origin
  633. RecordsComponent com.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework
  634. .beans.factory.BeanCreationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springfra
  635. mework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.bac
  636. kend.service.data.origin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bea
  637. n with name 'deleteRecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean p
  638. roperty 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder
  639. ': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.m
  640. dm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframe
  641. work.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1
  642. bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  643. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  644. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  645. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  646. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  647. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  648. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  649. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  650. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  651. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
  652. ... 80 more
  653. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent co
  654. m.unidata.mdm.backend.service.data.listener.DataRecordUpsertEtalonRecalculateStateAfterExecutor.originComponent; nested exception is org.springframework.beans.factory.Bean
  655. CreationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factor
  656. y.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleListener com.unidata.mdm.backend.service.data.o
  657. rigin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'delete
  658. RecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExecu
  659. tors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of aut
  660. owired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.
  661. wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.
  662. NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifi
  663. es as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  664. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  665. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  666. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  667. ... 88 more
  668. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'originRecordsComponent': Injection of autowired dependencies failed; nes
  669. ted exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecyc
  670. leListener com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreatio
  671. nException: Error creating bean with name 'deleteRecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSu
  672. speneder' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with
  673. name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowir
  674. e field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; neste
  675. d exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for d
  676. ependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autow
  677. ired(required=true)}
  678. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  679. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  680. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  681. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  682. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  683. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  684. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  685. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  686. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
  687. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
  688. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  689. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  690. ... 90 more
  691. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.data.listener.DataRecordLifecycleList
  692. ener com.unidata.mdm.backend.service.data.origin.OriginRecordsComponent.deleteRecordActionListener; nested exception is org.springframework.beans.factory.BeanCreationExcep
  693. tion: Error creating bean with name 'deleteRecordActionListener' defined in class path resource [spring/core.xml]: Cannot resolve reference to bean 'deleteWorkflowSuspened
  694. er' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '
  695. deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire fiel
  696. d: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exce
  697. ption is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for depende
  698. ncy: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(r
  699. equired=true)}
  700. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  701. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  702. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  703. ... 101 more
  704. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteRecordActionListener' defined in class path resource [spring/core.
  705. xml]: Cannot resolve reference to bean 'deleteWorkflowSuspeneder' while setting bean property 'afterExecutors' with key [1]; nested exception is org.springframework.beans.
  706. factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; nested exception is org.springframewor
  707. k.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.backend.service.data.listener.D
  708. ataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.uni
  709. data.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotatio
  710. ns: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  711. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
  712. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  713. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382)
  714. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157)
  715. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
  716. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
  717. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  718. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  719. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  720. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  721. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  722. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  723. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  724. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
  725. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  726. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  727. ... 103 more
  728. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflowSuspeneder': Injection of autowired dependencies failed; n
  729. ested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidat
  730. a.mdm.backend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException
  731. : No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for
  732. this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  733. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  734. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1208)
  735. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  736. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  737. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  738. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  739. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  740. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  741. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
  742. ... 118 more
  743. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.unidata.mdm.backend.service.wf.WorkflowService com.unidata.mdm.ba
  744. ckend.service.data.listener.DataRecordDeleteWorkflowSuspeneder.workflowService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qua
  745. lifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dep
  746. endency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  747. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  748. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  749. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  750. ... 126 more
  751. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.unidata.mdm.backend.service.wf.WorkflowService] found for depen
  752. dency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired
  753. (required=true)}
  754. at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1301)
  755. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1047)
  756. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
  757. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  758. ... 128 more
  759.  
  760. [C:\b]^C
  761. [C:\b]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement