After generating a snapshot report, when attempting to request the report, we are receiving a blank page.
Release : 14.X
Component : IdentityMinder(Identity Manager), Virtual Appliance
Solution 1:
Depending on your browser settings, you may need to enable insecure content within the browser to allow the page to display. Perform this first as a test to make sure all communication is functional. Once confirmed, you can enable SSL for Jasper Reports.
If using chrome, you can try to launch it this way:
"C:\Program Files (x86)\Google\Chrome\
Solution 2:
If you have done the above and still receiving a blank page ensure the check box for Proxy Report Request is not checked on the report server connection screen.
Solution 3:
Some environments can present this issue because was not set the "Proxy Report Request" as mentioned on Solution 2, so if you continue getting the issue ensure you have configured
the URL is written on this format : http://ServerName.domain.com:8080/jasperserver-pro
and the option "Proxy Report Request" checked in. This will allow the Browser read the Report request as a cross site scripting attempt.
Solution 4 :
In some cases, the environment has problems because Browser detect the Report objects are being loaded from a different domain as the original request (CORS )
1. try the following , test HTTP only, by login the IM using http instead https (default) as follow :
normal IM user console login : https://ServerName.domain.com/iam/im/identityEnv/
change to
http://ServerName.domain.com:8080/iam/im/identityEnv/
2. set the jasperserver URL this way under Report Server Connections from IM
http://JaserperServerName.domain.com:8080/jasperserver-pro
Note : advise to no use the last "/" at the end of "jasperserver-pro"
and to use the jasperserver FQDN too.
3. once this be working correctly , you can re-try connecting IM with https and jasper http as usual to confirm is working properly the reports on this mode also .
Or you can use jasper in https (SSL enabled) using additional information
If you wish to enable SSL for this connection you can do so by following the below link: