Jump to content
We've recently updated our Privacy Statement, available here ×

Having problem with crosstab while filling data


mmrajuk_jasper

Recommended Posts

 

First, let you clear with my situation.

 

I am running the report(jrxm file) using JasperServer(V:3.0). I knew that my report query will return huge data back to the JasperServer.

 

My report is using crosstab to fill that data.While filling it was throwing the following exception.

 

Error Trace:

net.sf.jasperreports.engine.JRRuntimeException: Crosstab bucket/measure limit (100000) exceeded.

 

net.sf.jasperreports.engine.JRRuntimeException: Crosstab bucket/measure limit (100000) exceeded.

at net.sf.jasperreports.crosstabs.fill.calculation.BucketingService.checkBucketMeasureCount(BucketingService.java:985)

 

Find whole error trace in the attachement.

 

I googled it. But, nothing I got.

 

I am wondering, where I can define the limit for the Croostab bucket/measure?

 

How can I resolve this problem?

 

Please, can you reply me as early as possible? This is very urgent work for me.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 1 year later...

Hi,

I also have the same problem.

I have modified the bucket limit. After I got out of memory problem.

After I have tried to increase the TOMCAT memory on WinXp, I have changed the --JvmMx 512 parameter to 1024 or more. After this I can not start the TOMCAT service. It starts only with max 900 (meg).

I have loked into the logs, and the tomcat says:

could not reserve enough space for object heap..

In the taskmanager I have seen there is 1,7G free memory....

How can I give more memory to the TOMCAT service?

 

Zs

Link to comment
Share on other sites

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...