I am able to start my q2 and able to hit to my webservice. However when i tried to fetch the data from database table, i received the below exception of "can not be cast"
test@PC-32:~/Documents/myprojects/RestTest/build/install/RestTest$ bin/q2
<log realm="Q2.system" at="2018-10-20T02:10:23.007">
<info>
Q2 started, deployDir=/home/test/Documents/myprojects/RestTest/build/install/RestTest/deploy
</info>
</log>
<log realm="Q2.system" at="2018-10-20T02:10:23.426" lifespan="412ms">
<version>
jPOS 2.1.2-SNAPSHOT master/759ae1e (2018-09-18 17:31:27 UTC)
RestTest 1.0.0 unknown/unknown (2018-10-20 10:40:16 IST)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
jPOS Community Edition, licensed under GNU AGPL v3.0.
This software is probably not suitable for commercial use.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
iQEcBAEBAgAGBQJMolHDAAoJEOQyeO71nYtFv74H/3OgehDGEy1VXp2U3/GcAobg
HH2eZjPUz53r38ARPiU3pzm9LwDa3WZgJJaa/b9VrJwKvbPwe9+0kY3gScDE1skT
ladHt+KHHmGQArEutkzHlpZa73RbroFEIa1qmN6MaDEHGoxZqDh0Sv2cpvOaVYGO
St8ZaddLBPC17bSjAPWo9sWbvL7FgPFOHhnPmbeux8SLtnfWxXWsgo5hLBanKmO1
1z+I/w/6DL6ZYZU6bAJUk+eyVVImJqw0x3IEElI07Nh9MC6BA4iJ77ejobj8HI2r
q9ulRPEqH9NR79619lNKVUkE206dVlXo7xHmJS1QZy5v/GT66xBxyDVfTduPFXk=
=oP+v
-----END PGP SIGNATURE-----
</version>
</log>
<log realm="slf4j::org.eclipse.jetty.util.log" at="2018-10-20T02:10:23.445">
<info>
Logging initialized @818ms to org.eclipse.jetty.util.log.Slf4jLog
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.util.log" at="2018-10-20T02:10:23.519">
<warn>
setDebugEnabled not implemented
</warn>
</log>
<log realm="Q2.system" at="2018-10-20T02:10:23.546" lifespan="118ms">
<info>
deploy: /home/test/Documents/myprojects/RestTest/build/install/RestTest/deploy/90_jetty.xml
</info>
</log>
<log realm="Q2.system" at="2018-10-20T02:10:23.552" lifespan="5ms">
<info>
deploy: /home/test/Documents/myprojects/RestTest/build/install/RestTest/deploy/99_sysmon.xml
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.Server" at="2018-10-20T02:10:23.554">
<info>
jetty-9.4.5.v20170502
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.deploy.providers.ScanningAppProvider" at="2018-10-20T02:10:23.565">
<info>
Deployment monitor [file:///home/test/Documents/myprojects/RestTest/build/install/RestTest/webapps/] at interval 1
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.annotations.AnnotationConfiguration" at="2018-10-20T02:10:23.664">
<info>
Scanning elapsed time=0ms
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.webapp.StandardDescriptorProcessor" at="2018-10-20T02:10:23.669">
<info>
NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.session" at="2018-10-20T02:10:23.719">
<info>
DefaultSessionIdManager workerName=node0
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.session" at="2018-10-20T02:10:23.719">
<info>
No SessionScavenger set, using defaults
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.session" at="2018-10-20T02:10:23.720">
<info>
Scavenging every 660000ms
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.handler.ContextHandler" at="2018-10-20T02:10:23.782">
<info>
Started o.e.j.w.WebAppContext@66c95454{/,file:///home/test/Documents/myprojects/RestTest/build/install/RestTest/webapps/root/,AVAILABLE}{/root}
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.annotations.AnnotationConfiguration" at="2018-10-20T02:10:24.231">
<info>
Scanning elapsed time=365ms
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.webapp.StandardDescriptorProcessor" at="2018-10-20T02:10:24.252">
<info>
NO JSP Support for /MyTest, did not find org.apache.jasper.servlet.JspServlet
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.handler.ContextHandler" at="2018-10-20T02:10:24.958">
<info>
Started o.e.j.w.WebAppContext@6bdcc566{/MyTest,file:///tmp/jetty-0.0.0.0-8080-RestTest-1.0.0.war-_RestTest-1.0.0-any-2722819249154261467.dir/webapp/,AVAILABLE}{/@warname@}
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.AbstractConnector" at="2018-10-20T02:10:24.964">
<info>
Started ServerConnector@771ab8b1{HTTP/1.1,[http/1.1]}{
0.0.0.0:8080}
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.util.ssl.SslContextFactory" at="2018-10-20T02:10:24.967">
<info>
x509=X509@2753fc99(jetty,h=[
jpos.org],w=[]) for SslContextFactory@341dd082(file:///home/test/Documents/myprojects/RestTest/src/dist/cfg/keystore.jks,null)
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.AbstractConnector" at="2018-10-20T02:10:24.973">
<info>
Started ServerConnector@81c34a6{SSL,[ssl, http/1.1]}{
0.0.0.0:8443}
</info>
</log>
<log realm="slf4j::org.eclipse.jetty.server.Server" at="2018-10-20T02:10:24.973">
<info>
Started @2347ms
</info>
</log>
<log realm="org.jpos.q2.qbean.SystemMonitor" at="2018-10-20T02:10:24.974">
<info>
Starting SystemMonitor
</info>
</log>
<log realm="org.jpos.q2.qbean.SystemMonitor" at="2018-10-20T02:10:24.974">
<info>
OS: Linux (4.4.0-130-generic)
Java: 1.8.0_181 (Oracle Corporation) AES-secure
process name: 7294@PC-32
user name: test
cwd: /home/test/Documents/myprojects/RestTest/build/install/RestTest
free space: 852.6 GiB
usable space: 806.6 GiB
version: 2.1.2-SNAPSHOT (759ae1e)
instance: 9638ef03-4597-4b86-a74d-9c2e338611b3
uptime: 00:00:02.203 (1.730000)
processors: 4
drift : 0
memory(t/u/f): 119/45/74
encoding: UTF-8
timezone: GMT-03:00 (GMT-03:00) -03:00
watch service: sun.nio.fs.LinuxWatchService
clock: 1540012225 2018-10-20T05:10:24.975Z
thread count: 39
peak threads: 39
user threads: 36
Thread[Reference Handler,10,system]
Thread[Finalizer,8,system]
Thread[Signal Dispatcher,9,system]
Thread[pool-1-thread-1,5,main]
Thread[Q2-9638ef03-4597-4b86-a74d-9c2e338611b3,5,main]
Thread[DestroyJavaVM,5,main]
Thread[Thread-1,5,main]
Thread[Timer-0,5,main]
Thread[org.eclipse.jetty.util.RolloverFileOutputStream,5,main]
Thread[qtp1508273693-19,5,main]
Thread[qtp1508273693-20-acceptor-0@37c9f0ff-ServerConnector@81c34a6{SSL,[ssl, http/1.1]}{
0.0.0.0:8443},3,main]
Thread[qtp1508273693-21,5,main]
Thread[qtp1508273693-22,5,main]
Thread[qtp1508273693-23,5,main]
Thread[qtp1508273693-24,5,main]
Thread[qtp1508273693-25,5,main]
Thread[qtp1508273693-26-acceptor-0@687bae47-ServerConnector@771ab8b1{HTTP/1.1,[http/1.1]}{
0.0.0.0:8080},3,main]
Thread[qtp1508273693-27,5,main]
Thread[qtp1508273693-28,5,main]
Thread[Scheduler-1431386074,5,main]
Thread[HttpClient@805433679-30,5,main]
Thread[HttpClient@805433679-31,5,main]
Thread[HttpClient@805433679-32,5,main]
Thread[HttpClient@805433679-33,5,main]
Thread[HttpClient@805433679-34,5,main]
Thread[HttpClient@805433679-35,5,main]
Thread[HttpClient@805433679-36,5,main]
Thread[HttpClient@805433679-37,5,main]
Thread[HttpClient@2146286950-38,5,main]
Thread[HttpClient@2146286950-39,5,main]
Thread[HttpClient@2146286950-40,5,main]
Thread[HttpClient@2146286950-41,5,main]
Thread[HttpClient@2146286950-42,5,main]
Thread[HttpClient@2146286950-43,5,main]
Thread[HttpClient@2146286950-44,5,main]
Thread[HttpClient@2146286950-45,5,main]
Thread[pool-3-thread-1,5,main]
Thread[Scanner-0,5,main]
Thread[SystemMonitor,5,main]
name-registrar:
Q2: org.jpos.q2.Q2
logger.Q2: org.jpos.util.Logger
logger.Q2.buffered: org.jpos.util.BufferedLogListener
</info>
</log>
<log realm="stderr" at="2018-10-20T02:10:25.455" lifespan="501ms">
Oct 20, 2018 2:10:24 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: A HTTP GET method, public javax.ws.rs.core.Response com.iz.RestTest.controller.TxnController.echoGet(java.lang.String), should not consume any entity.
</log>
<log realm="slf4j::com.mchange.v2.log.MLog" at="2018-10-20T02:10:51.983">
<info>
MLog clients using slf4j logging.
</info>
</log>
<log realm="slf4j::com.mchange.v2.c3p0.C3P0Registry" at="2018-10-20T02:10:52.042">
<info>
Initializing c3p0-0.9.5.2 [built 08-December-2015 22:06:04 -0800; debug? true; trace: 10]
</info>
</log>
<log realm="slf4j::com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource" at="2018-10-20T02:10:52.091">
<info>
Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@e3b5cf91 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@a41e7782 [ acquireIncrement -> 3, acquireRetryAttempts -> 4, acquireRetryDelay -> 4, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, identityToken -> z8kfsx9y13x7jhilzrfgv|2a34950b, idleConnectionTestPeriod -> 3000, initialPoolSize -> 2, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 1, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 2, maxStatements -> 300, maxStatementsPerConnection -> 0, minPoolSize -> 2, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@87392d76 [ description -> null, driverClass -> null, factoryClassLocation -> null, forceUseNamedDriverClass -> false, identityToken -> z8kfsx9y13x7jhilzrfgv|4254514e, jdbcUrl -> jdbc:mysql://
192.168.1.7:3306/zealcimdev_usmgmt?autoReconnect=true, properties -> {user=******, password=******} ], preferredTestQuery -> select 1, privilegeSpawnedThreads -> false, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, extensions -> {}, factoryClassLocation -> null, identityToken -> z8kfsx9y13x7jhilzrfgv|3fb15a56, numHelperThreads -> 3 ]
</info>
</log>
<log realm="stderr" at="2018-10-20T02:10:52.116" lifespan="502ms">
Oct 20, 2018 2:10:51 AM org.hibernate.Version logVersion
INFO: HHH000412: Hibernate Core {5.2.17.Final}
Oct 20, 2018 2:10:51 AM org.hibernate.cfg.Environment <clinit>
INFO: HHH000206: hibernate.properties not found
Oct 20, 2018 2:10:51 AM org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit>
INFO: HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
Oct 20, 2018 2:10:51 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure
Oct 20, 2018 2:10:51 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure
INFO: HHH10001001: Connection properties: {user=IZ, password=****}
Oct 20, 2018 2:10:51 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure
INFO: HHH10001003: Autocommit mode: false
Oct 20, 2018 2:10:51 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider warnPropertyConflict
WARN: HHH010001: Both hibernate-style property 'hibernate.c3p0.idle_test_period' and c3p0-style property 'hibernate.c3p0.idleConnectionTestPeriod' have been set in Hibernate properties. Hibernate-style property 'hibernate.c3p0.idle_test_period' will be used and c3p0-style property 'hibernate.c3p0.idleConnectionTestPeriod' will be ignored!
Oct 20, 2018 2:10:52 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure
INFO: HHH10001007: JDBC isolation level: READ_COMMITTED
</log>
<log realm="slf4j::net.sf.ehcache.config.ConfigurationFactory" at="2018-10-20T02:10:52.514">
<warn>
No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/test/Documents/myprojects/RestTest/build/install/RestTest/lib/ehcache-2.10.3.jar!/ehcache-failsafe.xml
</warn>
</log>
<log realm="stderr" at="2018-10-20T02:10:52.758" lifespan="500ms">
Oct 20, 2018 2:10:52 AM org.hibernate.dialect.Dialect <init>
INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
Oct 20, 2018 2:10:52 AM org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl useContextualLobCreation
INFO: HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
Oct 20, 2018 2:10:52 AM org.hibernate.envers.boot.internal.EnversServiceImpl configure
INFO: Envers integration enabled? : true
Oct 20, 2018 2:10:52 AM org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory getCache
WARN: HHH020003: Could not find a specific ehcache configuration for cache named [org.hibernate.cache.spi.UpdateTimestampsCache]; using defaults.
Oct 20, 2018 2:10:52 AM org.hibernate.cache.spi.UpdateTimestampsCache <init>
INFO: HHH000250: Starting update timestamps cache at region: org.hibernate.cache.spi.UpdateTimestampsCache
Oct 20, 2018 2:10:52 AM org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory getCache
WARN: HHH020003: Could not find a specific ehcache configuration for cache named [org.hibernate.cache.internal.StandardQueryCache]; using defaults.
Oct 20, 2018 2:10:52 AM org.hibernate.cache.internal.StandardQueryCache <init>
INFO: HHH000248: Starting query cache at region: org.hibernate.cache.internal.StandardQueryCache
</log>
<log realm="TxnHistoryService" at="2018-10-20T02:10:52.934">
<error>
Exception while fetching txn history for fiidI0005 and exceptions are java.lang.ClassCastException: com.iz.RestTest.dao.model.TXNHistoryMaster cannot be cast to com.iz.RestTest.dao.model.TXNHistoryMaster
at com.iz.RestTest.service.TxnHistoryService$1.transformTuple(TxnHistoryService.java:107)
at org.hibernate.loader.criteria.CriteriaLoader.getResultColumnOrRow(CriteriaLoader.java:140)
at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:761)
at org.hibernate.loader.Loader.processResultSet(Loader.java:991)
at org.hibernate.loader.Loader.doQuery(Loader.java:949)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:341)
at org.hibernate.loader.Loader.doList(Loader.java:2692)
at org.hibernate.loader.Loader.doList(Loader.java:2675)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2507)
at org.hibernate.loader.Loader.list(Loader.java:2502)
at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:109)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1936)
at org.hibernate.internal.CriteriaImpl.list(CriteriaImpl.java:370)
at com.iz.RestTest.service.TxnHistoryService.getTxnHistoryList(TxnHistoryService.java:131)
at com.iz.RestTest.service.TxnHistoryService.executeService(TxnHistoryService.java:64)
at com.iz.RestTest.controller.TxnController.txnHistory(TxnController.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:205)
at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:471)
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:425)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:383)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:336)
at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:223)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:833)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:206)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:219)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
at org.eclipse.jetty.server.handler.DebugHandler.handle(DebugHandler.java:83)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:564)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:317)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:110)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
at org.eclipse.jetty.util.thread.Invocable.invokePreferred(Invocable.java:128)
at org.eclipse.jetty.util.thread.Invocable$InvocableExecutor.invoke(Invocable.java:222)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:294)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:126)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:672)
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:590)
at java.lang.Thread.run(Thread.java:748)
</error>
</log>
<log realm="stderr" at="2018-10-20T02:10:53.399" lifespan="500ms">
Oct 20, 2018 2:10:52 AM org.hibernate.internal.SessionImpl createCriteria
WARN: HHH90000022: Hibernate's legacy org.hibernate.Criteria API is deprecated; use the JPA javax.persistence.criteria.CriteriaQuery instead
</log>
<log realm="stdout" at="2018-10-20T02:10:53.410" lifespan="500ms">
Hibernate:
select
this_.ISO_FIELD_2 as ISO_FIEL1_0_0_,
this_.TRN_ID as TRN_ID2_0_0_,
this_.ISO_FIELD_19 as ISO_FIEL3_0_0_,
this_.ISO_FIELD_38 as ISO_FIEL4_0_0_,
this_.ISO_FIELD_6 as ISO_FIEL5_0_0_,
this_.ISO_FIELD_51 as ISO_FIEL6_0_0_,
this_.ISO_FIELD_42 as ISO_FIEL7_0_0_,
this_.ISO_FIELD_39 as ISO_FIEL8_0_0_,
this_.ISO_FIELD_4 as ISO_FIEL9_0_0_,
this_.ISO_FIELD_49 as ISO_FIE10_0_0_,
this_.TRN_DATE_TIME as TRN_DAT11_0_0_,
this_.ISO_FIELD_46 as ISO_FIE12_0_0_
from
cim_11_1101 this_ limit ?
</log>
Need help on urgent.
Thanks.