You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/09/05 18:56:17 UTC

[DO NOT REPLY: Bug 3438] New: javax.xml.transform.TransformerException

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=3438

*** shadow/3438	Wed Sep  5 09:56:17 2001
--- shadow/3438.tmp.6946	Wed Sep  5 09:56:17 2001
***************
*** 0 ****
--- 1,42 ----
+ +============================================================================+
+ | javax.xml.transform.TransformerException                                   |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3438                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Blocker                  OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: org.apache.xalan        |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: uttam.rao@distefora.com                                      |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I am using an xml file to store GML data. in coordinates tag i am storing more 
+ than 500 points . The program using xeres2J is working fine if the points are 
+ less(around 100-200) but when the number of points increases then its giving me 
+ the following error.
+ 
+  In another program i am also getting stackoverflow error.
+ 
+ error message:
+ ------------------------------------------
+ javax.xml.transform.TransformerException
+         at org.apache.xalan.transformer.TransformerImpl.transformNode
+ (TransformerImpl.java:1226)
+         at org.apache.xalan.transformer.TransformerImpl.transform
+ (TransformerImpl.java:638)
+         at org.apache.xalan.transformer.TransformerImpl.transform
+ (TransformerImpl.java:1088)
+         at org.apache.xalan.transformer.TransformerImpl.transform
+ (TransformerImpl.java:1066)
+         at SVGGenerator.getSVG(SVGGenerator.java:29)
+         at SVGGenerator.main(SVGGenerator.java:52)
+ ---------
+ java.lang.ArrayIndexOutOfBoundsException
+         at org.apache.xml.dtm.ref.DTMManagerDefault.getDTM
+ (DTMManagerDefault.java:549)
+         at org.apache.xpath.XPathContext.getDTM(XPathContext.java:182)
+         at org.apache.xpath.objects.XRTreeFrag.<init>(XRTreeFrag.java:108)