Skip to main content



      Home
Home » Archived » BIRT » FlatFile error on latest runtime engine
FlatFile error on latest runtime engine [message #198139] Sat, 28 October 2006 14:37 Go to next message
Eclipse UserFriend
Originally posted by: stuart.polonious.com.au

I have been debugging this for hours. Any help greatly appreciated.

We are using the flatfile datasource to merge data from many hibernated
tables to one flat file. This makes birt's life easy (or used to). Now
we are getting an error that is causing problems:


java.lang.ArrayIndexOutOfBoundsException: 461
at
org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.splitSt
ringWithDoubleQuotes(FlatFileQuery.java:901)
at
org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
eriedDataFromRow(FlatFileQuery.java:850)
at
org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
eriedDataFromFileToVector(FlatFileQuery.java:822)
at
org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.execute
Query(FlatFileQuery.java:161)

To debug this myself, I have tried to download a compatible version of
org.eclipse.datatools.connectivity.oda.flatfile. Would anyone know how
to get the source? The CVS is there for datatools but I'm not sure that
the release tags are? Alternatively, has anyone had this error and fixed
it?

TIA

Stuart
Re: FlatFile error on latest runtime engine [message #198161 is a reply to message #198139] Sat, 28 October 2006 17:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stuart.polonious.com.au

Oh yes, I am talking about 2.1.1. Should I bugzilla this or solve it
then bugzilla it?

Stuart
Re: FlatFile error on latest runtime engine [message #198169 is a reply to message #198139] Sat, 28 October 2006 17:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stuart.polonious.com.au

This is the line that is stuffing up:

if(i < chars.length - 1 && chars[i + 2] == '"')

with this:

> java.lang.ArrayIndexOutOfBoundsException: 461

Anyone?



Stuart Guthrie wrote:
> I have been debugging this for hours. Any help greatly appreciated.
>
> We are using the flatfile datasource to merge data from many hibernated
> tables to one flat file. This makes birt's life easy (or used to). Now
> we are getting an error that is causing problems:
>
>
> java.lang.ArrayIndexOutOfBoundsException: 461
> at
> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.splitSt
> ringWithDoubleQuotes(FlatFileQuery.java:901)
> at
> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
> eriedDataFromRow(FlatFileQuery.java:850)
> at
> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
> eriedDataFromFileToVector(FlatFileQuery.java:822)
> at
> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.execute
> Query(FlatFileQuery.java:161)
>
> To debug this myself, I have tried to download a compatible version of
> org.eclipse.datatools.connectivity.oda.flatfile. Would anyone know how
> to get the source? The CVS is there for datatools but I'm not sure that
> the release tags are? Alternatively, has anyone had this error and fixed
> it?
>
> TIA
>
> Stuart
Re: FlatFile error on latest runtime engine [message #198247 is a reply to message #198139] Mon, 30 October 2006 01:06 Go to previous messageGo to next message
Eclipse UserFriend
Hi Stuart,

Can you provide the flat file you used which can reproduce the bug? Or it
would be preferable if you can log a bugzilla entry for it.

Thanks.
Lin

"Stuart Guthrie" <stuart@polonious.com.au> wrote in message
news:ei0bgd$oap$1@utils.eclipse.org...
> I have been debugging this for hours. Any help greatly appreciated.
>
> We are using the flatfile datasource to merge data from many hibernated
> tables to one flat file. This makes birt's life easy (or used to). Now
> we are getting an error that is causing problems:
>
>
> java.lang.ArrayIndexOutOfBoundsException: 461
> at
> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.splitSt
> ringWithDoubleQuotes(FlatFileQuery.java:901)
> at
> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
> eriedDataFromRow(FlatFileQuery.java:850)
> at
> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
> eriedDataFromFileToVector(FlatFileQuery.java:822)
> at
> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.execute
> Query(FlatFileQuery.java:161)
>
> To debug this myself, I have tried to download a compatible version of
> org.eclipse.datatools.connectivity.oda.flatfile. Would anyone know how
> to get the source? The CVS is there for datatools but I'm not sure that
> the release tags are? Alternatively, has anyone had this error and fixed
> it?
>
> TIA
>
> Stuart
Re: FlatFile error on latest runtime engine [message #200503 is a reply to message #198247] Mon, 13 November 2006 06:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: stuart.polonious.com.au

I will try to find it.

Stuart

lzhu wrote:
> Hi Stuart,
>
> Can you provide the flat file you used which can reproduce the bug? Or it
> would be preferable if you can log a bugzilla entry for it.
>
> Thanks.
> Lin
>
> "Stuart Guthrie" <stuart@polonious.com.au> wrote in message
> news:ei0bgd$oap$1@utils.eclipse.org...
>> I have been debugging this for hours. Any help greatly appreciated.
>>
>> We are using the flatfile datasource to merge data from many hibernated
>> tables to one flat file. This makes birt's life easy (or used to). Now
>> we are getting an error that is causing problems:
>>
>>
>> java.lang.ArrayIndexOutOfBoundsException: 461
>> at
>> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.splitSt
>> ringWithDoubleQuotes(FlatFileQuery.java:901)
>> at
>> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
>> eriedDataFromRow(FlatFileQuery.java:850)
>> at
>> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
>> eriedDataFromFileToVector(FlatFileQuery.java:822)
>> at
>> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.execute
>> Query(FlatFileQuery.java:161)
>>
>> To debug this myself, I have tried to download a compatible version of
>> org.eclipse.datatools.connectivity.oda.flatfile. Would anyone know how
>> to get the source? The CVS is there for datatools but I'm not sure that
>> the release tags are? Alternatively, has anyone had this error and fixed
>> it?
>>
>> TIA
>>
>> Stuart
>
>
Re: FlatFile error on latest runtime engine [message #201205 is a reply to message #200503] Thu, 16 November 2006 06:13 Go to previous message
Eclipse UserFriend
Originally posted by: stuart.polonious.com.au

I cannot locate this file now. Sorry.

Stuart

Stuart Guthrie wrote:
> I will try to find it.
>
> Stuart
>
> lzhu wrote:
>> Hi Stuart,
>>
>> Can you provide the flat file you used which can reproduce the bug? Or it
>> would be preferable if you can log a bugzilla entry for it.
>>
>> Thanks.
>> Lin
>>
>> "Stuart Guthrie" <stuart@polonious.com.au> wrote in message
>> news:ei0bgd$oap$1@utils.eclipse.org...
>>> I have been debugging this for hours. Any help greatly appreciated.
>>>
>>> We are using the flatfile datasource to merge data from many hibernated
>>> tables to one flat file. This makes birt's life easy (or used to). Now
>>> we are getting an error that is causing problems:
>>>
>>>
>>> java.lang.ArrayIndexOutOfBoundsException: 461
>>> at
>>> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.splitSt
>>> ringWithDoubleQuotes(FlatFileQuery.java:901)
>>> at
>>> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
>>> eriedDataFromRow(FlatFileQuery.java:850)
>>> at
>>> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.fetchQu
>>> eriedDataFromFileToVector(FlatFileQuery.java:822)
>>> at
>>> org.eclipse.datatools.connectivity.oda.flatfile.FlatFileQuer y.execute
>>> Query(FlatFileQuery.java:161)
>>>
>>> To debug this myself, I have tried to download a compatible version of
>>> org.eclipse.datatools.connectivity.oda.flatfile. Would anyone know how
>>> to get the source? The CVS is there for datatools but I'm not sure that
>>> the release tags are? Alternatively, has anyone had this error and fixed
>>> it?
>>>
>>> TIA
>>>
>>> Stuart
>>
Previous Topic:Arrange two report items side by side HTML vs. PDF
Next Topic:Maven POM Details
Goto Forum:
  


Current Time: Fri May 09 01:05:41 EDT 2025

Powered by FUDForum. Page generated in 0.04388 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top