Hovan --

The problem is that your application is creating EntityManagerFactories,
but they are never getting closed. When you are done using an
EntityManagerFactory, be sure to call .close() on it.

Let us know how it goes.

Thanks,
Rick


On Mon, May 20, 2013 at 1:52 AM, hovan.akelian
<[email protected]>wrote:

> Hi Rick,
>
>   We installed the heap dump analyzer to track the cause of this issue and
> the following screen under this  link
> <
> https://docs.google.com/forms/d/1m1p5AdIoFQRnkW38WcO4l7zVOYQubBIymXmoT6sKZP8/edit
> >
> appeared after choosing the heapdump file.
>
> The analyzer suspected a leak in
> /org/apache/openjpa/persistence/EntityManagerFactoryImpl caused by openjpa
> internal implementation.
>
> Regards,
> Hovan
>
>
>
> --
> View this message in context:
> http://openjpa.208410.n2.nabble.com/OOM-caused-by-OpenJPA-tp7583869p7583964.html
> Sent from the OpenJPA Users mailing list archive at Nabble.com.
>



-- 
*Rick Curtis*

Reply via email to