Good afternoon guys.
I'm facing some problems with my server.
There is hosted a system with Spring, JSF 1.2, Java 5, Hibernate 3.2.4 and JBoss 4.2.3.
Today, the application crashed twice. The first time was necessary reboot the JBoss.
Looking the log, the only thing I could view similar between the moments of peaks (a lot of threads running) and when crashed;
was the occurrence the following WARN:
Code:
WARN [LoadContexts] fail-safe cleanup (collections) : org.hibernate.engine.loading.CollectionLoadContext@aeae4f6<rs=org.postgresql.jdbc3.Jdbc3ResultSet@5a72165f>
Searching about this WARN, I saw that it was fixed on version 3.2.5 (I use 3.2.4).
I would like to know if this can be conected with the peaks and when the application crashed.
Best regards,
Thiago Siqueira.