Hello all,
SUBJECT: APPLICATION HANGS at following line
DEBUG BatcherImpl.logOpenPreparedStatement(196) about to open: 19 open PreparedStatements, 0 open ResultSet
I have been working with hibernate for a while now and I am facing the following problem when I am searching for entries. I think that I am missing something rudimentary. Please let me know if the following rings any bells
2004-08-31 21:30:55 DEBUG BatcherImpl.logOpenPreparedStatement(196) - about to open: 19 open PreparedStatements, 0 open ResultSets
The application hangs at this point and I have to click browser refresh twice before it processes the results again
2004-08-31 21:23:21 DEBUG SearchAction.simpleSearchDisplay(?) - start
2004-08-31 21:23:21 DEBUG BaseDispatchAction.execute(?) - start
2004-08-31 21:23:21 DEBUG CreateAction.showCreate(?) - start
2004-08-31 21:30:55 DEBUG BaseDispatchAction.execute(?) - start
2004-08-31 21:30:55 DEBUG BaseEntryTypeAction.simpleSearch(?) - start
2004-08-31 21:30:55 DEBUG HibernateUtil.currentSession(?) - Opening new Session for this thread.
2004-08-31 21:30:55 DEBUG SessionImpl.<init>(555) - opened session
2004-08-31 21:30:55 DEBUG SessionImpl.flushEverything(2242) - flushing session
2004-08-31 21:30:55 DEBUG SessionImpl.flushEntities(2435) - Flushing entities and processing referenced collections
2004-08-31 21:30:55 DEBUG SessionImpl.flushCollections(2776) - Processing unreferenced collections
2004-08-31 21:30:55 DEBUG SessionImpl.flushCollections(2790) - Scheduling collection removes/(re)creates/updates
2004-08-31 21:30:55 DEBUG SessionImpl.flushEverything(2266) - Flushed: 0 insertions, 0 updates, 0 deletions to 0 objects
2004-08-31 21:30:55 DEBUG SessionImpl.flushEverything(2271) - Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
2004-08-31 21:30:55 DEBUG SessionImpl.autoFlushIfRequired(1814) - Dont need to execute flush
2004-08-31 21:30:55 DEBUG BatcherImpl.logOpenPreparedStatement(196) - about to open: 19 open PreparedStatements, 0 open ResultSets
|