Advertisement
fedorm

Untitled

Apr 15th, 2019
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.25 KB | None | 0 0
  1. dbapi-service  | utils.http_upload_post_upload_remove_clients_from_specific_segment
  2. dbapi-service  | utils.http_upload_pre_upload_import_clients_to_specific_segment
  3. dbapi-service  | utils.http_upload_pre_upload_import_segments
  4. dbapi-service  | utils.http_upload_pre_upload_remove_clients
  5. dbapi-service  | utils.http_upload_pre_upload_remove_clients_from_specific_segment
  6. dbapi-service  | 15.04 14:31:45.829 WARN [URLConfigurationSource:121] - No URLs will be polled as dynamic configuration sources.
  7. dbapi-service  | 15.04 14:31:45.830 INFO [URLConfigurationSource:122] - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  8. dbapi-service  | 15.04 14:31:45.836 WARN [URLConfigurationSource:121] - No URLs will be polled as dynamic configuration sources.
  9. dbapi-service  | 15.04 14:31:45.836 INFO [URLConfigurationSource:122] - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
  10. dbapi-service  | 15.04 14:31:46.576 INFO [EndpointLinksResolver:59] - Exposing 2 endpoint(s) beneath base path '/actuator'
  11. dbapi-service  | 15.04 14:31:47.076 WARN [CoreAutoConfiguration:37] - This module is deprecated. It will be removed in the next major release. Please use spring-cloud-netflix-hystrix instead.
  12. dbapi-service  | 15.04 14:31:47.356 INFO [NettyWebServer:77] - Netty started on port(s): 8080
  13. dbapi-service  | 15.04 14:31:47.358 INFO [StartupInfoLogger:59] - Started DBApiApplication in 4.756 seconds (JVM running for 5.555)
  14. dbapi-service  | 15.04 14:46:00.801 ERROR [Loggers$Slf4JLogger:319] - Operator called default onErrorDropped
  15. dbapi-service  | org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM utils.scheduled_import_segments('{}')]; nested exception is org.postgresql.util.PSQLException: ERROR: column "segment_id" does not exist
  16. dbapi-service  |   Where: PL/pgSQL function utils.scheduled_import_segments(jsonb) line 93 at SQL statement
  17. dbapi-service  |    at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
  18. dbapi-service  |    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
  19. dbapi-service  |    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
  20. dbapi-service  |    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
  21. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate.translateException(JdbcTemplate.java:1444)
  22. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:388)
  23. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:452)
  24. dbapi-service  |    at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.callStoredProcedure(JdbcStoredProcedureRepository.java:190)
  25. dbapi-service  |    at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.lambda$executeStoredProcedure$1(JdbcStoredProcedureRepository.java:66)
  26. dbapi-service  |    at reactor.core.publisher.MonoCallable.call(MonoCallable.java:91)
  27. dbapi-service  |    at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:225)
  28. dbapi-service  |    at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50)
  29. dbapi-service  |    at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27)
  30. dbapi-service  |    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  31. dbapi-service  |    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  32. dbapi-service  |    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  33. dbapi-service  |    at java.lang.Thread.run(Thread.java:748)
  34. dbapi-service  | Caused by: org.postgresql.util.PSQLException: ERROR: column "segment_id" does not exist
  35. dbapi-service  |   Where: PL/pgSQL function utils.scheduled_import_segments(jsonb) line 93 at SQL statement
  36. dbapi-service  |    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440)
  37. dbapi-service  |    at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183)
  38. dbapi-service  |    at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308)
  39. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
  40. dbapi-service  |    at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
  41. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:307)
  42. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:293)
  43. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:270)
  44. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:224)
  45. dbapi-service  |    at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
  46. dbapi-service  |    at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
  47. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:439)
  48. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
  49. dbapi-service  |    ... 11 common frames omitted
  50. dbapi-service  | Exception in thread "JdbcThreadPool-segments-50" org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SELECT * FROM utils.scheduled_import_segments('{}')]; nested exception is org.postgresql.util.PSQLException: ERROR: column "segment_id" does not exist
  51. dbapi-service  |   Where: PL/pgSQL function utils.scheduled_import_segments(jsonb) line 93 at SQL statement
  52. dbapi-service  |    at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
  53. dbapi-service  |    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
  54. dbapi-service  |    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
  55. dbapi-service  |    at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
  56. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate.translateException(JdbcTemplate.java:1444)
  57. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:388)
  58. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:452)
  59. dbapi-service  |    at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.callStoredProcedure(JdbcStoredProcedureRepository.java:190)
  60. dbapi-service  |    at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.lambda$executeStoredProcedure$1(JdbcStoredProcedureRepository.java:66)
  61. dbapi-service  |    at reactor.core.publisher.MonoCallable.call(MonoCallable.java:91)
  62. dbapi-service  |    at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:225)
  63. dbapi-service  |    at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50)
  64. dbapi-service  |    at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27)
  65. dbapi-service  |    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  66. dbapi-service  |    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  67. dbapi-service  |    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  68. dbapi-service  |    at java.lang.Thread.run(Thread.java:748)
  69. dbapi-service  | Caused by: org.postgresql.util.PSQLException: ERROR: column "segment_id" does not exist
  70. dbapi-service  |   Where: PL/pgSQL function utils.scheduled_import_segments(jsonb) line 93 at SQL statement
  71. dbapi-service  |    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440)
  72. dbapi-service  |    at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183)
  73. dbapi-service  |    at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308)
  74. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
  75. dbapi-service  |    at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
  76. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:307)
  77. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:293)
  78. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:270)
  79. dbapi-service  |    at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:224)
  80. dbapi-service  |    at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
  81. dbapi-service  |    at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
  82. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:439)
  83. dbapi-service  |    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
  84. dbapi-service  |    ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement