JasperReports Server : Please wait

非 Y 不嫁゛ 提交于 2019-12-11 09:48:38

问题


When I accessed Jasper Reports from Remote Jasper server.

The Reports is being shown in background, where as it shows Please Wait pop-up on fore-ground for indefinite time period.

I have tried IE8 and IE10 to check it and works fine for Chrome and Firefox.

http://localhost:8080/jasperserver/ (working fine) 

http://<LAN IP ADDRESS where JAsperReports are deployed>:8080/jasperserver/ (facing problem)

回答1:


The tomcat is probably not listening to any other interface than the localhost one.

Check the servers.xml in tomcat's configuration and search for the "Connector" tag. Create a new one, with a new port. Check also tomcat's documentation if that new connector is behind a reverse proxy. Tomcat has appropriate properties for that tag to handle SSL Reverse proxy. That might be handy to you.

Hope I pointed you to the right path. Good luck.




回答2:


If you are using JasperServer 5.5 this problem might be connnected to your IE using compatibility mode. Please check with F12 (developer tools) which browser mode is active.




回答3:


Go the windows firewall settings and create a new 'inbound/outbound' rule to allow connections to the port 8080.

Just worked for me.



来源:https://stackoverflow.com/questions/24058520/jasperreports-server-please-wait

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!