Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.24 KB | None | 0 0
  1. 2019-03-23 17:51:13.481 INFO [] [main] org.eclipse.jetty.util.log : Logging initialized @6102ms to org.eclipse.jetty.util.log.Slf4jLog
  2. 2019-03-23 17:51:13.604 INFO [] [main] e.j.JettyEmbeddedServletContainerFactory : Server initialized with port: 8191
  3. 2019-03-23 17:51:13.750 INFO [] [main] org.eclipse.jetty.server.Server : jetty-9.4.12.v20180830; built: 2018-08-30T13:59:14.071Z; git: 27208684755d94a92186989f695db2d7b21ebc51; jvm 1.8.0_181-b13
  4. 2019-03-23 17:51:13.983 INFO [] [main] org.eclipse.jetty.server.session : DefaultSessionIdManager workerName=node0
  5. 2019-03-23 17:51:13.984 INFO [] [main] org.eclipse.jetty.server.session : No SessionScavenger set, using defaults
  6. 2019-03-23 17:51:13.986 INFO [] [main] org.eclipse.jetty.server.session : node0 Scavenging every 660000ms
  7. 2019-03-23 17:51:13.995 INFO [] [main] o.e.j.s.h.ContextHandler.application : Initializing Spring embedded WebApplicationContext
  8. 2019-03-23 17:51:13.995 INFO [] [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4444 ms
  9. 2019-03-23 17:51:15.039 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
  10. 2019-03-23 17:51:15.041 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
  11. 2019-03-23 17:51:15.042 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'traceFilter' to: [/*]
  12. 2019-03-23 17:51:15.043 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  13. 2019-03-23 17:51:15.044 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  14. 2019-03-23 17:51:15.046 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
  15. 2019-03-23 17:51:15.047 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
  16. 2019-03-23 17:51:15.048 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'controllerUserLocaleFilter' to urls: [/api/*]
  17. 2019-03-23 17:51:15.049 INFO [] [main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
  18. 2019-03-23 17:51:15.051 INFO [] [main] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
  19. 2019-03-23 17:51:15.057 INFO [] [main] o.e.jetty.server.handler.ContextHandler : Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@31e3250d{application,/,[file:///tmp/jetty-docbase.5626358214750317247.8191/,
  20. jar:file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/lib/springfox-swagger-ui-2.9.2.jar!/META-INF/resources],AVAILABLE}
  21. 2019-03-23 17:51:15.127 INFO [] [main] org.eclipse.jetty.server.Server : Started @7750ms
  22. 2019-03-23 17:51:15.335 INFO [] [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Started.
  23. 2019-03-23 17:51:15.968 INFO [] [main] c.c.client.questions.ApplicationConfig : ::: Flyway APPLICATION :::
  24. 2019-03-23 17:51:15.981 INFO [] [main] o.f.core.internal.util.VersionPrinter : Flyway Community Edition 5.1.4 by Boxfuse
  25. 2019-03-23 17:51:15.999 INFO [] [main] o.f.c.internal.database.DatabaseFactory : Database: jdbc:postgresql://172.16.100.92:5432/client_questions (PostgreSQL 10.6)
  26. 2019-03-23 17:51:16.091 INFO [] [main] o.f.core.internal.command.DbValidate : Successfully validated 7 migrations (execution time 00:00.029s)
  27. 2019-03-23 17:51:16.105 INFO [] [main] o.f.core.internal.command.DbMigrate : Current version of schema "client_questions": null
  28. 2019-03-23 17:51:16.133 INFO [] [main] o.f.core.internal.command.DbMigrate : Migrating schema "client_questions" to version 2 - create tables
  29. 2019-03-23 17:51:16.320 ERROR [] [main] o.f.core.internal.command.DbMigrate : Migration of schema "client_questions" to version 2 - create tables failed! Changes successfully rolled back.
  30. 2019-03-23 17:51:16.327 WARN [] [main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'questionDaoImpl' defined in URL [jar:file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/com/cdek/client/questions/dao/impl/QuestionDaoImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'questionRepository' defined in URL [jar:file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/com/cdek/client/questions/dao/QuestionRepository.class]: Unsatisfied dependency expressed through bean property 'sqlSessionTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [com/cdek/client/questions/ApplicationConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.jdbc.datasource.DataSourceTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
  31. Migration V2__create_tables.sql failed
  32. --------------------------------------
  33. SQL State : 42883
  34. Error Code : 0
  35. Message : ERROR: function gen_random_uuid() does not exist
  36. Подсказка: No function matches the given name and argument types. You might need to add explicit type casts.
  37. Location : db/migrations/questions/V2__create_tables.sql (/var/opt/cdek/clientQuestions/releases/20190323104632Z/file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/db/migrations/questions/V2__create_tables.sql)
  38. Line : 120
  39. Statement : CREATE TABLE IF NOT EXISTS client_questions.question (
  40. uuid UUID PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),
  41. number BIGSERIAL UNIQUE,
  42. text TEXT DEFAULT NULL,
  43. draft_text TEXT DEFAULT NULL,
  44. creation_date TIMESTAMP NOT NULL DEFAULT now(),
  45. status_current question_status_type NOT NULL,
  46. status_backup question_status_type DEFAULT NULL,
  47. question_category_id BIGINT NOT NULL,
  48. question_problem_id BIGINT DEFAULT NULL,
  49. question_channel_code question_channel_type NOT NULL,
  50. contragent_uuid TEXT DEFAULT NULL,
  51. sender_email TEXT DEFAULT NULL,
  52. sender_name TEXT DEFAULT NULL,
  53. sender_city_code TEXT DEFAULT NULL,
  54. mistake_city_code TEXT DEFAULT NULL,
  55. mistake_office_code TEXT DEFAULT NULL,
  56. mistake_group_id BIGINT DEFAULT NULL,
  57. last_reply_date TIMESTAMP DEFAULT NULL,
  58. timer BIGINT DEFAULT NULL,
  59. block_moment TIMESTAMP DEFAULT NULL,
  60. blocked_user VARCHAR(8) DEFAULT NULL,
  61. notification_error_code TEXT,
  62.  
  63. CONSTRAINT question_status_fk FOREIGN KEY (status_current) REFERENCES client_questions.question_status (code),
  64. CONSTRAINT question_category_fk FOREIGN KEY (question_category_id) REFERENCES client_questions.question_category (id),
  65. CONSTRAINT question_problem_fk FOREIGN KEY (question_problem_id) REFERENCES client_questions.question_problem (id),
  66. CONSTRAINT question_channel_fk FOREIGN KEY (question_channel_code) REFERENCES client_questions.question_channel (code),
  67. CONSTRAINT question_mistake_group_fk FOREIGN KEY (mistake_group_id) REFERENCES client_questions.group (id),
  68. CONSTRAINT question_contragent_fk FOREIGN KEY (contragent_uuid) REFERENCES client_questions.contragent (uuid)
  69. )
  70.  
  71. 2019-03-23 17:51:16.328 INFO [] [main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Close initiated...
  72. 2019-03-23 17:51:16.354 INFO [] [main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Closed.
  73. 2019-03-23 17:51:16.357 INFO [] [main] org.eclipse.jetty.server.session : node0 Stopped scavenging
  74. 2019-03-23 17:51:16.365 INFO [] [main] o.e.jetty.server.handler.ContextHandler : Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@31e3250d{application,/,[file:///tmp/jetty-docbase.5626358214750317247.8191/,
  75. jar:file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/lib/springfox-swagger-ui-2.9.2.jar!/META-INF/resources],UNAVAILABLE}
  76. 2019-03-23 17:51:16.387 INFO [] [main] utoConfigurationReportLoggingInitializer :
  77.  
  78. Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
  79. 2019-03-23 17:51:16.396 ERROR [] [main] o.s.boot.SpringApplication : Application startup failed
  80.  
  81. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'questionDaoImpl' defined in URL [jar:file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/com/cdek/client/questions/dao/impl/QuestionDaoImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'questionRepository' defined in URL [jar:file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/com/cdek/client/questions/dao/QuestionRepository.class]: Unsatisfied dependency expressed through bean property 'sqlSessionTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [com/cdek/client/questions/ApplicationConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.jdbc.datasource.DataSourceTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
  82. Migration V2__create_tables.sql failed
  83. --------------------------------------
  84. SQL State : 42883
  85. Error Code : 0
  86. Message : ERROR: function gen_random_uuid() does not exist
  87. Подсказка: No function matches the given name and argument types. You might need to add explicit type casts.
  88. Location : db/migrations/questions/V2__create_tables.sql (/var/opt/cdek/clientQuestions/releases/20190323104632Z/file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/db/migrations/questions/V2__create_tables.sql)
  89. Line : 120
  90. Statement : CREATE TABLE IF NOT EXISTS client_questions.question (
  91. uuid UUID PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),
  92. number BIGSERIAL UNIQUE,
  93. text TEXT DEFAULT NULL,
  94. draft_text TEXT DEFAULT NULL,
  95. creation_date TIMESTAMP NOT NULL DEFAULT now(),
  96. status_current question_status_type NOT NULL,
  97. status_backup question_status_type DEFAULT NULL,
  98. question_category_id BIGINT NOT NULL,
  99. question_problem_id BIGINT DEFAULT NULL,
  100. question_channel_code question_channel_type NOT NULL,
  101. contragent_uuid TEXT DEFAULT NULL,
  102. sender_email TEXT DEFAULT NULL,
  103. sender_name TEXT DEFAULT NULL,
  104. sender_city_code TEXT DEFAULT NULL,
  105. mistake_city_code TEXT DEFAULT NULL,
  106. mistake_office_code TEXT DEFAULT NULL,
  107. mistake_group_id BIGINT DEFAULT NULL,
  108. last_reply_date TIMESTAMP DEFAULT NULL,
  109. timer BIGINT DEFAULT NULL,
  110. block_moment TIMESTAMP DEFAULT NULL,
  111. blocked_user VARCHAR(8) DEFAULT NULL,
  112. notification_error_code TEXT,
  113.  
  114. CONSTRAINT question_status_fk FOREIGN KEY (status_current) REFERENCES client_questions.question_status (code),
  115. CONSTRAINT question_category_fk FOREIGN KEY (question_category_id) REFERENCES client_questions.question_category (id),
  116. CONSTRAINT question_problem_fk FOREIGN KEY (question_problem_id) REFERENCES client_questions.question_problem (id),
  117. CONSTRAINT question_channel_fk FOREIGN KEY (question_channel_code) REFERENCES client_questions.question_channel (code),
  118. CONSTRAINT question_mistake_group_fk FOREIGN KEY (mistake_group_id) REFERENCES client_questions.group (id),
  119. CONSTRAINT question_contragent_fk FOREIGN KEY (contragent_uuid) REFERENCES client_questions.contragent (uuid)
  120. )
  121.  
  122. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  123. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  124. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1198) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  125. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1100) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  126. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  127. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  128. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  129. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  130. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  131. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  132. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  133. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  134. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  135. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.5.16.RELEASE.jar!/:1.5.16.RELEASE]
  136. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) [spring-boot-1.5.16.RELEASE.jar!/:1.5.16.RELEASE]
  137. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) [spring-boot-1.5.16.RELEASE.jar!/:1.5.16.RELEASE]
  138. at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) [spring-boot-1.5.16.RELEASE.jar!/:1.5.16.RELEASE]
  139. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.16.RELEASE.jar!/:1.5.16.RELEASE]
  140. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.16.RELEASE.jar!/:1.5.16.RELEASE]
  141. at com.cdek.client.questions.ClientQuestionsApplication.main(ClientQuestionsApplication.java:21) [classes!/:1.0-25]
  142. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
  143. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
  144. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
  145. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
  146. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [clientQuestions-1.0-25.jar:1.0-25]
  147. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [clientQuestions-1.0-25.jar:1.0-25]
  148. at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [clientQuestions-1.0-25.jar:1.0-25]
  149. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [clientQuestions-1.0-25.jar:1.0-25]
  150. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'questionRepository' defined in URL [jar:file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/com/cdek/client/questions/dao/QuestionRepository.class]: Unsatisfied dependency expressed through bean property 'sqlSessionTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [com/cdek/client/questions/ApplicationConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.jdbc.datasource.DataSourceTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
  151. Migration V2__create_tables.sql failed
  152. --------------------------------------
  153. SQL State : 42883
  154. Error Code : 0
  155. Message : ERROR: function gen_random_uuid() does not exist
  156. Подсказка: No function matches the given name and argument types. You might need to add explicit type casts.
  157. Location : db/migrations/questions/V2__create_tables.sql (/var/opt/cdek/clientQuestions/releases/20190323104632Z/file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/db/migrations/questions/V2__create_tables.sql)
  158. Line : 120
  159. Statement : CREATE TABLE IF NOT EXISTS client_questions.question (
  160. uuid UUID PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),
  161. number BIGSERIAL UNIQUE,
  162. text TEXT DEFAULT NULL,
  163. draft_text TEXT DEFAULT NULL,
  164. creation_date TIMESTAMP NOT NULL DEFAULT now(),
  165. status_current question_status_type NOT NULL,
  166. status_backup question_status_type DEFAULT NULL,
  167. question_category_id BIGINT NOT NULL,
  168. question_problem_id BIGINT DEFAULT NULL,
  169. question_channel_code question_channel_type NOT NULL,
  170. contragent_uuid TEXT DEFAULT NULL,
  171. sender_email TEXT DEFAULT NULL,
  172. sender_name TEXT DEFAULT NULL,
  173. sender_city_code TEXT DEFAULT NULL,
  174. mistake_city_code TEXT DEFAULT NULL,
  175. mistake_office_code TEXT DEFAULT NULL,
  176. mistake_group_id BIGINT DEFAULT NULL,
  177. last_reply_date TIMESTAMP DEFAULT NULL,
  178. timer BIGINT DEFAULT NULL,
  179. block_moment TIMESTAMP DEFAULT NULL,
  180. blocked_user VARCHAR(8) DEFAULT NULL,
  181. notification_error_code TEXT,
  182.  
  183. CONSTRAINT question_status_fk FOREIGN KEY (status_current) REFERENCES client_questions.question_status (code),
  184. CONSTRAINT question_category_fk FOREIGN KEY (question_category_id) REFERENCES client_questions.question_category (id),
  185. CONSTRAINT question_problem_fk FOREIGN KEY (question_problem_id) REFERENCES client_questions.question_problem (id),
  186. CONSTRAINT question_channel_fk FOREIGN KEY (question_channel_code) REFERENCES client_questions.question_channel (code),
  187. CONSTRAINT question_mistake_group_fk FOREIGN KEY (mistake_group_id) REFERENCES client_questions.group (id),
  188. CONSTRAINT question_contragent_fk FOREIGN KEY (contragent_uuid) REFERENCES client_questions.contragent (uuid)
  189. )
  190.  
  191. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1362) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  192. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1254) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  193. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:551) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  194. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  195. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  196. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  197. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  198. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  199. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  200. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1136) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  201. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1064) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  202. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  203. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  204. ... 27 common frames omitted
  205. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [com/cdek/client/questions/ApplicationConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.jdbc.datasource.DataSourceTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
  206. Migration V2__create_tables.sql failed
  207. --------------------------------------
  208. SQL State : 42883
  209. Error Code : 0
  210. Message : ERROR: function gen_random_uuid() does not exist
  211. Подсказка: No function matches the given name and argument types. You might need to add explicit type casts.
  212. Location : db/migrations/questions/V2__create_tables.sql (/var/opt/cdek/clientQuestions/releases/20190323104632Z/file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/db/migrations/questions/V2__create_tables.sql)
  213. Line : 120
  214. Statement : CREATE TABLE IF NOT EXISTS client_questions.question (
  215. uuid UUID PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),
  216. number BIGSERIAL UNIQUE,
  217. text TEXT DEFAULT NULL,
  218. draft_text TEXT DEFAULT NULL,
  219. creation_date TIMESTAMP NOT NULL DEFAULT now(),
  220. status_current question_status_type NOT NULL,
  221. status_backup question_status_type DEFAULT NULL,
  222. question_category_id BIGINT NOT NULL,
  223. question_problem_id BIGINT DEFAULT NULL,
  224. question_channel_code question_channel_type NOT NULL,
  225. contragent_uuid TEXT DEFAULT NULL,
  226. sender_email TEXT DEFAULT NULL,
  227. sender_name TEXT DEFAULT NULL,
  228. sender_city_code TEXT DEFAULT NULL,
  229. mistake_city_code TEXT DEFAULT NULL,
  230. mistake_office_code TEXT DEFAULT NULL,
  231. mistake_group_id BIGINT DEFAULT NULL,
  232. last_reply_date TIMESTAMP DEFAULT NULL,
  233. timer BIGINT DEFAULT NULL,
  234. block_moment TIMESTAMP DEFAULT NULL,
  235. blocked_user VARCHAR(8) DEFAULT NULL,
  236. notification_error_code TEXT,
  237.  
  238. CONSTRAINT question_status_fk FOREIGN KEY (status_current) REFERENCES client_questions.question_status (code),
  239. CONSTRAINT question_category_fk FOREIGN KEY (question_category_id) REFERENCES client_questions.question_category (id),
  240. CONSTRAINT question_problem_fk FOREIGN KEY (question_problem_id) REFERENCES client_questions.question_problem (id),
  241. CONSTRAINT question_channel_fk FOREIGN KEY (question_channel_code) REFERENCES client_questions.question_channel (code),
  242. CONSTRAINT question_mistake_group_fk FOREIGN KEY (mistake_group_id) REFERENCES client_questions.group (id),
  243. CONSTRAINT question_contragent_fk FOREIGN KEY (contragent_uuid) REFERENCES client_questions.contragent (uuid)
  244. )
  245.  
  246. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  247. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1178) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  248. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1072) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  249. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  250. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  251. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  252. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  253. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  254. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  255. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:297) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  256. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  257. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  258. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1136) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  259. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1064) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  260. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1347) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  261. ... 39 common frames omitted
  262. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.jdbc.datasource.DataSourceTransactionManager]: Factory method 'transactionManager' threw exception; nested exception is org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
  263. Migration V2__create_tables.sql failed
  264. --------------------------------------
  265. SQL State : 42883
  266. Error Code : 0
  267. Message : ERROR: function gen_random_uuid() does not exist
  268. Подсказка: No function matches the given name and argument types. You might need to add explicit type casts.
  269. Location : db/migrations/questions/V2__create_tables.sql (/var/opt/cdek/clientQuestions/releases/20190323104632Z/file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/db/migrations/questions/V2__create_tables.sql)
  270. Line : 120
  271. Statement : CREATE TABLE IF NOT EXISTS client_questions.question (
  272. uuid UUID PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),
  273. number BIGSERIAL UNIQUE,
  274. text TEXT DEFAULT NULL,
  275. draft_text TEXT DEFAULT NULL,
  276. creation_date TIMESTAMP NOT NULL DEFAULT now(),
  277. status_current question_status_type NOT NULL,
  278. status_backup question_status_type DEFAULT NULL,
  279. question_category_id BIGINT NOT NULL,
  280. question_problem_id BIGINT DEFAULT NULL,
  281. question_channel_code question_channel_type NOT NULL,
  282. contragent_uuid TEXT DEFAULT NULL,
  283. sender_email TEXT DEFAULT NULL,
  284. sender_name TEXT DEFAULT NULL,
  285. sender_city_code TEXT DEFAULT NULL,
  286. mistake_city_code TEXT DEFAULT NULL,
  287. mistake_office_code TEXT DEFAULT NULL,
  288. mistake_group_id BIGINT DEFAULT NULL,
  289. last_reply_date TIMESTAMP DEFAULT NULL,
  290. timer BIGINT DEFAULT NULL,
  291. block_moment TIMESTAMP DEFAULT NULL,
  292. blocked_user VARCHAR(8) DEFAULT NULL,
  293. notification_error_code TEXT,
  294.  
  295. CONSTRAINT question_status_fk FOREIGN KEY (status_current) REFERENCES client_questions.question_status (code),
  296. CONSTRAINT question_category_fk FOREIGN KEY (question_category_id) REFERENCES client_questions.question_category (id),
  297. CONSTRAINT question_problem_fk FOREIGN KEY (question_problem_id) REFERENCES client_questions.question_problem (id),
  298. CONSTRAINT question_channel_fk FOREIGN KEY (question_channel_code) REFERENCES client_questions.question_channel (code),
  299. CONSTRAINT question_mistake_group_fk FOREIGN KEY (mistake_group_id) REFERENCES client_questions.group (id),
  300. CONSTRAINT question_contragent_fk FOREIGN KEY (contragent_uuid) REFERENCES client_questions.contragent (uuid)
  301. )
  302.  
  303. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  304. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  305. ... 53 common frames omitted
  306. Caused by: org.flywaydb.core.internal.command.DbMigrate$FlywayMigrateException:
  307. Migration V2__create_tables.sql failed
  308. --------------------------------------
  309. SQL State : 42883
  310. Error Code : 0
  311. Message : ERROR: function gen_random_uuid() does not exist
  312. Подсказка: No function matches the given name and argument types. You might need to add explicit type casts.
  313. Location : db/migrations/questions/V2__create_tables.sql (/var/opt/cdek/clientQuestions/releases/20190323104632Z/file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/db/migrations/questions/V2__create_tables.sql)
  314. Line : 120
  315. Statement : CREATE TABLE IF NOT EXISTS client_questions.question (
  316. uuid UUID PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),
  317. number BIGSERIAL UNIQUE,
  318. text TEXT DEFAULT NULL,
  319. draft_text TEXT DEFAULT NULL,
  320. creation_date TIMESTAMP NOT NULL DEFAULT now(),
  321. status_current question_status_type NOT NULL,
  322. status_backup question_status_type DEFAULT NULL,
  323. question_category_id BIGINT NOT NULL,
  324. question_problem_id BIGINT DEFAULT NULL,
  325. question_channel_code question_channel_type NOT NULL,
  326. contragent_uuid TEXT DEFAULT NULL,
  327. sender_email TEXT DEFAULT NULL,
  328. sender_name TEXT DEFAULT NULL,
  329. sender_city_code TEXT DEFAULT NULL,
  330. mistake_city_code TEXT DEFAULT NULL,
  331. mistake_office_code TEXT DEFAULT NULL,
  332. mistake_group_id BIGINT DEFAULT NULL,
  333. last_reply_date TIMESTAMP DEFAULT NULL,
  334. timer BIGINT DEFAULT NULL,
  335. block_moment TIMESTAMP DEFAULT NULL,
  336. blocked_user VARCHAR(8) DEFAULT NULL,
  337. notification_error_code TEXT,
  338.  
  339. CONSTRAINT question_status_fk FOREIGN KEY (status_current) REFERENCES client_questions.question_status (code),
  340. CONSTRAINT question_category_fk FOREIGN KEY (question_category_id) REFERENCES client_questions.question_category (id),
  341. CONSTRAINT question_problem_fk FOREIGN KEY (question_problem_id) REFERENCES client_questions.question_problem (id),
  342. CONSTRAINT question_channel_fk FOREIGN KEY (question_channel_code) REFERENCES client_questions.question_channel (code),
  343. CONSTRAINT question_mistake_group_fk FOREIGN KEY (mistake_group_id) REFERENCES client_questions.group (id),
  344. CONSTRAINT question_contragent_fk FOREIGN KEY (contragent_uuid) REFERENCES client_questions.contragent (uuid)
  345. )
  346.  
  347. at org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:355) ~[flyway-core-5.1.4.jar!/:na]
  348. at org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:53) ~[flyway-core-5.1.4.jar!/:na]
  349. at org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:282) ~[flyway-core-5.1.4.jar!/:na]
  350. at org.flywaydb.core.internal.util.jdbc.TransactionTemplate.execute(TransactionTemplate.java:74) ~[flyway-core-5.1.4.jar!/:na]
  351. at org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:279) ~[flyway-core-5.1.4.jar!/:na]
  352. at org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:244) ~[flyway-core-5.1.4.jar!/:na]
  353. at org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:53) ~[flyway-core-5.1.4.jar!/:na]
  354. at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:163) ~[flyway-core-5.1.4.jar!/:na]
  355. at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:160) ~[flyway-core-5.1.4.jar!/:na]
  356. at org.flywaydb.core.internal.database.postgresql.PostgreSQLAdvisoryLockTemplate.execute(PostgreSQLAdvisoryLockTemplate.java:71) ~[flyway-core-5.1.4.jar!/:na]
  357. at org.flywaydb.core.internal.database.postgresql.PostgreSQLConnection.lock(PostgreSQLConnection.java:92) ~[flyway-core-5.1.4.jar!/:na]
  358. at org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory.lock(JdbcTableSchemaHistory.java:150) ~[flyway-core-5.1.4.jar!/:na]
  359. at org.flywaydb.core.internal.command.DbMigrate.migrateAll(DbMigrate.java:160) ~[flyway-core-5.1.4.jar!/:na]
  360. at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:138) ~[flyway-core-5.1.4.jar!/:na]
  361. at org.flywaydb.core.Flyway$1.execute(Flyway.java:947) ~[flyway-core-5.1.4.jar!/:na]
  362. at org.flywaydb.core.Flyway$1.execute(Flyway.java:910) ~[flyway-core-5.1.4.jar!/:na]
  363. at org.flywaydb.core.Flyway.execute(Flyway.java:1238) ~[flyway-core-5.1.4.jar!/:na]
  364. at org.flywaydb.core.Flyway.migrate(Flyway.java:910) ~[flyway-core-5.1.4.jar!/:na]
  365. at com.cdek.client.questions.ApplicationConfig.migrateApplicationSchema(ApplicationConfig.java:156) ~[classes!/:1.0-25]
  366. at com.cdek.client.questions.ApplicationConfig.transactionManager(ApplicationConfig.java:70) ~[classes!/:1.0-25]
  367. at com.cdek.client.questions.ApplicationConfig$$EnhancerBySpringCGLIB$$c6e04207.CGLIB$transactionManager$7(<generated>) ~[classes!/:1.0-25]
  368. at com.cdek.client.questions.ApplicationConfig$$EnhancerBySpringCGLIB$$c6e04207$$FastClassBySpringCGLIB$$d7505174.invoke(<generated>) ~[classes!/:1.0-25]
  369. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  370. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) ~[spring-context-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  371. at com.cdek.client.questions.ApplicationConfig$$EnhancerBySpringCGLIB$$c6e04207.transactionManager(<generated>) ~[classes!/:1.0-25]
  372. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181]
  373. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181]
  374. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181]
  375. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181]
  376. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.3.19.RELEASE.jar!/:4.3.19.RELEASE]
  377. ... 54 common frames omitted
  378. Caused by: org.flywaydb.core.internal.sqlscript.FlywaySqlScriptException:
  379. Migration V2__create_tables.sql failed
  380. --------------------------------------
  381. SQL State : 42883
  382. Error Code : 0
  383. Message : ERROR: function gen_random_uuid() does not exist
  384. Подсказка: No function matches the given name and argument types. You might need to add explicit type casts.
  385. Location : db/migrations/questions/V2__create_tables.sql (/var/opt/cdek/clientQuestions/releases/20190323104632Z/file:/var/opt/cdek/clientQuestions/releases/20190323104632Z/clientQuestions-1.0-25.jar!/BOOT-INF/classes!/db/migrations/questions/V2__create_tables.sql)
  386. Line : 120
  387. Statement : CREATE TABLE IF NOT EXISTS client_questions.question (
  388. uuid UUID PRIMARY KEY NOT NULL DEFAULT gen_random_uuid(),
  389. number BIGSERIAL UNIQUE,
  390. text TEXT DEFAULT NULL,
  391. draft_text TEXT DEFAULT NULL,
  392. creation_date TIMESTAMP NOT NULL DEFAULT now(),
  393. status_current question_status_type NOT NULL,
  394. status_backup question_status_type DEFAULT NULL,
  395. question_category_id BIGINT NOT NULL,
  396. question_problem_id BIGINT DEFAULT NULL,
  397. question_channel_code question_channel_type NOT NULL,
  398. contragent_uuid TEXT DEFAULT NULL,
  399. sender_email TEXT DEFAULT NULL,
  400. sender_name TEXT DEFAULT NULL,
  401. sender_city_code TEXT DEFAULT NULL,
  402. mistake_city_code TEXT DEFAULT NULL,
  403. mistake_office_code TEXT DEFAULT NULL,
  404. mistake_group_id BIGINT DEFAULT NULL,
  405. last_reply_date TIMESTAMP DEFAULT NULL,
  406. timer BIGINT DEFAULT NULL,
  407. block_moment TIMESTAMP DEFAULT NULL,
  408. blocked_user VARCHAR(8) DEFAULT NULL,
  409. notification_error_code TEXT,
  410.  
  411. CONSTRAINT question_status_fk FOREIGN KEY (status_current) REFERENCES client_questions.question_status (code),
  412. CONSTRAINT question_category_fk FOREIGN KEY (question_category_id) REFERENCES client_questions.question_category (id),
  413. CONSTRAINT question_problem_fk FOREIGN KEY (question_problem_id) REFERENCES client_questions.question_problem (id),
  414. CONSTRAINT question_channel_fk FOREIGN KEY (question_channel_code) REFERENCES client_questions.question_channel (code),
  415. CONSTRAINT question_mistake_group_fk FOREIGN KEY (mistake_group_id) REFERENCES client_questions.group (id),
  416. CONSTRAINT question_contragent_fk FOREIGN KEY (contragent_uuid) REFERENCES client_questions.contragent (uuid)
  417. )
  418.  
  419. at org.flywaydb.core.internal.database.ExecutableSqlScript.handleException(ExecutableSqlScript.java:331) ~[flyway-core-5.1.4.jar!/:na]
  420. at org.flywaydb.core.internal.database.ExecutableSqlScript.executeStatement(ExecutableSqlScript.java:301) ~[flyway-core-5.1.4.jar!/:na]
  421. at org.flywaydb.core.internal.database.ExecutableSqlScript.execute(ExecutableSqlScript.java:243) ~[flyway-core-5.1.4.jar!/:na]
  422. at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:91) ~[flyway-core-5.1.4.jar!/:na]
  423. at org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:352) ~[flyway-core-5.1.4.jar!/:na]
  424. ... 83 common frames omitted
  425. Caused by: org.postgresql.util.PSQLException: ERROR: function gen_random_uuid() does not exist
  426. Подсказка: No function matches the given name and argument types. You might need to add explicit type casts.
  427. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2433) ~[postgresql-42.2.2.jar!/:42.2.2]
  428. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2178) ~[postgresql-42.2.2.jar!/:42.2.2]
  429. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:306) ~[postgresql-42.2.2.jar!/:42.2.2]
  430. at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441) ~[postgresql-42.2.2.jar!/:42.2.2]
  431. at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365) ~[postgresql-42.2.2.jar!/:42.2.2]
  432. at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:307) ~[postgresql-42.2.2.jar!/:42.2.2]
  433. at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:293) ~[postgresql-42.2.2.jar!/:42.2.2]
  434. at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:270) ~[postgresql-42.2.2.jar!/:42.2.2]
  435. at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:266) ~[postgresql-42.2.2.jar!/:42.2.2]
  436. at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) ~[HikariCP-2.5.1.jar!/:na]
  437. at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) ~[HikariCP-2.5.1.jar!/:na]
  438. at org.flywaydb.core.internal.util.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:244) ~[flyway-core-5.1.4.jar!/:na]
  439. at org.flywaydb.core.internal.database.StandardSqlStatement.execute(StandardSqlStatement.java:44) ~[flyway-core-5.1.4.jar!/:na]
  440. at org.flywaydb.core.internal.database.ExecutableSqlScript.executeStatement(ExecutableSqlScript.java:280) ~[flyway-core-5.1.4.jar!/:na]
  441. ... 86 common frames omitted
  442.  
  443. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement