Advertisement
fedorm

Untitled

May 13th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.45 KB | None | 0 0
  1. 13.05 17:40:07.251 ERROR [StoredProcedureHandler:100] - Execute http stored procedure error: {}
  2. 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
  3.   Position: 15; nested exception is org.postgresql.util.PSQLException: ERROR: schema "segments" does not exist
  4.   Position: 15
  5.     at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:89)
  6.     at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
  7.     at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81)
  8.     at org.springframework.jdbc.core.JdbcTemplate.translateException(JdbcTemplate.java:1444)
  9.     at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:388)
  10.     at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:452)
  11.     at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.callHttpStoredProcedure(JdbcStoredProcedureRepository.java:177)
  12.     at ru.crystals.dbapi.service.database.repository.JdbcStoredProcedureRepository.lambda$executeHttpStoredProcedure$0(JdbcStoredProcedureRepository.java:58)
  13.     at reactor.core.publisher.MonoCallable.call(MonoCallable.java:91)
  14.     at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:225)
  15.     at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50)
  16.     at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27)
  17.     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  18.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  19.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  20.     at java.lang.Thread.run(Thread.java:748)
  21. Caused by: org.postgresql.util.PSQLException: ERROR: schema "segments" does not exist
  22.   Position: 15
  23.     at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440)
  24.     at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183)
  25.     at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308)
  26.     at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441)
  27.     at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365)
  28.     at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:307)
  29.     at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:293)
  30.     at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:270)
  31.     at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:224)
  32.     at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111)
  33.     at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java)
  34.     at org.springframework.jdbc.core.JdbcTemplate$1QueryStatementCallback.doInStatement(JdbcTemplate.java:439)
  35.     at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
  36.     ... 11 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement