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

Node request Jasper report


rennangabriel2

Recommended Posts

I want to send a report created at Jaspersoft Studio-6.19.1 by node requestQvk0YQt. I am using node-jasper package, but when I call my API's request this error appears on the screen. How can I solve this problem?

chrome_aonnnqmx2z.png.62ad82fe13f72dde09f75ee922347fc0.png

I used lib jasperreports-6.19.1 and Java8:

jasper = require('node-jasper')(  {   // path: '../lib/jasperreports-6.2.0',//19.1 // 'lib/jasperreports-6.2.0'     path: '../lib/jasperreports-6.19.1',    reports: {      hw: {        jasper: '../reports/aa.jasper'        //jasper: 'testando.jasper'        // jrxml: 'testando.jrxml'        //jrxml: '../reports/testando.jrxml'      }    }    ,    drivers: {      jdbc: {        path: '../driver/jaybird-full-4.0.9.java8.jar',        class: 'org.firebirdsql.jdbc.FBDriver',        type: 'jdbc'      }    }    ,    conns: {      dbserver1: {        jdbc: 'jdbc:firebirdsql://127.0.0.1:3050/C:BDBD_PROD.FDB',        user: 'sysdba',        pass: 'managerr'      }    },    defaultConn: 'dbserver1'  });[/code]

 

chrome_aonnnqmx2z.png.5855f01f8195a508fdab29492c6b32d3.png

Link to comment
Share on other sites

  • 1 month later...
  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic


Thank you for posting to the Jaspersoft Community. Our team of experts has read your question and we are working to get you an answer as quickly as we can. If you have a Jaspersoft Professional Subscription plan, please visit https://support.tibco.com/s/ for direct access to our technical support teams offering guaranteed response times.

Link to comment
Share on other sites

  • 1 month 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...