You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/08/21 14:12:11 UTC

[DO NOT REPLY: Bug 3199] Getting OutOfMemoryError parsing large xml-file (2.4MB) on OS VMS.

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3199

*** shadow/3199	Tue Aug 21 05:04:04 2001
--- shadow/3199.tmp.2926	Tue Aug 21 05:12:11 2001
***************
*** 173,176 ****
  "AXP AF 092%> java -version
  java version "1.2.2-3"
  Classic VM (build J2SDK.v.1.2.2-3:10/31/2000-08:52, native threads, jit_122)
! AXP AF 092%>"
--- 173,189 ----
  "AXP AF 092%> java -version
  java version "1.2.2-3"
  Classic VM (build J2SDK.v.1.2.2-3:10/31/2000-08:52, native threads, jit_122)
! AXP AF 092%>"
! 
! ------- Additional Comments From mats.bjornlund@capgemini.se  2001-08-21 05:12 -------
! To be able to use the files in the xerces.jar files I had to extract the files 
! othervise the compiler couldent find the files in tha JAR-file. I tried to set 
! CLASSPATH and also tried JAVA$CLASSPATH. I have also tried to use -classpath 
! option parameter when compiling. Nothing worked, soo it ended up that I 
! extracted all files. Then the compiler could find them when I dident worked 
! against the JAR-file.
! 
! I could then compile and parse small xml-files without any problems, BUT when I 
! work against larger files (2.4MB) then the OutOfMemory problem starts. And we 
! have xml-files that are as big as over 20MB. Soo for us it is critical that we 
! can run larger files.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org