spring - glassfish hangs on hibernate Using ASTQueryTranslatorFactory -
i working on android project following technologies : glassfish, hibernate, spring, rest services , android sdk. problem after few executed services android app rest services, service loading , nothing happen. when on glassfish log, there not error. log stays on using astquerytranslatorfactory
, thats all. make things work need restart server. strange because happens after 5 or 6 transactions database. can me issue?
thats on log after glassfish/spring/hibernate freezes
[2015-06-03t16:52:08.211+0300] [glassfish 4.0] [info] [] [org.hibernate.cfg.configuration] [tid: _threadid=20 _threadname=http-listener-1(2)] [timemillis: 1433339528211] [levelvalue: 800] [[ hhh000043: configuring resource: /hibernate.cfg.xml]] [2015-06-03t16:52:08.211+0300] [glassfish 4.0] [info] [] [org.hibernate.cfg.configuration] [tid: _threadid=20 _threadname=http-listener-1(2)] [timemillis: 1433339528211] [levelvalue: 800] [[ hhh000040: configuration resource: /hibernate.cfg.xml]] [2015-06-03t16:52:08.221+0300] [glassfish 4.0] [info] [] [org.hibernate.cfg.configuration] [tid: _threadid=20 _threadname=http-listener-1(2)] [timemillis: 1433339528221] [levelvalue: 800] [[ hhh000041: configured sessionfactory: null]] [2015-06-03t16:52:08.271+0300] [glassfish 4.0] [info] [] [org.hibernate.dialect.dialect] [tid: _threadid=20 _threadname=http-listener-1(2)] [timemillis: 1433339528271] [levelvalue: 800] [[ hhh000400: using dialect: org.hibernate.dialect.sqlserver2008dialect]] [2015-06-03t16:52:08.311+0300] [glassfish 4.0] [info] [] [org.hibernate.engine.transaction.internal.transactionfactoryinitiator] [tid: _threadid=20 _threadname=http-listener-1(2)] [timemillis: 1433339528311] [levelvalue: 800] [[ hhh000399: using default transaction strategy (direct jdbc transactions)]] [2015-06-03t16:52:10.205+0300] [glassfish 4.0] [info] [] [org.hibernate.hql.internal.ast.astquerytranslatorfactory] [tid: _threadid=20 _threadname=http-listener-1(2)] [timemillis: 1433339530205] [levelvalue: 800] [[ hhh000397: using astquerytranslatorfactory]]
Comments
Post a Comment