RE: String indexoutof range exception

2001-07-17 Thread Gerry McDonough
n. I only get it when I am requesting the corresponding web page via Tomcat. Thanks for the responses, and I'll keep you informed. Gerry -- From: [EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 11:21 AM To: [EMAIL PROTECTED] Subject: RE: String indexoutof range

RE: String indexoutof range exception

2001-07-17 Thread Joseph_Kesselman
>java.lang.StringIndexOutOfBoundsException: String index out of range: -40640 > at java.lang.String.getChars(String.java:560) > at org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java:389) > at org.apache.xpath.DOMHelper.getNodeData(DOMHelper.java:1314) > at org.apache.xpath

RE: String indexoutof range exception

2001-07-17 Thread Gerry McDonough
: [EMAIL PROTECTED] Subject:Re: String indexoutof range exception The DTM model can indeed run out of space if a source document is too large. Currently we allocate 20 bits for node addressing, so we can handle about a million nodes. Beyond that we'll fail, probably nondiagnosti

RE: String indexoutof range exception

2001-07-17 Thread Myriam_Midy
[EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 10:18 AM To:[EMAIL PROTECTED] Subject: Re: String indexoutof range exception Which version of Xalan are you using? Myriam Gerry McDonough

Re: String indexoutof range exception

2001-07-17 Thread Scott_Boag
PROTECTED] cc: (bcc: Scott Boag/CAM/Lotus) 07/17/01 11:28 Subject: Re: String indexoutof range exception

RE: String indexoutof range exception

2001-07-17 Thread Gerry McDonough
x27;s requirements were for smaller text blobs, and that is how I am working around the issue for now. Thanks, Gerry -- From: [EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 10:18 AM To: [EMAIL PROTECTED] Subject: Re: String indexoutof range exception Which version of Xalan ar

Re: String indexoutof range exception

2001-07-17 Thread Joseph_Kesselman
The DTM model can indeed run out of space if a source document is too large. Currently we allocate 20 bits for node addressing, so we can handle about a million nodes. Beyond that we'll fail, probably nondiagnostically. We're considering increasing that, though doing so will impose tighter limits

Re: String indexoutof range exception

2001-07-17 Thread Myriam_Midy
Which version of Xalan are you using? Myriam Gerry McDonoughTo: "'[EMAIL PROTECTED]'"

String indexoutof range exception

2001-07-17 Thread Gerry McDonough
When transforming a Document with fairly large text nodes, between 30K and 40K, Xalan throws an exception with the message "javax.xml.transform.TransformerException: String index out of range: -40640". I think it is a function of the size, as I have not seen the error since reducing the size