Purpose
This page is set up to give some quick tips to troubleshooting getting started with visualize.js
Tips
- For testing/experimentation, do not access the javascript/html/css code as a file:// has to be through http://
- If you are using Tomcat locally as your webhost and sharing it with JasperReports Server, point scripts to http://127.0.0.1:8080/jasperserver-pro/client/visualize.js and your browser to http://localhost:8080/blah/sample.html (Filed as bug id 37854 )
- Check jasperserver.log and your Javascript console for any errors
- Adding logging will reveal more in the javascript console <script type='text/javascript' src="http://localhost:8080/jasperserver-pro/client/visualize.js?logLevel=debug"></script>
See Also
- JasperReports Server Programmng Guide - Chapter 6 Errors
Log in or register to post comments