Jump to content
We've recently updated our Privacy Statement, available here ×

vadim.kalyshkin

Members
  • Posts

    1
  • Joined

  • Last visited

vadim.kalyshkin's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello I just started to work with the visualize.js and experince the problem with rendering my Dashboard. The developer tool in chrome shows me the following errors Failed to load resource:http://localhost:8081/jasperserver-pro/rest_v2/reportExecutions the server responded with a status of 400 () visualize.js:54 17:41:21.966 [bi/report/Report] [visualize.js:54] [ERROR] - illegal.parameter.value.error : the value "/public/Workshop/Ad_Hoc_View" of the parameter "reportURI" is invalid. here is the code <html> <head> <script src="http://localhost:8081/jasperserver-pro/client/visualize.js"></script> </head> <body> <div id="container"></div> <script> visualize({ auth: { name: "jasperadmin", password: "jasperadmin" } }, function (v) { var report = v.report({ resource: "/public/Workshop/Profit_Dashboard", container: "#container", }); }); </script> </body> </html>
×
×
  • Create New...