Issue 48384 - Wordml/xml import: general File I/O-Error while opening multiple XML Files with java 1.5.0_02
Summary: Wordml/xml import: general File I/O-Error while opening multiple XML Files wi...
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: open-import (show other issues)
Version: 680m98
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: jack.warchold
QA Contact: issues@sw
URL:
Keywords:
: 47816 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-04-28 16:52 UTC by jack.warchold
Modified: 2013-08-07 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jack.warchold 2005-04-28 16:52:26 UTC
Testdescription:
take 30 files and open them simultaneously, after 20-25 files you will get an File I/O 
error (a more exact errormessage is "java.lang.OutOfMemoryError:Java 
Heapspace" from the non pro version). 
This error will temporarily occur also if you open and close single files one after the 
other, in some cases after the 8th to 10th file. 
This works fine in the src680_m91 (with workarround to open xml files) or previous 
builds and java 1.5.0_02
It also works fine on src680_m98 with java versions previous to 1.5.0
Comment 1 jack.warchold 2005-04-28 16:53:55 UTC
you temporarily can find some wordml files on /tausch/jw/xmlfilter
Comment 2 jack.warchold 2005-04-28 16:58:39 UTC
changed prio to P2
Comment 3 lo 2005-04-29 13:48:00 UTC
looking into this...
Comment 4 lo 2005-04-29 17:26:40 UTC
this seems to be a memory leak in xalan-j. Transformer instance are not getting
reclaimed, although there are no longer any explicit references to them. I
implemented a WeakReference cache for Transformer instances in
XSLTransformer.java in order to prevent the construction of multiple Transformer
objects for the same stylesheet. This is also a good performance boost when you
are working a lot with the same transformation.

fixed on CWS lo5
Comment 5 lo 2005-05-03 09:52:40 UTC
please verify on lo5

re-open issue and reassign to jw@openoffice.org
Comment 6 lo 2005-05-03 09:52:44 UTC
reassign to jw@openoffice.org
Comment 7 lo 2005-05-03 09:52:50 UTC
reset resolution to FIXED
Comment 8 jack.warchold 2005-05-03 17:33:42 UTC
seen good in cws lo5.
opend 70 documents without any errors
java version 1.5.0x
set to verified
Comment 9 jack.warchold 2005-05-24 16:23:17 UTC
seen good on src680_m106 -> closing 
tested with 75 documents.
Comment 10 jogi 2005-06-20 09:59:42 UTC
*** Issue 47816 has been marked as a duplicate of this issue. ***