This content has been marked as final.
Show 2 replies
-
1. Re: Jboss ESB 4.7 server OutofMemory Error
wdfink Mar 25, 2014 1:40 PM (in response to john234)OOM error might have other reasons than heap, you should check that.
If it is a real memory issue I suppose you have a leak in the server or in your applicaiton.
You might get a heap dump and analyze which classes are blocking the heap.
-
2. Re: Jboss ESB 4.7 server OutofMemory Error
john234 Mar 25, 2014 1:43 PM (in response to wdfink)got the Heap dump and analyzed , found the below leak
One instance of "org.hsqldb.Index" loaded by "org.jboss.mx.loading.UnifiedClassLoader3 @ 0x181706a0" occupies 490,928,696 (58.82%) bytes. The memory is accumulated in one instance of "org.hsqldb.MemoryNode" loaded by "org.jboss.mx.loading.UnifiedClassLoader3 @ 0x181706a0".
Keywords
org.hsqldb.MemoryNode
org.hsqldb.Index
org.jboss.mx.loading.UnifiedClassLoader3 @ 0x181706a0
do we have any fix for this.