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

*** shadow/3437 Wed Sep  5 09:38:33 2001
--- shadow/3437.tmp.6753        Wed Sep  5 09:38:33 2001
***************
*** 0 ****
--- 1,42 ----
+ +============================================================================+
+ | javax.xml.transform.TransformerException                                   |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3437                        Product: Xerces2-J               |
+ |       Status: NEW                         Version: 2.0.0 [alpha]           |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Blocker                  OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Other                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                  |
+ |  Reported By: [EMAIL PROTECTED]                                      |
+ |      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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to