I have an app running on Weblogic 10 app server.
I am facing a memory leak issue due to internal weblogic objects. The following class objects are occupying a lot of memory and not clearing it off. Can anyone help me figure out what these classes are meant for and what possible could be causing the leak? Googling didn’t help much.
weblogic.store.xa.internal.PersistentStoreXAImpl
Thanks,
Sid
This is the internal WL class for an XA-enabled persistent store. If you are using JDBC then check if your DB is full. If you are using the default store, or a file store, check your filesystem for errors or to see if its full.
There should not be very many of these. Are you using JMS in your app? Perhaps you also have a configuration issue. Try opening a ticket with Oracle support, or if you can share the code and configuration with me you can email me at Jeffrey.west@oracle.com. If you have a support contract you should open a case as opposed to emailing me. If you open a case, please email me the SR# and I can look into it. If you don’t have a support contract then email me with the details of your problem…