memory leak « JPA « Spring Q&A





1. "Could not register destruction callback" warn message leads to memory leaks?    stackoverflow.com

I'm in the exact same situation as this old question: http://stackoverflow.com/questions/2077558/warn-could-not-register-destruction-callback In short: I see a warning saying that a destruction callback could not be registered for some beans. My question is: since ...

2. Memory Leak - com.mysql.jdbc.ConnectionPropertiesImpl$*ANY*ConnectionProperty    stackoverflow.com

I seem to have a memory leak, one of the culprits seems to be the ConnectionProperty, whether it is String, Int or Boolean ones. e.g.:'com.mysql.jdbc.ConnectionPropertiesImpl$BooleanConnectionProperty', millions seem to be staying around ...

3. Memory leak org/hibernate/engine/StatefulPersistenceContext    forum.springsource.org

Memory leak org/hibernate/engine/StatefulPersistenceContext We have a lot of OutOfMemory error in our application After analyzing the JVM, we supsect some MemoryLeak due to org/hibernate/engine/StatefulPersistenceContext. We are using: -Websphere 6.1 + Spring ...

4. Possible memory leak -org.hibernate.impl.SessionFactoryImpl    forum.springsource.org

I am having a spring hibernate webapplication which runs on jboss server. I have noticed JVM Free memory decreasing drastically in a weeks time since i start the server . and ...

5. WebSphere 6.0.2 + Hibernate + Spring - Memory Leak    forum.springsource.org

WebSphere 6.0.2 + Hibernate + Spring - Memory Leak We are seeing some memory leak behavior with an app running on WebSphere. Some heap/thread dump analysis seems to suggest that threads ...

6. [Hibernate] Memory leak    forum.springsource.org

Oct 15th, 2007, 04:17 AM #1 jiujiu View Profile View Forum Posts Private Message Junior Member Join Date Oct 2007 Posts 4 [Hibernate] Memory leak Dear all, I don't know if ...

7. Memory leak - Sun app server 9 + Spring + Hibernate    forum.springsource.org

Memory leak - Sun app server 9 + Spring + Hibernate Hi, I find a memory leak problem in my Sun App Server 9. Whenever I make a readonly query to ...

8. Memory Leak in LOB writing - Spring or Hibernate or Oracle??    forum.springsource.org

Memory Leak in LOB writing - Spring or Hibernate or Oracle or me?? Hi, We have strange performance problem. Our profiler shows that Oracle connection object holds the inserted BLOB (byte[]) ...