I have the jasperserver running and sql setup, but I continue to get "report empty" page. I run the sql and get many pages. Is there a log some where that tells me the SQL jasperserver is running? jasperserver.log and stdout.logs don't have it.
1 Answer:
Posted on October 18, 2006 at 1:21pm
Hi chernandeznet.
Try to put the lines below in log4j.properties:
There are more configurations in:
http://mondrian.pentaho.org/documentation/configuration.php
After restart the container and run your report process again, look at stdouts logs and see if more logs were generated.
[]'s
RHancke
Try to put the lines below in log4j.properties:
log4j.category.mondrian.rolap.RolapConnection=DEBUG log4j.category.mondrian.rolap.RolapUtil=DEBUG |
There are more configurations in:
http://mondrian.pentaho.org/documentation/configuration.php
After restart the container and run your report process again, look at stdouts logs and see if more logs were generated.
[]'s
RHancke