You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Alapati Sasi <al...@yahoo.com> on 2009/08/18 18:53:42 UTC

OutOfMemory Error with XALAN 2.1

Hi All,

i am using a simple xsl to transform using xalan 2.1 jar & JDK 1.5 .After
executing for couple of hours the same request continously randomly i am
getting outofmemory error .When i did profiling observed some points .
Here are my observations:
One instance of "org.apache.xml.utils.XMLReaderManager" loaded by
"sun.misc.Launcher$AppClassLoader @ 0x17d5efa0" occupies 10,189,376 (54.13%)
bytes. The memory is accumulated in one instance of
"java.util.Hashtable$Entry[]" loaded by "<system class loader>".

Is this the real cause for the error i am facing . If any one observed outof
memory error help me in this regard.
Waiting for your valuable outputs.

Thanks & Regards,
Sasi.A
-- 
View this message in context: http://www.nabble.com/OutOfMemory-Error-with-XALAN-2.1-tp25029093p25029093.html
Sent from the Xalan - J - Users mailing list archive at Nabble.com.


Re: OutOfMemory Error with XALAN 2.1

Posted by Michael Ludwig <mi...@gmx.de>.
Alapati Sasi schrieb am 18.08.2009 um 09:53:42 (-0700):

> i am using a simple xsl to transform using xalan 2.1 jar & JDK 1.5 .

Xalan 2.1 is eight years old. 2.7.1 is current. You should upgrade.

Michael Ludwig