Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 13.05 17:40:07.251 ERROR [StoredProcedureHandler:100] - Execute http stored procedure error: {}
- org.springframework.jdbc.UncategorizedSQLException: StatementCallback; uncategorized SQLException for SQL [SELECT * FROM segments.HTTP_POST_create_segment('{"Accept":"*/*","Postman-Token":"751d07e6-21f5-4602-876f-28c5d339bea0","accept-encoding":"gzip, deflate","content-length":"103","User-Agent":"PostmanRuntime/7.11.0","Host":"18.223.211.128:8090","Content-Type":"application/json","Cache-Control":"no-cache"}','{"body":{"id":"SET1554719144989","name":"name","description":"description","author":"some"}}')]; SQL state [3F000]; error code [0]; ERROR: schema "segments" does not exist
- Position: 15; nested exception is org.postgresql.util.PSQLException: ERROR: schema "segments" does not exist
- Position: 15
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:89)
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
- at org.springframework.jdbc.core.JdbcTemplate.translateException(JdbcTemplate.java:1444)
- at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:388)
- at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:452)
- at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.callHttpStoredProcedure(JdbcStoredProcedureRepository.java:177)
- at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.lambda$executeHttpStoredProcedure$0(JdbcStoredProcedureRepository.java:58)
- at reactor.core.publisher.MonoCallable.call(MonoCallable.java:91)
- at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:225)
- at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50)
- at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- at java.lang.Thread.run(Thread.java:748)
- Caused by: org.postgresql.util.PSQLException: ERROR: schema "segments" does not exist
- Position: 15
- at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440)
- at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183)
- at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308)
- at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
- at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
- at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:307)
- at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:293)
- at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:270)
- at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:224)
- at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
- at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
- at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:439)
- at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
- ... 11 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement