Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 26.12 06:20:14 ERROR [CardsServiceImpl] An error occured while search card (number='2449000000012') within card range
- org.hibernate.exception.SQLGrammarException: could not extract ResultSet
- at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:123)
- at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:49)
- at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126)
- at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112)
- at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:91)
- at org.hibernate.loader.Loader.getResultSet(Loader.java:2066)
- at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1863)
- at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839)
- at org.hibernate.loader.Loader.doQuery(Loader.java:910)
- at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355)
- at org.hibernate.loader.Loader.doList(Loader.java:2554)
- at org.hibernate.loader.Loader.doList(Loader.java:2540)
- at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2370)
- at org.hibernate.loader.Loader.list(Loader.java:2365)
- at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:126)
- at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1718)
- at org.hibernate.internal.CriteriaImpl.list(CriteriaImpl.java:380)
- at ru.crystals.pos.cards.service.CardsServiceImpl.getCardType(CardsServiceImpl.java:798)
- at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeCash(CardsServiceImpl.java:863)
- at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeLocal(CardsServiceImpl.java:669)
- at ru.crystals.pos.cards.service.CardsServiceImpl.getCardTypeEntity(CardsServiceImpl.java:643)
- at ru.crystals.pos.cards.service.CardsServiceImpl.getCardType(CardsServiceImpl.java:1139)
- at ru.crystals.pos.techprocess.TechProcessSearch.searchCard(TechProcessSearch.java:288)
- at ru.crystals.pos.techprocess.TechProcessImpl.eventMSR(TechProcessImpl.java:3929)
- at ru.crystals.pos.CashEventSource.process(CashEventSource.java:410)
- at ru.crystals.pos.CashEventSource.processEvent(CashEventSource.java:131)
- at ru.crystals.pos.CashEventSource.run(CashEventSource.java:106)
- at ru.crystals.pos.InternalCashPoolExecutorImpl$4.run(InternalCashPoolExecutorImpl.java:122)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
- at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
- at java.lang.Thread.run(Thread.java:745)
- Caused by: org.postgresql.util.PSQLException: ERROR: column this_.virtual does not exist
- Позиция: 197
- at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2270)
- at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1998)
- at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
- at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:570)
- at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:420)
- at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:305)
- at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76)
- at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:82)
- ... 30 more
- 26.12 06:20:15 ERROR [TechProcessImpl] TP error: Карта не найдена в справочнике карт
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement