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

Getting error on report generation


Recommended Posts

I am trying to integrate an existing report using visualize.js and its giving me error in chrome console. The report is working fine when invoked externally through jaspersoft. See below the error, I have also attached sceen shot

GET http://172.16.32.84:8080/jasperserver-pro/rest_v2/reportExecutions/6ce7479b…2-d1f544b5e65c/exports/2925c367-b606-44fd-91fb-d87db9c45a94/outputResource 404 (Not Found)[/code]
16:17:34.530 [bi/report/Report] [ERROR] - resource.not.found : Resource 2925c367-b606-44fd-91fb-d87db9c45a94 not found.[/code]

Report is initialized fine as no error is logged in 

 v.report({ error: function (err) {...} });[/code]

Even this method is invoked fine

event: {reportCompleted: function (status) {...}}[/code]

JS Fiddle snippet, available at http://jsfiddle.net/atifoxon/4wujkm3y/2/

code(1).png.1e31ee717f6a97daaf9dcc0d1715bf9c.png

Error I am getting in this method

report.run().fail(function (err) {...}}[/code]

visualize_error.png.ce560b9a2493916313a570d84b3c3242.png

One more thing I observed: I receive same error while running a sample report instead of one our report? See in

visualize_sample_report_error.PNG.58588a82053636faba77bd6c012a871a.PNG

 

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

  • 4 years later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...