Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.1.8
Hi,
Im using Hibernate 2.1.8 as my ORM tool and I have deployed the application to JBoss 4.0.2, Im using the Thread pool session factory
pattern and dont hook into any of the features the JBoss exposes
for hibernate integration.
The problem Im currently facing is that Hibernate seems to
be in a deadlocked situation while creating a prepared
statement (The last statement in the log). It would be great
if someone could shed some light on what is the exact cause.
22:50:30,078 INFO [STDOUT] 14715944 [http-0.0.0.0-8080-Processor12] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 10 open PreparedSt
atements, 0 open ResultSets
22:50:30,078 INFO [STDOUT] 14715944 [http-0.0.0.0-8080-Processor12] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 10 open PreparedSt
atements, 0 open ResultSets
22:59:35,620 INFO [STDOUT] 15261470 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - opened session
22:59:35,620 INFO [STDOUT] 15261470 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - opened session
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - flushing session
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - flushing session
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Flushing entities and processing
referenced collections
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Flushing entities and processing
referenced collections
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Processing unreferenced collectio
ns
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Processing unreferenced collectio
ns
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Scheduling collection removes/(re
)creates/updates
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Scheduling collection removes/(re
)creates/updates
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Flushed: 0 insertions, 0 updates,
0 deletions to 0 objects
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Flushed: 0 insertions, 0 updates,
0 deletions to 0 objects
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Flushed: 0 (re)creations, 0 updat
es, 0 removals to 0 collections
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Flushed: 0 (re)creations, 0 updat
es, 0 removals to 0 collections
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Dont need to execute flush
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.SessionImpl - Dont need to execute flush
22:59:35,620 INFO [STDOUT] 15261486 [http-0.0.0.0-8080-Processor13] DEBUG net.sf.hibernate.impl.BatcherImpl - about to open: 11 open PreparedSt
atements, 0 open ResultSets