Advertisement
fedorm

Untitled

Dec 26th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. 26.12 06:20:14 ERROR [CardsServiceImpl] An error occured while search card (number='2449000000012') within card range
  2. org.hibernate.exception.SQLGrammarException: could not extract ResultSet
  3. at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:123)
  4. at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:49)
  5. at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126)
  6. at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112)
  7. at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:91)
  8. at org.hibernate.loader.Loader.getResultSet(Loader.java:2066)
  9. at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1863)
  10. at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839)
  11. at org.hibernate.loader.Loader.doQuery(Loader.java:910)
  12. at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355)
  13. at org.hibernate.loader.Loader.doList(Loader.java:2554)
  14. at org.hibernate.loader.Loader.doList(Loader.java:2540)
  15. at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370)
  16. at org.hibernate.loader.Loader.list(Loader.java:2365)
  17. at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:126)
  18. at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1718)
  19. at org.hibernate.internal.CriteriaImpl.list(CriteriaImpl.java:380)
  20. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardType(CardsServiceImpl.java:798)
  21. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeCash(CardsServiceImpl.java:863)
  22. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeLocal(CardsServiceImpl.java:669)
  23. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeEntity(CardsServiceImpl.java:643)
  24. at ru.crystals.pos.cards.service.CardsServiceImpl.getCardType(CardsServiceImpl.java:1139)
  25. at ru.crystals.pos.techprocess.TechProcessSearch.searchCard(TechProcessSearch.java:288)
  26. at ru.crystals.pos.techprocess.TechProcessImpl.eventMSR(TechProcessImpl.java:3929)
  27. at ru.crystals.pos.CashEventSource.process(CashEventSource.java:410)
  28. at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:131)
  29. at ru.crystals.pos.CashEventSource.run(CashEventSource.java:106)
  30. at ru.crystals.pos.InternalCashPoolExecutorImpl$4.run(InternalCashPoolExecutorImpl.java:122)
  31. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  32. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  33. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
  34. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
  35. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  36. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  37. at java.lang.Thread.run(Thread.java:745)
  38. Caused by: org.postgresql.util.PSQLException: ERROR: column this_.virtual does not exist
  39. Позиция: 197
  40. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2270)
  41. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1998)
  42. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
  43. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:570)
  44. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:420)
  45. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:305)
  46. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76)
  47. at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:82)
  48. ... 30 more
  49. 26.12 06:20:15 ERROR [TechProcessImpl] TP error: Карта не найдена в справочнике карт
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement