Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.4
-
None
-
IBM AIX JRE 1.4.2
Description
I got out of memory error and when i analysed heap dump, i was getting infinite active references of deserialization and xmlreader.When expand Deserialization context,XMLReader reference is there and when expand XMLReader,Deserialization reference is there.It seems to be circular reference.The sample output of heap dump is given below.
Shallow Heap | Retained Heap | Percentage |
org.apache.axis.encoding.DeserializationContext @ 0x505dbbc8 | 88 | 988,356,416 | 60.92%
|
128 | 988,272,872 | 60.92% | ||||||||
|
88 | 988,263,992 | 60.92% | ||||||||
|
128 | 988,190,680 | 60.91% | ||||||||
|
88 | 988,181,800 | 60.91% | ||||||||
|
128 | 988,067,936 | 60.91% | ||||||||
|
88 | 988,059,056 | 60.91% | ||||||||
|
128 | 987,975,512 | 60.90% | ||||||||
|
88 | 987,966,632 | 60.90% | ||||||||
|
128 | 987,892,528 | 60.90% |
Please provide some solution for this.
Attachments
Attachments
Issue Links
- duplicates
-
AXIS-2796 Infinite references of XMLReader and DeserializationContext objects causing OutOfMemory
- Resolved