Jump to content
We've recently updated our Privacy Statement, available here ×
  • Visualize.js Troubleshooting


    ernestoo

    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


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...