Hello to all,
I upgraded jasper server communinty from v. 4.7 to v. 5.2.
Opening this URL:
http://app01:8080/jasperserver/flow.html_flowId=viewReportFlow&standAlone=true&_flowId=viewReportFlow&ParentFolderUri=%2Freports%2FGep&reportUnit=%2Freports%2FGep%2FGepAndamentoOperatore&DataDa=2013-09-01&DataA=2013-09-30&IdGruppo=3&IdUtente=48&j_username=jasperadmin&j_password=jasperadmin&decorate=no
It displays a page with the header (Page n., next page, previous page) but with nothing inside.
In the previous version it works fine and also in v. 5.1 test environment.
The report has some parameters that are not visible.
I made some checks: I make those parameters visible.
Running the report, parameters are proposed and confirming, report works fine.
It can be a version bug?
Any suggestion will be appreciated
N.B.: running above URL in Chrome, opening the developer tools (F12) I found an error with this desciption: "Uncaught TypeError: Cannot call method 'find' of null "
6 Answers:
Posted on October 3, 2013 at 1:31am
Hi tkavanagh,
I seen that if I use direct url with reports without parameters or with visible parameters, It works fine...
eg.:
http://app01:8080/jasperserver/flow.html?_flowId=viewReportFlow&standAlone=true&_flowId=viewReportFlow&ParentFolderUri=%2Freports%2Fsamples&reportUnit=%2Freports%2Fsamples%2FAllAccounts&j_username=jasperadmin&j_password=jasperadmin&decorate=no
I think the problem is linked to not visible parameters
.