Error when no. of rows returned are more [message #176499] |
Tue, 11 July 2006 13:20  |
Eclipse User |
|
|
|
Hi,
I'm using BIRT Report engine API to generate PDF reports from a JSP
page. The reports are getting generated in the appropriate path if the
no. of rows returned by the query are less(say thousands). But when i
run the report against the table which returns 30,000 rows, the report
is not generated. Just a blank file with 0 bytes is created in the path.
I waited for so many hours and still it wasn't getting generated.
Is there any limitation in BIRT for max. no of rows?
my JSP runs on tomcat 5.5.17 and BIRT version that i use is 2.0.1.
Eclipse version is 3.1
Thanks,
Sundar
|
|
|
Re: Error when no. of rows returned are more [message #176504 is a reply to message #176499] |
Tue, 11 July 2006 14:04  |
Eclipse User |
|
|
|
Sundar M wrote:
> Hi,
> I'm using BIRT Report engine API to generate PDF reports from a JSP
> page. The reports are getting generated in the appropriate path if the
> no. of rows returned by the query are less(say thousands). But when i
> run the report against the table which returns 30,000 rows, the report
> is not generated. Just a blank file with 0 bytes is created in the path.
> I waited for so many hours and still it wasn't getting generated.
> Is there any limitation in BIRT for max. no of rows?
> my JSP runs on tomcat 5.5.17 and BIRT version that i use is 2.0.1.
> Eclipse version is 3.1
>
> Thanks,
> Sundar
I tried increasing heap size by setting CATALINA_OPTS env variable to
-server -Xmx500m. But still the same problem..
|
|
|
Powered by
FUDForum. Page generated in 0.03752 seconds