Issue:
When exporting a dashboard as PDF it worked fine but when scheduling the same dashboard it produced a blank PDF with only the text "The specified dashboard wasn't found" in it.
There were no errors generated in the jasperserver log file but noticed the key difference is the time it takes from the entry 'New Session Created' to the entry 'About to shutdown'.
[iNFO - 2018-09-12T05:09:26.397Z] SessionManagerReqHand - _postNewSessionCommand - New Session Created: 05157e90-b64a-11e8-9d46-fdf46e4ed099 [iNFO - 2018-09-12T05:12:05.219Z] ShutdownReqHand - _handle - About to shutdown[/code]
Solution:
It was found that there was a misconfiguration in the file js.config.properties (located under ../jasperserver-pro/WEB-INF) where the property deploy.base.local.url was set to an address that was blocked by a web application firewall.
It is necessary set the property as follows and restart the TIBCO JasperReports® server:
deploy.base.local.url=http://localhost:8080/jasperserver-pro[/code]
or if going through HTTPS:
deploy.base.local.url=https://localhost:8443/jasperserver-pro[/code]
ref: 01634693
Recommended Comments
There are no comments to display.
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 accountSign in
Already have an account? Sign in here.
Sign In Now