Direct URL don't work properly after jasper server CE upgrade to v. 5.2

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 "
 
federico.bartolini's picture
Joined: Apr 29 2013 - 2:15am
Last seen: 8 years 6 months ago

6 Answers:

Hi,

 

I'm pretty sure there were changes to the way that some of the workflows (ie flow.html_flowId) operate in 5.2. But I can check with the UI developers and see what they have to say about changes that could effect direct URLs.

 

tkavanagh's picture
14480
Joined: Jul 7 2006 - 8:54am
Last seen: 8 years 6 months ago

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

 

 

federico.bartolini's picture
Joined: Apr 29 2013 - 2:15am
Last seen: 8 years 6 months ago

.

federico.bartolini - 9 years 5 months ago

More info:

Opening a direct URL with not visible parameters, the report body appear if I click the refresh button.

federico.bartolini's picture
Joined: Apr 29 2013 - 2:15am
Last seen: 8 years 6 months ago

Hi,

A couple of things to try:

  • Use the datetime format, i.e. 1998-10-01 00:00:00
  • In the developer console does it say which js file and what line is affected?

 

geraldtruong's picture
Joined: Mar 1 2012 - 8:24am
Last seen: 9 years 5 months ago

I tryed the date format above but It's the same thing, also I found the same issue in other reports with non date type parameters

For more info about the developer console, I attach a print screen.

federico.bartolini's picture
Joined: Apr 29 2013 - 2:15am
Last seen: 8 years 6 months ago

some suggestion?

federico.bartolini's picture
Joined: Apr 29 2013 - 2:15am
Last seen: 8 years 6 months ago
Feedback
randomness