Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8934E9B59 for ; Thu, 2 Feb 2012 19:23:20 +0000 (UTC) Received: (qmail 39232 invoked by uid 500); 2 Feb 2012 19:23:19 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 38597 invoked by uid 500); 2 Feb 2012 19:23:18 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 38575 invoked by uid 99); 2 Feb 2012 19:23:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 19:23:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 19:23:14 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id BCFE8189DA6 for ; Thu, 2 Feb 2012 19:22:53 +0000 (UTC) Date: Thu, 2 Feb 2012 19:22:53 +0000 (UTC) From: "Andreas Veithen (Commented) (JIRA)" To: java-dev@axis.apache.org Message-ID: <770760723.4269.1328210573775.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <519354327.14283.1318247009855.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AXIS-2863) Circular Reference in Deserialization and XMLReader MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS-2863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199126#comment-13199126 ] Andreas Veithen commented on AXIS-2863: --------------------------------------- There have been no changes in saaj and jaxrpc. It should be enough to replace the axis JAR. > Circular Reference in Deserialization and XMLReader > --------------------------------------------------- > > Key: AXIS-2863 > URL: https://issues.apache.org/jira/browse/AXIS-2863 > Project: Axis > Issue Type: Bug > Components: Serialization/Deserialization > Affects Versions: 1.4 > Environment: IBM AIX JRE 1.4.2 > Reporter: Nagaraj > Priority: Critical > Original Estimate: 168h > Remaining Estimate: 168h > > 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% > |- oracle.xml.parser.v2.XMLReader @ 0x505dc5f8 | 128 | 988,272,872 | 60.92% > | |- org.apache.axis.encoding.DeserializationContext @ 0x504ce7d8 | 88 | 988,263,992 | 60.92% > | | |- oracle.xml.parser.v2.XMLReader @ 0x505385b0 | 128 | 988,190,680 | 60.91% > | | | |- org.apache.axis.encoding.DeserializationContext @ 0x89592c00 | 88 | 988,181,800 | 60.91% > | | | | |- oracle.xml.parser.v2.XMLReader @ 0x89592e00 | 128 | 988,067,936 | 60.91% > | | | | | |- org.apache.axis.encoding.DeserializationContext @ 0x50799858 | 88 | 988,059,056 | 60.91% > | | | | | | |- oracle.xml.parser.v2.XMLReader @ 0x5079d0e8 | 128 | 987,975,512 | 60.90% > | | | | | | | |- org.apache.axis.encoding.DeserializationContext @ 0x505e23d8 | 88 | 987,966,632 | 60.90% > | | | | | | | | |- oracle.xml.parser.v2.XMLReader @ 0x505e1c08 | 128 | 987,892,528 | 60.90% > Please provide some solution for this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org