Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dbapi-service | utils.http_upload_post_upload_remove_clients_from_specific_segment
- dbapi-service | utils.http_upload_pre_upload_import_clients_to_specific_segment
- dbapi-service | utils.http_upload_pre_upload_import_segments
- dbapi-service | utils.http_upload_pre_upload_remove_clients
- dbapi-service | utils.http_upload_pre_upload_remove_clients_from_specific_segment
- dbapi-service | 15.04 14:31:45.829 WARN [URLConfigurationSource:121] - No URLs will be polled as dynamic configuration sources.
- 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.
- dbapi-service | 15.04 14:31:45.836 WARN [URLConfigurationSource:121] - No URLs will be polled as dynamic configuration sources.
- 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.
- dbapi-service | 15.04 14:31:46.576 INFO [EndpointLinksResolver:59] - Exposing 2 endpoint(s) beneath base path '/actuator'
- 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.
- dbapi-service | 15.04 14:31:47.356 INFO [NettyWebServer:77] - Netty started on port(s): 8080
- dbapi-service | 15.04 14:31:47.358 INFO [StartupInfoLogger:59] - Started DBApiApplication in 4.756 seconds (JVM running for 5.555)
- dbapi-service | 15.04 14:46:00.801 ERROR [Loggers$Slf4JLogger:319] - Operator called default onErrorDropped
- 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
- dbapi-service | Where: PL/pgSQL function utils.scheduled_import_segments(jsonb) line 93 at SQL statement
- dbapi-service | at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
- dbapi-service | at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
- dbapi-service | at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
- dbapi-service | at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate.translateException(JdbcTemplate.java:1444)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:388)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:452)
- dbapi-service | at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.callStoredProcedure(JdbcStoredProcedureRepository.java:190)
- dbapi-service | at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.lambda$executeStoredProcedure$1(JdbcStoredProcedureRepository.java:66)
- dbapi-service | at reactor.core.publisher.MonoCallable.call(MonoCallable.java:91)
- dbapi-service | at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:225)
- dbapi-service | at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50)
- dbapi-service | at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27)
- dbapi-service | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- dbapi-service | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- dbapi-service | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- dbapi-service | at java.lang.Thread.run(Thread.java:748)
- dbapi-service | Caused by: org.postgresql.util.PSQLException: ERROR: column "segment_id" does not exist
- dbapi-service | Where: PL/pgSQL function utils.scheduled_import_segments(jsonb) line 93 at SQL statement
- dbapi-service | at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440)
- dbapi-service | at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183)
- dbapi-service | at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
- dbapi-service | at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:307)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:293)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:270)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:224)
- dbapi-service | at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
- dbapi-service | at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:439)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
- dbapi-service | ... 11 common frames omitted
- 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
- dbapi-service | Where: PL/pgSQL function utils.scheduled_import_segments(jsonb) line 93 at SQL statement
- dbapi-service | at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
- dbapi-service | at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
- dbapi-service | at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
- dbapi-service | at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate.translateException(JdbcTemplate.java:1444)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:388)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:452)
- dbapi-service | at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.callStoredProcedure(JdbcStoredProcedureRepository.java:190)
- dbapi-service | at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.lambda$executeStoredProcedure$1(JdbcStoredProcedureRepository.java:66)
- dbapi-service | at reactor.core.publisher.MonoCallable.call(MonoCallable.java:91)
- dbapi-service | at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:225)
- dbapi-service | at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50)
- dbapi-service | at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27)
- dbapi-service | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- dbapi-service | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- dbapi-service | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- dbapi-service | at java.lang.Thread.run(Thread.java:748)
- dbapi-service | Caused by: org.postgresql.util.PSQLException: ERROR: column "segment_id" does not exist
- dbapi-service | Where: PL/pgSQL function utils.scheduled_import_segments(jsonb) line 93 at SQL statement
- dbapi-service | at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440)
- dbapi-service | at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183)
- dbapi-service | at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
- dbapi-service | at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:307)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:293)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:270)
- dbapi-service | at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:224)
- dbapi-service | at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
- dbapi-service | at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:439)
- dbapi-service | at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
- dbapi-service | ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement