Jump to content
Changes to the Jaspersoft community edition download ×

Virtualizer with webservice


rsobies

Recommended Posts

Hi,

I try to generate large raport using webservice to connet with jasperserver. And i got error: java heap space. I know that jasperserver uses virtualizer on default. when the report is sent by webservice is it virtualiezed by client side too?

 

I try also to run following code:

Code:

JRFileVirtualizer virtualizer=new JRFileVirtualizer(100);
parameters.put(JRParameter.REPORT_VIRTUALIZER, virtualizer);

JasperPrint jp = wsClient.runReport(rd, parameters);

 

but i got: java.lang.Exception: 1 - java.lang.String

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...